Shades of Dark Violet #AB15DB
Tints of Dark Violet #AB15DB
RGB
CMYK
RGB Variations
Color information
#AB15DB (or 0xAB15DB) is known color: Dark Violet. HEX triplet: AB, 15 and DB. RGB value is (171,21,219). Sum of RGB (Red+Green+Blue) = 171+21+219=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB15DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15DB is #54EA24. Grayscale: #575757. Windows color (decimal): -5564965 or 14357931. OLE color: 14357931.
HSL color Cylindrical-coordinate representation of color #AB15DB: hue angle of 285.45º 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 #AB15DB is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 21 | 219 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.14 |
| HSL | 285.45º | 0.83% | 0.47% | - |
| HSV(B) | 285.45º | 0.9% | 0.86% | - |
| XYZ | 29.85 | 14.31 | 68.21 | - |
| YUV | 88.42 | 201.7 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 219 | 0.22 | 0.90 | 0 | 0.14 | 285.45 | 0.83 | 0.47 |
| Hex | AB | 15 | DB | 16 | 5A | 0 | E | 11D | 52 | 2F |
| Octal | 253 | 25 | 333 | 26 | 132 | 0 | 16 | 435 | 122 | 57 |
| Binary | 10101011 | 10101 | 11011011 | 10110 | 1011010 | 0 | 1110 | 100011101 | 1010010 | 101111 |
Color Harmonies of #AB15DB
Complementary color
Monochromatic Colors of #AB15DB
Black with #AB15DB
Text Example
Text Example
White with #AB15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15DB; }
p { color: rgb(171,21,219); }
H1.HeaderClassName
{
color: #AB15DB;
}
.AnyTagClassName
{
color: #AB15DB;
}
</style>
background-color css
<style>
a { background-color: #AB15DB; }
a { background-color: rgb(171,21,219); }
div.DivClassName
{
background-color: #AB15DB;
}
.BgClassName
{
background-color: #AB15DB;
}
</style>
border-color css
<style>
span { border-color: #AB15DB; }
span { border-color: rgb(171,21,219); }
td.TdClassName
{
border-color: #AB15DB;
}
.TagClassName
{
border-color: #AB15DB;
}
</style>