Shades of Dark Orchid #AB17C9
Tints of Dark Orchid #AB17C9
RGB
CMYK
RGB Variations
Color information
#AB17C9 (or 0xAB17C9) is known color: Dark Orchid. HEX triplet: AB, 17 and C9. RGB value is (171,23,201). Sum of RGB (Red+Green+Blue) = 171+23+201=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB17C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB17C9 is #54E836. Grayscale: #565656. Windows color (decimal): -5564471 or 13178795. OLE color: 13178795.
HSL color Cylindrical-coordinate representation of color #AB17C9: hue angle of 289.89º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB17C9 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 23 | 201 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.21 |
| HSL | 289.89º | 0.79% | 0.44% | - |
| HSV(B) | 289.89º | 0.89% | 0.79% | - |
| XYZ | 27.64 | 13.49 | 56.4 | - |
| YUV | 87.54 | 192.03 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 201 | 0.15 | 0.89 | 0 | 0.21 | 289.89 | 0.79 | 0.44 |
| Hex | AB | 17 | C9 | F | 59 | 0 | 15 | 122 | 4F | 2C |
| Octal | 253 | 27 | 311 | 17 | 131 | 0 | 25 | 442 | 117 | 54 |
| Binary | 10101011 | 10111 | 11001001 | 1111 | 1011001 | 0 | 10101 | 100100010 | 1001111 | 101100 |
Color Harmonies of #AB17C9
Complementary color
Monochromatic Colors of #AB17C9
Black with #AB17C9
Text Example
Text Example
White with #AB17C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB17C9; }
p { color: rgb(171,23,201); }
H1.HeaderClassName
{
color: #AB17C9;
}
.AnyTagClassName
{
color: #AB17C9;
}
</style>
background-color css
<style>
a { background-color: #AB17C9; }
a { background-color: rgb(171,23,201); }
div.DivClassName
{
background-color: #AB17C9;
}
.BgClassName
{
background-color: #AB17C9;
}
</style>
border-color css
<style>
span { border-color: #AB17C9; }
span { border-color: rgb(171,23,201); }
td.TdClassName
{
border-color: #AB17C9;
}
.TagClassName
{
border-color: #AB17C9;
}
</style>