Shades of Dark Violet #AB13DB
Tints of Dark Violet #AB13DB
RGB
CMYK
RGB Variations
Color information
#AB13DB (or 0xAB13DB) is known color: Dark Violet. HEX triplet: AB, 13 and DB. RGB value is (171,19,219). Sum of RGB (Red+Green+Blue) = 171+19+219=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB13DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13DB is #54EC24. Grayscale: #565656. Windows color (decimal): -5565477 or 14357419. OLE color: 14357419.
HSL color Cylindrical-coordinate representation of color #AB13DB: hue angle of 285.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB13DB is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 19 | 219 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.14 |
| HSL | 285.6º | 0.84% | 0.47% | - |
| HSV(B) | 285.6º | 0.91% | 0.86% | - |
| XYZ | 29.81 | 14.24 | 68.19 | - |
| YUV | 87.25 | 202.36 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 219 | 0.22 | 0.91 | 0 | 0.14 | 285.6 | 0.84 | 0.47 |
| Hex | AB | 13 | DB | 16 | 5B | 0 | E | 11E | 54 | 2F |
| Octal | 253 | 23 | 333 | 26 | 133 | 0 | 16 | 436 | 124 | 57 |
| Binary | 10101011 | 10011 | 11011011 | 10110 | 1011011 | 0 | 1110 | 100011110 | 1010100 | 101111 |
Color Harmonies of #AB13DB
Complementary color
Monochromatic Colors of #AB13DB
Black with #AB13DB
Text Example
Text Example
White with #AB13DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB13DB; }
p { color: rgb(171,19,219); }
H1.HeaderClassName
{
color: #AB13DB;
}
.AnyTagClassName
{
color: #AB13DB;
}
</style>
background-color css
<style>
a { background-color: #AB13DB; }
a { background-color: rgb(171,19,219); }
div.DivClassName
{
background-color: #AB13DB;
}
.BgClassName
{
background-color: #AB13DB;
}
</style>
border-color css
<style>
span { border-color: #AB13DB; }
span { border-color: rgb(171,19,219); }
td.TdClassName
{
border-color: #AB13DB;
}
.TagClassName
{
border-color: #AB13DB;
}
</style>