Shades of Dark Violet #AA04C4
Tints of Dark Violet #AA04C4
RGB
CMYK
RGB Variations
Color information
#AA04C4 (or 0xAA04C4) is known color: Dark Violet. HEX triplet: AA, 04 and C4. RGB value is (170,4,196). Sum of RGB (Red+Green+Blue) = 170+4+196=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 196 (76.95% from 255 or 52.97% from 370); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA04C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04C4 is #55FB3B. Grayscale: #4A4A4A. Windows color (decimal): -5634876 or 12846250. OLE color: 12846250.
HSL color Cylindrical-coordinate representation of color #AA04C4: hue angle of 291.88º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04C4 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 4 | 196 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.23 |
| HSL | 291.88º | 0.96% | 0.39% | - |
| HSV(B) | 291.88º | 0.98% | 0.77% | - |
| XYZ | 26.58 | 12.62 | 53.26 | - |
| YUV | 75.52 | 196 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 196 | 0.13 | 0.98 | 0 | 0.23 | 291.88 | 0.96 | 0.39 |
| Hex | AA | 4 | C4 | D | 62 | 0 | 17 | 124 | 60 | 27 |
| Octal | 252 | 4 | 304 | 15 | 142 | 0 | 27 | 444 | 140 | 47 |
| Binary | 10101010 | 100 | 11000100 | 1101 | 1100010 | 0 | 10111 | 100100100 | 1100000 | 100111 |
Color Harmonies of #AA04C4
Complementary color
Monochromatic Colors of #AA04C4
Black with #AA04C4
Text Example
Text Example
White with #AA04C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04C4; }
p { color: rgb(170,4,196); }
H1.HeaderClassName
{
color: #AA04C4;
}
.AnyTagClassName
{
color: #AA04C4;
}
</style>
background-color css
<style>
a { background-color: #AA04C4; }
a { background-color: rgb(170,4,196); }
div.DivClassName
{
background-color: #AA04C4;
}
.BgClassName
{
background-color: #AA04C4;
}
</style>
border-color css
<style>
span { border-color: #AA04C4; }
span { border-color: rgb(170,4,196); }
td.TdClassName
{
border-color: #AA04C4;
}
.TagClassName
{
border-color: #AA04C4;
}
</style>