Shades of Dark Violet #AB15DD
Tints of Dark Violet #AB15DD
RGB
CMYK
RGB Variations
Color information
#AB15DD (or 0xAB15DD) is known color: Dark Violet. HEX triplet: AB, 15 and DD. RGB value is (171,21,221). Sum of RGB (Red+Green+Blue) = 171+21+221=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB15DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15DD is #54EA22. Grayscale: #585858. Windows color (decimal): -5564963 or 14489003. OLE color: 14489003.
HSL color Cylindrical-coordinate representation of color #AB15DD: hue angle of 285º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB15DD is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 21 | 221 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.13 |
| HSL | 285º | 0.83% | 0.47% | - |
| HSV(B) | 285º | 0.9% | 0.87% | - |
| XYZ | 30.11 | 14.41 | 69.6 | - |
| YUV | 88.65 | 202.7 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 221 | 0.23 | 0.90 | 0 | 0.13 | 285 | 0.83 | 0.47 |
| Hex | AB | 15 | DD | 17 | 5A | 0 | D | 11D | 53 | 2F |
| Octal | 253 | 25 | 335 | 27 | 132 | 0 | 15 | 435 | 123 | 57 |
| Binary | 10101011 | 10101 | 11011101 | 10111 | 1011010 | 0 | 1101 | 100011101 | 1010011 | 101111 |
Color Harmonies of #AB15DD
Complementary color
Monochromatic Colors of #AB15DD
Black with #AB15DD
Text Example
Text Example
White with #AB15DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15DD; }
p { color: rgb(171,21,221); }
H1.HeaderClassName
{
color: #AB15DD;
}
.AnyTagClassName
{
color: #AB15DD;
}
</style>
background-color css
<style>
a { background-color: #AB15DD; }
a { background-color: rgb(171,21,221); }
div.DivClassName
{
background-color: #AB15DD;
}
.BgClassName
{
background-color: #AB15DD;
}
</style>
border-color css
<style>
span { border-color: #AB15DD; }
span { border-color: rgb(171,21,221); }
td.TdClassName
{
border-color: #AB15DD;
}
.TagClassName
{
border-color: #AB15DD;
}
</style>