Shades of Dark Orchid #AB1BC9
Tints of Dark Orchid #AB1BC9
RGB
CMYK
RGB Variations
Color information
#AB1BC9 (or 0xAB1BC9) is known color: Dark Orchid. HEX triplet: AB, 1B and C9. RGB value is (171,27,201). Sum of RGB (Red+Green+Blue) = 171+27+201=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB1BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1BC9 is #54E436. Grayscale: #595959. Windows color (decimal): -5563447 or 13179819. OLE color: 13179819.
HSL color Cylindrical-coordinate representation of color #AB1BC9: hue angle of 289.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1BC9 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 27 | 201 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.21 |
| HSL | 289.66º | 0.76% | 0.45% | - |
| HSV(B) | 289.66º | 0.87% | 0.79% | - |
| XYZ | 27.73 | 13.66 | 56.43 | - |
| YUV | 89.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 201 | 0.15 | 0.87 | 0 | 0.21 | 289.66 | 0.76 | 0.45 |
| Hex | AB | 1B | C9 | F | 57 | 0 | 15 | 122 | 4C | 2D |
| Octal | 253 | 33 | 311 | 17 | 127 | 0 | 25 | 442 | 114 | 55 |
| Binary | 10101011 | 11011 | 11001001 | 1111 | 1010111 | 0 | 10101 | 100100010 | 1001100 | 101101 |
Color Harmonies of #AB1BC9
Complementary color
Monochromatic Colors of #AB1BC9
Black with #AB1BC9
Text Example
Text Example
White with #AB1BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1BC9; }
p { color: rgb(171,27,201); }
H1.HeaderClassName
{
color: #AB1BC9;
}
.AnyTagClassName
{
color: #AB1BC9;
}
</style>
background-color css
<style>
a { background-color: #AB1BC9; }
a { background-color: rgb(171,27,201); }
div.DivClassName
{
background-color: #AB1BC9;
}
.BgClassName
{
background-color: #AB1BC9;
}
</style>
border-color css
<style>
span { border-color: #AB1BC9; }
span { border-color: rgb(171,27,201); }
td.TdClassName
{
border-color: #AB1BC9;
}
.TagClassName
{
border-color: #AB1BC9;
}
</style>