Shades of Dark Orchid #AB17C0
Tints of Dark Orchid #AB17C0
RGB
CMYK
RGB Variations
Color information
#AB17C0 (or 0xAB17C0) is known color: Dark Orchid. HEX triplet: AB, 17 and C0. RGB value is (171,23,192). Sum of RGB (Red+Green+Blue) = 171+23+192=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB17C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB17C0 is #54E83F. Grayscale: #555555. Windows color (decimal): -5564480 or 12588971. OLE color: 12588971.
HSL color Cylindrical-coordinate representation of color #AB17C0: hue angle of 292.54º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB17C0 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 23 | 192 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.25 |
| HSL | 292.54º | 0.79% | 0.42% | - |
| HSV(B) | 292.54º | 0.88% | 0.75% | - |
| XYZ | 26.62 | 13.08 | 50.99 | - |
| YUV | 86.52 | 187.53 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 192 | 0.11 | 0.88 | 0 | 0.25 | 292.54 | 0.79 | 0.42 |
| Hex | AB | 17 | C0 | B | 58 | 0 | 19 | 125 | 4F | 2A |
| Octal | 253 | 27 | 300 | 13 | 130 | 0 | 31 | 445 | 117 | 52 |
| Binary | 10101011 | 10111 | 11000000 | 1011 | 1011000 | 0 | 11001 | 100100101 | 1001111 | 101010 |
Color Harmonies of #AB17C0
Complementary color
Monochromatic Colors of #AB17C0
Black with #AB17C0
Text Example
Text Example
White with #AB17C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB17C0; }
p { color: rgb(171,23,192); }
H1.HeaderClassName
{
color: #AB17C0;
}
.AnyTagClassName
{
color: #AB17C0;
}
</style>
background-color css
<style>
a { background-color: #AB17C0; }
a { background-color: rgb(171,23,192); }
div.DivClassName
{
background-color: #AB17C0;
}
.BgClassName
{
background-color: #AB17C0;
}
</style>
border-color css
<style>
span { border-color: #AB17C0; }
span { border-color: rgb(171,23,192); }
td.TdClassName
{
border-color: #AB17C0;
}
.TagClassName
{
border-color: #AB17C0;
}
</style>