Shades of Dark Violet #AB03DD
Tints of Dark Violet #AB03DD
RGB
CMYK
RGB Variations
Color information
#AB03DD (or 0xAB03DD) is known color: Dark Violet. HEX triplet: AB, 03 and DD. RGB value is (171,3,221). Sum of RGB (Red+Green+Blue) = 171+3+221=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB03DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03DD is #54FC22. Grayscale: #4D4D4D. Windows color (decimal): -5569571 or 14484395. OLE color: 14484395.
HSL color Cylindrical-coordinate representation of color #AB03DD: hue angle of 286.24º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03DD is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 3 | 221 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.13 |
| HSL | 286.24º | 0.97% | 0.44% | - |
| HSV(B) | 286.24º | 0.99% | 0.87% | - |
| XYZ | 29.88 | 13.94 | 69.52 | - |
| YUV | 78.08 | 208.66 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 221 | 0.23 | 0.99 | 0 | 0.13 | 286.24 | 0.97 | 0.44 |
| Hex | AB | 3 | DD | 17 | 63 | 0 | D | 11E | 61 | 2C |
| Octal | 253 | 3 | 335 | 27 | 143 | 0 | 15 | 436 | 141 | 54 |
| Binary | 10101011 | 11 | 11011101 | 10111 | 1100011 | 0 | 1101 | 100011110 | 1100001 | 101100 |
Color Harmonies of #AB03DD
Complementary color
Monochromatic Colors of #AB03DD
Black with #AB03DD
Text Example
Text Example
White with #AB03DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03DD; }
p { color: rgb(171,3,221); }
H1.HeaderClassName
{
color: #AB03DD;
}
.AnyTagClassName
{
color: #AB03DD;
}
</style>
background-color css
<style>
a { background-color: #AB03DD; }
a { background-color: rgb(171,3,221); }
div.DivClassName
{
background-color: #AB03DD;
}
.BgClassName
{
background-color: #AB03DD;
}
</style>
border-color css
<style>
span { border-color: #AB03DD; }
span { border-color: rgb(171,3,221); }
td.TdClassName
{
border-color: #AB03DD;
}
.TagClassName
{
border-color: #AB03DD;
}
</style>