Shades of Dark Violet #AA03DC
Tints of Dark Violet #AA03DC
RGB
CMYK
RGB Variations
Color information
#AA03DC (or 0xAA03DC) is known color: Dark Violet. HEX triplet: AA, 03 and DC. RGB value is (170,3,220). Sum of RGB (Red+Green+Blue) = 170+3+220=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA03DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA03DC is #55FC23. Grayscale: #4C4C4C. Windows color (decimal): -5635108 or 14418858. OLE color: 14418858.
HSL color Cylindrical-coordinate representation of color #AA03DC: hue angle of 286.18º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA03DC is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 3 | 220 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.14 |
| HSL | 286.18º | 0.97% | 0.44% | - |
| HSV(B) | 286.18º | 0.99% | 0.86% | - |
| XYZ | 29.53 | 13.78 | 68.81 | - |
| YUV | 77.67 | 208.33 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 220 | 0.23 | 0.99 | 0 | 0.14 | 286.18 | 0.97 | 0.44 |
| Hex | AA | 3 | DC | 17 | 63 | 0 | E | 11E | 61 | 2C |
| Octal | 252 | 3 | 334 | 27 | 143 | 0 | 16 | 436 | 141 | 54 |
| Binary | 10101010 | 11 | 11011100 | 10111 | 1100011 | 0 | 1110 | 100011110 | 1100001 | 101100 |
Color Harmonies of #AA03DC
Complementary color
Monochromatic Colors of #AA03DC
Black with #AA03DC
Text Example
Text Example
White with #AA03DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA03DC; }
p { color: rgb(170,3,220); }
H1.HeaderClassName
{
color: #AA03DC;
}
.AnyTagClassName
{
color: #AA03DC;
}
</style>
background-color css
<style>
a { background-color: #AA03DC; }
a { background-color: rgb(170,3,220); }
div.DivClassName
{
background-color: #AA03DC;
}
.BgClassName
{
background-color: #AA03DC;
}
</style>
border-color css
<style>
span { border-color: #AA03DC; }
span { border-color: rgb(170,3,220); }
td.TdClassName
{
border-color: #AA03DC;
}
.TagClassName
{
border-color: #AA03DC;
}
</style>