Shades of Dark Violet #AA07CA
Tints of Dark Violet #AA07CA
RGB
CMYK
RGB Variations
Color information
#AA07CA (or 0xAA07CA) is known color: Dark Violet. HEX triplet: AA, 07 and CA. RGB value is (170,7,202). Sum of RGB (Red+Green+Blue) = 170+7+202=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA07CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07CA is #55F835. Grayscale: #4D4D4D. Windows color (decimal): -5634102 or 13240234. OLE color: 13240234.
HSL color Cylindrical-coordinate representation of color #AA07CA: hue angle of 290.15º degrees, saturation: 0.93, 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 #AA07CA is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 7 | 202 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.21 |
| HSL | 290.15º | 0.93% | 0.41% | - |
| HSV(B) | 290.15º | 0.97% | 0.79% | - |
| XYZ | 27.31 | 12.96 | 56.94 | - |
| YUV | 77.97 | 198 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 202 | 0.16 | 0.97 | 0 | 0.21 | 290.15 | 0.93 | 0.41 |
| Hex | AA | 7 | CA | 10 | 61 | 0 | 15 | 122 | 5D | 29 |
| Octal | 252 | 7 | 312 | 20 | 141 | 0 | 25 | 442 | 135 | 51 |
| Binary | 10101010 | 111 | 11001010 | 10000 | 1100001 | 0 | 10101 | 100100010 | 1011101 | 101001 |
Color Harmonies of #AA07CA
Complementary color
Monochromatic Colors of #AA07CA
Black with #AA07CA
Text Example
Text Example
White with #AA07CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA07CA; }
p { color: rgb(170,7,202); }
H1.HeaderClassName
{
color: #AA07CA;
}
.AnyTagClassName
{
color: #AA07CA;
}
</style>
background-color css
<style>
a { background-color: #AA07CA; }
a { background-color: rgb(170,7,202); }
div.DivClassName
{
background-color: #AA07CA;
}
.BgClassName
{
background-color: #AA07CA;
}
</style>
border-color css
<style>
span { border-color: #AA07CA; }
span { border-color: rgb(170,7,202); }
td.TdClassName
{
border-color: #AA07CA;
}
.TagClassName
{
border-color: #AA07CA;
}
</style>