Shades of Dark Orchid #AB19BD
Tints of Dark Orchid #AB19BD
RGB
CMYK
RGB Variations
Color information
#AB19BD (or 0xAB19BD) is known color: Dark Orchid. HEX triplet: AB, 19 and BD. RGB value is (171,25,189). Sum of RGB (Red+Green+Blue) = 171+25+189=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB19BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB19BD is #54E642. Grayscale: #565656. Windows color (decimal): -5563971 or 12392875. OLE color: 12392875.
HSL color Cylindrical-coordinate representation of color #AB19BD: hue angle of 293.41º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB19BD is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 25 | 189 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.26 |
| HSL | 293.41º | 0.77% | 0.42% | - |
| HSV(B) | 293.41º | 0.87% | 0.74% | - |
| XYZ | 26.33 | 13.03 | 49.27 | - |
| YUV | 87.35 | 185.37 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 189 | 0.10 | 0.87 | 0 | 0.26 | 293.41 | 0.77 | 0.42 |
| Hex | AB | 19 | BD | A | 57 | 0 | 1A | 125 | 4D | 2A |
| Octal | 253 | 31 | 275 | 12 | 127 | 0 | 32 | 445 | 115 | 52 |
| Binary | 10101011 | 11001 | 10111101 | 1010 | 1010111 | 0 | 11010 | 100100101 | 1001101 | 101010 |
Color Harmonies of #AB19BD
Complementary color
Monochromatic Colors of #AB19BD
Black with #AB19BD
Text Example
Text Example
White with #AB19BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19BD; }
p { color: rgb(171,25,189); }
H1.HeaderClassName
{
color: #AB19BD;
}
.AnyTagClassName
{
color: #AB19BD;
}
</style>
background-color css
<style>
a { background-color: #AB19BD; }
a { background-color: rgb(171,25,189); }
div.DivClassName
{
background-color: #AB19BD;
}
.BgClassName
{
background-color: #AB19BD;
}
</style>
border-color css
<style>
span { border-color: #AB19BD; }
span { border-color: rgb(171,25,189); }
td.TdClassName
{
border-color: #AB19BD;
}
.TagClassName
{
border-color: #AB19BD;
}
</style>