Shades of Dark Orchid #AB19BC
Tints of Dark Orchid #AB19BC
RGB
CMYK
RGB Variations
Color information
#AB19BC (or 0xAB19BC) is known color: Dark Orchid. HEX triplet: AB, 19 and BC. RGB value is (171,25,188). Sum of RGB (Red+Green+Blue) = 171+25+188=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB19BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB19BC is #54E643. Grayscale: #565656. Windows color (decimal): -5563972 or 12327339. OLE color: 12327339.
HSL color Cylindrical-coordinate representation of color #AB19BC: hue angle of 293.74º 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 #AB19BC is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 25 | 188 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.26 |
| HSL | 293.74º | 0.77% | 0.42% | - |
| HSV(B) | 293.74º | 0.87% | 0.74% | - |
| XYZ | 26.22 | 12.98 | 48.7 | - |
| YUV | 87.24 | 184.87 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 188 | 0.09 | 0.87 | 0 | 0.26 | 293.74 | 0.77 | 0.42 |
| Hex | AB | 19 | BC | 9 | 57 | 0 | 1A | 126 | 4D | 2A |
| Octal | 253 | 31 | 274 | 11 | 127 | 0 | 32 | 446 | 115 | 52 |
| Binary | 10101011 | 11001 | 10111100 | 1001 | 1010111 | 0 | 11010 | 100100110 | 1001101 | 101010 |
Color Harmonies of #AB19BC
Complementary color
Monochromatic Colors of #AB19BC
Black with #AB19BC
Text Example
Text Example
White with #AB19BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19BC; }
p { color: rgb(171,25,188); }
H1.HeaderClassName
{
color: #AB19BC;
}
.AnyTagClassName
{
color: #AB19BC;
}
</style>
background-color css
<style>
a { background-color: #AB19BC; }
a { background-color: rgb(171,25,188); }
div.DivClassName
{
background-color: #AB19BC;
}
.BgClassName
{
background-color: #AB19BC;
}
</style>
border-color css
<style>
span { border-color: #AB19BC; }
span { border-color: rgb(171,25,188); }
td.TdClassName
{
border-color: #AB19BC;
}
.TagClassName
{
border-color: #AB19BC;
}
</style>