Shades of Dark Violet #AA06CA
Tints of Dark Violet #AA06CA
RGB
CMYK
RGB Variations
Color information
#AA06CA (or 0xAA06CA) is known color: Dark Violet. HEX triplet: AA, 06 and CA. RGB value is (170,6,202). Sum of RGB (Red+Green+Blue) = 170+6+202=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA06CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA06CA is #55F935. Grayscale: #4C4C4C. Windows color (decimal): -5634358 or 13239978. OLE color: 13239978.
HSL color Cylindrical-coordinate representation of color #AA06CA: hue angle of 290.2º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA06CA is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 6 | 202 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.21 |
| HSL | 290.2º | 0.94% | 0.41% | - |
| HSV(B) | 290.2º | 0.97% | 0.79% | - |
| XYZ | 27.3 | 12.94 | 56.94 | - |
| YUV | 77.38 | 198.33 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 202 | 0.16 | 0.97 | 0 | 0.21 | 290.2 | 0.94 | 0.41 |
| Hex | AA | 6 | CA | 10 | 61 | 0 | 15 | 122 | 5E | 29 |
| Octal | 252 | 6 | 312 | 20 | 141 | 0 | 25 | 442 | 136 | 51 |
| Binary | 10101010 | 110 | 11001010 | 10000 | 1100001 | 0 | 10101 | 100100010 | 1011110 | 101001 |
Color Harmonies of #AA06CA
Complementary color
Monochromatic Colors of #AA06CA
Black with #AA06CA
Text Example
Text Example
White with #AA06CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA06CA; }
p { color: rgb(170,6,202); }
H1.HeaderClassName
{
color: #AA06CA;
}
.AnyTagClassName
{
color: #AA06CA;
}
</style>
background-color css
<style>
a { background-color: #AA06CA; }
a { background-color: rgb(170,6,202); }
div.DivClassName
{
background-color: #AA06CA;
}
.BgClassName
{
background-color: #AA06CA;
}
</style>
border-color css
<style>
span { border-color: #AA06CA; }
span { border-color: rgb(170,6,202); }
td.TdClassName
{
border-color: #AA06CA;
}
.TagClassName
{
border-color: #AA06CA;
}
</style>