Shades of Dark Orchid #AB17BE
Tints of Dark Orchid #AB17BE
RGB
CMYK
RGB Variations
Color information
#AB17BE (or 0xAB17BE) is known color: Dark Orchid. HEX triplet: AB, 17 and BE. RGB value is (171,23,190). Sum of RGB (Red+Green+Blue) = 171+23+190=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB17BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB17BE is #54E841. Grayscale: #555555. Windows color (decimal): -5564482 or 12457899. OLE color: 12457899.
HSL color Cylindrical-coordinate representation of color #AB17BE: hue angle of 293.17º degrees, saturation: 0.78, 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 #AB17BE is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 23 | 190 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.25 |
| HSL | 293.17º | 0.78% | 0.42% | - |
| HSV(B) | 293.17º | 0.88% | 0.75% | - |
| XYZ | 26.4 | 12.99 | 49.83 | - |
| YUV | 86.29 | 186.53 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 190 | 0.10 | 0.88 | 0 | 0.25 | 293.17 | 0.78 | 0.42 |
| Hex | AB | 17 | BE | A | 58 | 0 | 19 | 125 | 4E | 2A |
| Octal | 253 | 27 | 276 | 12 | 130 | 0 | 31 | 445 | 116 | 52 |
| Binary | 10101011 | 10111 | 10111110 | 1010 | 1011000 | 0 | 11001 | 100100101 | 1001110 | 101010 |
Color Harmonies of #AB17BE
Complementary color
Monochromatic Colors of #AB17BE
Black with #AB17BE
Text Example
Text Example
White with #AB17BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB17BE; }
p { color: rgb(171,23,190); }
H1.HeaderClassName
{
color: #AB17BE;
}
.AnyTagClassName
{
color: #AB17BE;
}
</style>
background-color css
<style>
a { background-color: #AB17BE; }
a { background-color: rgb(171,23,190); }
div.DivClassName
{
background-color: #AB17BE;
}
.BgClassName
{
background-color: #AB17BE;
}
</style>
border-color css
<style>
span { border-color: #AB17BE; }
span { border-color: rgb(171,23,190); }
td.TdClassName
{
border-color: #AB17BE;
}
.TagClassName
{
border-color: #AB17BE;
}
</style>