Shades of Dark Orchid #AB16BF
Tints of Dark Orchid #AB16BF
RGB
CMYK
RGB Variations
Color information
#AB16BF (or 0xAB16BF) is known color: Dark Orchid. HEX triplet: AB, 16 and BF. RGB value is (171,22,191). Sum of RGB (Red+Green+Blue) = 171+22+191=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB16BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16BF is #54E940. Grayscale: #555555. Windows color (decimal): -5564737 or 12523179. OLE color: 12523179.
HSL color Cylindrical-coordinate representation of color #AB16BF: hue angle of 292.9º 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 #AB16BF is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 22 | 191 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.25 |
| HSL | 292.9º | 0.79% | 0.42% | - |
| HSV(B) | 292.9º | 0.88% | 0.75% | - |
| XYZ | 26.49 | 12.99 | 50.4 | - |
| YUV | 85.82 | 187.36 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 191 | 0.10 | 0.88 | 0 | 0.25 | 292.9 | 0.79 | 0.42 |
| Hex | AB | 16 | BF | A | 58 | 0 | 19 | 125 | 4F | 2A |
| Octal | 253 | 26 | 277 | 12 | 130 | 0 | 31 | 445 | 117 | 52 |
| Binary | 10101011 | 10110 | 10111111 | 1010 | 1011000 | 0 | 11001 | 100100101 | 1001111 | 101010 |
Color Harmonies of #AB16BF
Complementary color
Monochromatic Colors of #AB16BF
Black with #AB16BF
Text Example
Text Example
White with #AB16BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB16BF; }
p { color: rgb(171,22,191); }
H1.HeaderClassName
{
color: #AB16BF;
}
.AnyTagClassName
{
color: #AB16BF;
}
</style>
background-color css
<style>
a { background-color: #AB16BF; }
a { background-color: rgb(171,22,191); }
div.DivClassName
{
background-color: #AB16BF;
}
.BgClassName
{
background-color: #AB16BF;
}
</style>
border-color css
<style>
span { border-color: #AB16BF; }
span { border-color: rgb(171,22,191); }
td.TdClassName
{
border-color: #AB16BF;
}
.TagClassName
{
border-color: #AB16BF;
}
</style>