Shades of Dark Violet #AA07C9
Tints of Dark Violet #AA07C9
RGB
CMYK
RGB Variations
Color information
#AA07C9 (or 0xAA07C9) is known color: Dark Violet. HEX triplet: AA, 07 and C9. RGB value is (170,7,201). Sum of RGB (Red+Green+Blue) = 170+7+201=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA07C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07C9 is #55F836. Grayscale: #4D4D4D. Windows color (decimal): -5634103 or 13174698. OLE color: 13174698.
HSL color Cylindrical-coordinate representation of color #AA07C9: hue angle of 290.41º 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 #AA07C9 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 7 | 201 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.21 |
| HSL | 290.41º | 0.93% | 0.41% | - |
| HSV(B) | 290.41º | 0.97% | 0.79% | - |
| XYZ | 27.2 | 12.92 | 56.32 | - |
| YUV | 77.85 | 197.5 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 201 | 0.15 | 0.97 | 0 | 0.21 | 290.41 | 0.93 | 0.41 |
| Hex | AA | 7 | C9 | F | 61 | 0 | 15 | 122 | 5D | 29 |
| Octal | 252 | 7 | 311 | 17 | 141 | 0 | 25 | 442 | 135 | 51 |
| Binary | 10101010 | 111 | 11001001 | 1111 | 1100001 | 0 | 10101 | 100100010 | 1011101 | 101001 |
Color Harmonies of #AA07C9
Complementary color
Monochromatic Colors of #AA07C9
Black with #AA07C9
Text Example
Text Example
White with #AA07C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA07C9; }
p { color: rgb(170,7,201); }
H1.HeaderClassName
{
color: #AA07C9;
}
.AnyTagClassName
{
color: #AA07C9;
}
</style>
background-color css
<style>
a { background-color: #AA07C9; }
a { background-color: rgb(170,7,201); }
div.DivClassName
{
background-color: #AA07C9;
}
.BgClassName
{
background-color: #AA07C9;
}
</style>
border-color css
<style>
span { border-color: #AA07C9; }
span { border-color: rgb(170,7,201); }
td.TdClassName
{
border-color: #AA07C9;
}
.TagClassName
{
border-color: #AA07C9;
}
</style>