Shades of Dark Violet #AB16DB
Tints of Dark Violet #AB16DB
RGB
CMYK
RGB Variations
Color information
#AB16DB (or 0xAB16DB) is known color: Dark Violet. HEX triplet: AB, 16 and DB. RGB value is (171,22,219). Sum of RGB (Red+Green+Blue) = 171+22+219=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB16DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16DB is #54E924. Grayscale: #585858. Windows color (decimal): -5564709 or 14358187. OLE color: 14358187.
HSL color Cylindrical-coordinate representation of color #AB16DB: hue angle of 285.38º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB16DB is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 22 | 219 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.14 |
| HSL | 285.38º | 0.82% | 0.47% | - |
| HSV(B) | 285.38º | 0.9% | 0.86% | - |
| XYZ | 29.87 | 14.35 | 68.21 | - |
| YUV | 89.01 | 201.36 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 219 | 0.22 | 0.90 | 0 | 0.14 | 285.38 | 0.82 | 0.47 |
| Hex | AB | 16 | DB | 16 | 5A | 0 | E | 11D | 52 | 2F |
| Octal | 253 | 26 | 333 | 26 | 132 | 0 | 16 | 435 | 122 | 57 |
| Binary | 10101011 | 10110 | 11011011 | 10110 | 1011010 | 0 | 1110 | 100011101 | 1010010 | 101111 |
Color Harmonies of #AB16DB
Complementary color
Monochromatic Colors of #AB16DB
Black with #AB16DB
Text Example
Text Example
White with #AB16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB16DB; }
p { color: rgb(171,22,219); }
H1.HeaderClassName
{
color: #AB16DB;
}
.AnyTagClassName
{
color: #AB16DB;
}
</style>
background-color css
<style>
a { background-color: #AB16DB; }
a { background-color: rgb(171,22,219); }
div.DivClassName
{
background-color: #AB16DB;
}
.BgClassName
{
background-color: #AB16DB;
}
</style>
border-color css
<style>
span { border-color: #AB16DB; }
span { border-color: rgb(171,22,219); }
td.TdClassName
{
border-color: #AB16DB;
}
.TagClassName
{
border-color: #AB16DB;
}
</style>