Shades of Dark Violet #AA03DD
Tints of Dark Violet #AA03DD
RGB
CMYK
RGB Variations
Color information
#AA03DD (or 0xAA03DD) is known color: Dark Violet. HEX triplet: AA, 03 and DD. RGB value is (170,3,221). Sum of RGB (Red+Green+Blue) = 170+3+221=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA03DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA03DD is #55FC22. Grayscale: #4D4D4D. Windows color (decimal): -5635107 or 14484394. OLE color: 14484394.
HSL color Cylindrical-coordinate representation of color #AA03DD: hue angle of 285.96º 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 #AA03DD is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 3 | 221 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.13 |
| HSL | 285.96º | 0.97% | 0.44% | - |
| HSV(B) | 285.96º | 0.99% | 0.87% | - |
| XYZ | 29.66 | 13.83 | 69.51 | - |
| YUV | 77.79 | 208.83 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 221 | 0.23 | 0.99 | 0 | 0.13 | 285.96 | 0.97 | 0.44 |
| Hex | AA | 3 | DD | 17 | 63 | 0 | D | 11E | 61 | 2C |
| Octal | 252 | 3 | 335 | 27 | 143 | 0 | 15 | 436 | 141 | 54 |
| Binary | 10101010 | 11 | 11011101 | 10111 | 1100011 | 0 | 1101 | 100011110 | 1100001 | 101100 |
Color Harmonies of #AA03DD
Complementary color
Monochromatic Colors of #AA03DD
Black with #AA03DD
Text Example
Text Example
White with #AA03DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA03DD; }
p { color: rgb(170,3,221); }
H1.HeaderClassName
{
color: #AA03DD;
}
.AnyTagClassName
{
color: #AA03DD;
}
</style>
background-color css
<style>
a { background-color: #AA03DD; }
a { background-color: rgb(170,3,221); }
div.DivClassName
{
background-color: #AA03DD;
}
.BgClassName
{
background-color: #AA03DD;
}
</style>
border-color css
<style>
span { border-color: #AA03DD; }
span { border-color: rgb(170,3,221); }
td.TdClassName
{
border-color: #AA03DD;
}
.TagClassName
{
border-color: #AA03DD;
}
</style>