Shades of Dark Orchid #AB19AD
Tints of Dark Orchid #AB19AD
RGB
CMYK
RGB Variations
Color information
#AB19AD (or 0xAB19AD) is known color: Dark Orchid. HEX triplet: AB, 19 and AD. RGB value is (171,25,173). Sum of RGB (Red+Green+Blue) = 171+25+173=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB19AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB19AD is #54E652. Grayscale: #555555. Windows color (decimal): -5563987 or 11344299. OLE color: 11344299.
HSL color Cylindrical-coordinate representation of color #AB19AD: hue angle of 299.19º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB19AD is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 25 | 173 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.32 |
| HSL | 299.19º | 0.75% | 0.39% | - |
| HSV(B) | 299.19º | 0.86% | 0.68% | - |
| XYZ | 24.69 | 12.37 | 40.62 | - |
| YUV | 85.53 | 177.37 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 173 | 0.01 | 0.86 | 0 | 0.32 | 299.19 | 0.75 | 0.39 |
| Hex | AB | 19 | AD | 1 | 56 | 0 | 20 | 12B | 4B | 27 |
| Octal | 253 | 31 | 255 | 1 | 126 | 0 | 40 | 453 | 113 | 47 |
| Binary | 10101011 | 11001 | 10101101 | 1 | 1010110 | 0 | 100000 | 100101011 | 1001011 | 100111 |
Color Harmonies of #AB19AD
Complementary color
Monochromatic Colors of #AB19AD
Black with #AB19AD
Text Example
Text Example
White with #AB19AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19AD; }
p { color: rgb(171,25,173); }
H1.HeaderClassName
{
color: #AB19AD;
}
.AnyTagClassName
{
color: #AB19AD;
}
</style>
background-color css
<style>
a { background-color: #AB19AD; }
a { background-color: rgb(171,25,173); }
div.DivClassName
{
background-color: #AB19AD;
}
.BgClassName
{
background-color: #AB19AD;
}
</style>
border-color css
<style>
span { border-color: #AB19AD; }
span { border-color: rgb(171,25,173); }
td.TdClassName
{
border-color: #AB19AD;
}
.TagClassName
{
border-color: #AB19AD;
}
</style>