Shades of Dark Violet #AA04C2
Tints of Dark Violet #AA04C2
RGB
CMYK
RGB Variations
Color information
#AA04C2 (or 0xAA04C2) is known color: Dark Violet. HEX triplet: AA, 04 and C2. RGB value is (170,4,194). Sum of RGB (Red+Green+Blue) = 170+4+194=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 194 (76.17% from 255 or 52.72% from 368); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA04C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04C2 is #55FB3D. Grayscale: #4A4A4A. Windows color (decimal): -5634878 or 12715178. OLE color: 12715178.
HSL color Cylindrical-coordinate representation of color #AA04C2: hue angle of 292.42º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04C2 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 4 | 194 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.24 |
| HSL | 292.42º | 0.96% | 0.39% | - |
| HSV(B) | 292.42º | 0.98% | 0.76% | - |
| XYZ | 26.36 | 12.53 | 52.07 | - |
| YUV | 75.29 | 195 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 194 | 0.12 | 0.98 | 0 | 0.24 | 292.42 | 0.96 | 0.39 |
| Hex | AA | 4 | C2 | C | 62 | 0 | 18 | 124 | 60 | 27 |
| Octal | 252 | 4 | 302 | 14 | 142 | 0 | 30 | 444 | 140 | 47 |
| Binary | 10101010 | 100 | 11000010 | 1100 | 1100010 | 0 | 11000 | 100100100 | 1100000 | 100111 |
Color Harmonies of #AA04C2
Complementary color
Monochromatic Colors of #AA04C2
Black with #AA04C2
Text Example
Text Example
White with #AA04C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04C2; }
p { color: rgb(170,4,194); }
H1.HeaderClassName
{
color: #AA04C2;
}
.AnyTagClassName
{
color: #AA04C2;
}
</style>
background-color css
<style>
a { background-color: #AA04C2; }
a { background-color: rgb(170,4,194); }
div.DivClassName
{
background-color: #AA04C2;
}
.BgClassName
{
background-color: #AA04C2;
}
</style>
border-color css
<style>
span { border-color: #AA04C2; }
span { border-color: rgb(170,4,194); }
td.TdClassName
{
border-color: #AA04C2;
}
.TagClassName
{
border-color: #AA04C2;
}
</style>