:
logo qtransform

  to  




#AD159C color HEX code RGB, HSL, CMYK

COLOR CODE FOR HEXA COLOR #AD159C
#AD159C

   In a RGB color space, hex #AD159C is composed of 68% red, 8% green and 61% blue.
RGB color code is composed of a hexadecimal AD red (173/255), a 15 green (21/255) and a 9C blue component (156/255). The decimal RGB color code is rgb(173,21,156)
In CMYK color space, it is composed of 0% cyan, 88% magenta, 10% yellow and 32% black.
It has a hue angle of 306.71o degrees, a saturation of 78% and a lightness of 38%.
Closest websafe color is: #990099 rgb (153, 0, 153).
twitter  facebook  whatsapp


Color conversion




#AD159C
rgb(173,21,156)
=68%
from 255
8%
from 255
61%
from 255
=0
from 100
88
from 100
10
from 100
32
from 100
R: 173
red
G: 21
green
B: 156
blue
C: 0
cyan
M: 88
magenta
Y: 10
yellow
K: 32
black
Hexa colorRGB color chartCMYK color chart

Convert color


The hexadecimal color #AD159C has RGB values of R:173, G:21, B:156 and CMYK values of C:0, M:88, Y:10, K:32. Its decimal value is 11343260.Binary code is 101011010001010110011100
In print we use cyan, yellow, magenta and black (CMYK) inks because usually we print on a white paper.

Hex colorAD159C #AD159C
RGB decimal173, 21, 156 rgb(173, 21, 156)
RGB %68, 8, 61 rgb(68%, 8%, 61%)
RGB Adobe148, 28, 152
CMYK %0, 88, 10, 32 0%, 88%, 10%, 32%
HSL306.71o, 78, 38 hsl(306.71o, 78%, 38%)
HSV (HSB)307o, 88%, 68% hsv(307o, 88%, 68%)
Web Safe color#990099 rgb (153, 0, 153)
XYZ23.502, 11.821 32.495
xyY0.35, 0.17, 11.82
Hunter-Lab34.38, 64.7, -35.14
CMY32%, 92%, 39%
Lab40.98, 65.7, -35
Binary color
AD 15 9C
10101101 10101 10011100

Shades and tints of #AD159C


A shade is achieved by adding black to original color on hue code.
A tint is created by mixing color with white.
Use the palette to pick a color or the sliders to set the RGB, HSV, CMYK components.
For example here: #22041F is the darkest color, and: #EFD1EC is the lightest one.

Tint color variation #AD159C


Shade color variation


Tones of #AD159C
A tone is produced by adding gray to any pure hue. In this case, #A92099 is the less saturated color, and #905C8B is the most saturated one.


Alternatives to #AD159C


Below, you can see some colors close to #AD159C. Having a set of related colors can be useful if you need an inspirational alternative or other close colors to your original color choice.






Quick use #AD159C


How to use this color on webpages, scripts or other programming languages using html, CSS, dhtml, JAVA, .NET, openGL, Swift, Xojo

Color of the text Background color example
Color of the text
Background color example

<font color="#AD159C;">Text here</font>

<div style="background-color:#AD159C;">Text here</div>



Color preview on black background Color preview on white background
color preview on black background
color preview on white background
HTML code

<div style="background-color:#000000"> <font color="#AD159C;">Text here</font> </div>

HTML code

<div style="background-color:#FFFFFF; border: 1px dotted #999999;"> <font color="#AD159C;">Text here</font> </div>



Div box shadow Text shadow css code
box shadow for color #AD159C
text shadow css code
HTML code

<div style="background-color:#FFFFFF; box-shadow: 2px 2px 7px 1px #AD159C;"></div>

CSS code

.box-shadow: 2px 2px 7px 1px;

CSS code

.text-shadow: 1px 2px 2px #AD159C;



Box border html code Text shadow with RGB values for color #AD159C
box border html code for color #AD159C

text shadow with RGB values

HTML code

<div style="background-color:#FFFFFF; border:1px solid #AD159C;"></div>

CSS code with RGB

.text-shadow: 0px 2px 2px rgba(173, 21, 156, 1.4);



Pre-formatted code AD159C code for script / programming
HTML, CSS: = #AD159C; rgb(173, 21, 156)
Java: = new Color(173, 21, 156)
.NET: = Color.FromArgb (173, 21, 156);
Xojo: = rgb (173, 21, 156, 0);
openGL: = glColor3f (0.68f, 0.08f, 0.61f);
Swift: = UIColor(red:0.68, green:0.08, blue:0.61, alpha:1.00000);
Objective-C: = [UIColor colorWithRed:0.68 green:0.08 blue:0.61 alpha:1.00000];


Color schemes with #AD159C


Monochromatic color
monochromatic color scheme

Monochromatic color schemes are easy to create because they use only one color. Monochromatic schemes use different tones from the same angle on the color wheel (the same angle).Just change color saturation +10% and you have a new monocromatic color. On our case color: 88% has a #AD159C saturation. Adding 88% + 10% = 98% saturation for our new color #870378. Decreasing 88% - 10% = 78% saturation for other monochromatic color #D42FC0.

Analogous color
analogous color scheme

Analogous color schemes are created by using colors that are next to each other on the color wheel. Just +/- 30o on sides of the color hue angle.

Complementary color
complementary color scheme
Complementary schemes are created by combining colors from opposite sides of the color wheel. Simple add 180 degrees to color hue / angle and you have the complementary color. On our case color: #AD159C has a 307o angle. Adding 307o + 180o = 127oo for our new complementary color #15AD27.

Split color
split color scheme

Compound schemes or split complementary schemens are almost the same as complementary schemes.
Instead of using colors that are opposites, it uses colors on both sides of the opposite hue angle.
On our case color: #AD159C has a 307o angle. Adding 307o + 180o+30o = 157o for our first complementary color #15AD73. Decreasing 307o + 180o-30o = 97o for the second complementary color #4FAD15.

Tiradic color
tiradic color scheme

Triadic schemes are made up of hues/angles equally spaced around color wheel. Add and decrease +/- 120 degrees on both sides of the color hue angle.

Tetradic color
tetradic color scheme

Tetradic schemes are made up of hues/angles spaced around color wheel. Add 120,180,300 degrees on the color hue angle.