Shades of Dark Orchid #AB16B8
Tints of Dark Orchid #AB16B8
RGB
CMYK
RGB Variations
Color information
#AB16B8 (or 0xAB16B8) is known color: Dark Orchid. HEX triplet: AB, 16 and B8. RGB value is (171,22,184). Sum of RGB (Red+Green+Blue) = 171+22+184=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB16B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16B8 is #54E947. Grayscale: #545454. Windows color (decimal): -5564744 or 12064427. OLE color: 12064427.
HSL color Cylindrical-coordinate representation of color #AB16B8: hue angle of 295.19º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB16B8 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 22 | 184 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.28 |
| HSL | 295.19º | 0.79% | 0.4% | - |
| HSV(B) | 295.19º | 0.88% | 0.72% | - |
| XYZ | 25.73 | 12.69 | 46.44 | - |
| YUV | 85.02 | 183.86 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 184 | 0.07 | 0.88 | 0 | 0.28 | 295.19 | 0.79 | 0.4 |
| Hex | AB | 16 | B8 | 7 | 58 | 0 | 1C | 127 | 4F | 28 |
| Octal | 253 | 26 | 270 | 7 | 130 | 0 | 34 | 447 | 117 | 50 |
| Binary | 10101011 | 10110 | 10111000 | 111 | 1011000 | 0 | 11100 | 100100111 | 1001111 | 101000 |
Color Harmonies of #AB16B8
Complementary color
Monochromatic Colors of #AB16B8
Black with #AB16B8
Text Example
Text Example
White with #AB16B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB16B8; }
p { color: rgb(171,22,184); }
H1.HeaderClassName
{
color: #AB16B8;
}
.AnyTagClassName
{
color: #AB16B8;
}
</style>
background-color css
<style>
a { background-color: #AB16B8; }
a { background-color: rgb(171,22,184); }
div.DivClassName
{
background-color: #AB16B8;
}
.BgClassName
{
background-color: #AB16B8;
}
</style>
border-color css
<style>
span { border-color: #AB16B8; }
span { border-color: rgb(171,22,184); }
td.TdClassName
{
border-color: #AB16B8;
}
.TagClassName
{
border-color: #AB16B8;
}
</style>