Shades of Dark Violet #AA04CE
Tints of Dark Violet #AA04CE
RGB
CMYK
RGB Variations
Color information
#AA04CE (or 0xAA04CE) is known color: Dark Violet. HEX triplet: AA, 04 and CE. RGB value is (170,4,206). Sum of RGB (Red+Green+Blue) = 170+4+206=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA04CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04CE is #55FB31. Grayscale: #4C4C4C. Windows color (decimal): -5634866 or 13501610. OLE color: 13501610.
HSL color Cylindrical-coordinate representation of color #AA04CE: hue angle of 289.31º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04CE is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 4 | 206 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.19 |
| HSL | 289.31º | 0.96% | 0.41% | - |
| HSV(B) | 289.31º | 0.98% | 0.81% | - |
| XYZ | 27.76 | 13.09 | 59.46 | - |
| YUV | 76.66 | 201 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 206 | 0.17 | 0.98 | 0 | 0.19 | 289.31 | 0.96 | 0.41 |
| Hex | AA | 4 | CE | 11 | 62 | 0 | 13 | 121 | 60 | 29 |
| Octal | 252 | 4 | 316 | 21 | 142 | 0 | 23 | 441 | 140 | 51 |
| Binary | 10101010 | 100 | 11001110 | 10001 | 1100010 | 0 | 10011 | 100100001 | 1100000 | 101001 |
Color Harmonies of #AA04CE
Complementary color
Monochromatic Colors of #AA04CE
Black with #AA04CE
Text Example
Text Example
White with #AA04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04CE; }
p { color: rgb(170,4,206); }
H1.HeaderClassName
{
color: #AA04CE;
}
.AnyTagClassName
{
color: #AA04CE;
}
</style>
background-color css
<style>
a { background-color: #AA04CE; }
a { background-color: rgb(170,4,206); }
div.DivClassName
{
background-color: #AA04CE;
}
.BgClassName
{
background-color: #AA04CE;
}
</style>
border-color css
<style>
span { border-color: #AA04CE; }
span { border-color: rgb(170,4,206); }
td.TdClassName
{
border-color: #AA04CE;
}
.TagClassName
{
border-color: #AA04CE;
}
</style>