Shades of Dark Violet #AA00C9
Tints of Dark Violet #AA00C9
RGB
CMYK
RGB Variations
Color information
#AA00C9 (or 0xAA00C9) is known color: Dark Violet. HEX triplet: AA, 00 and C9. RGB value is (170,0,201). Sum of RGB (Red+Green+Blue) = 170+0+201=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 201 (78.91% from 255 or 54.18% from 371); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA00C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00C9 is #55FF36. Grayscale: #494949. Windows color (decimal): -5635895 or 13172906. OLE color: 13172906.
HSL color Cylindrical-coordinate representation of color #AA00C9: hue angle of 290.75º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00C9 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 0 | 201 | - |
| CMYK | 0.15 | 1 | 0 | 0.21 |
| HSL | 290.75º | 1% | 0.39% | - |
| HSV(B) | 290.75º | 1% | 0.79% | - |
| XYZ | 27.12 | 12.76 | 56.29 | - |
| YUV | 73.74 | 199.82 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 201 | 0.15 | 1 | 0 | 0.21 | 290.75 | 1 | 0.39 |
| Hex | AA | 0 | C9 | F | 64 | 0 | 15 | 123 | 64 | 27 |
| Octal | 252 | 0 | 311 | 17 | 144 | 0 | 25 | 443 | 144 | 47 |
| Binary | 10101010 | 0 | 11001001 | 1111 | 1100100 | 0 | 10101 | 100100011 | 1100100 | 100111 |
Color Harmonies of #AA00C9
Complementary color
Monochromatic Colors of #AA00C9
Black with #AA00C9
Text Example
Text Example
White with #AA00C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00C9; }
p { color: rgb(170,0,201); }
H1.HeaderClassName
{
color: #AA00C9;
}
.AnyTagClassName
{
color: #AA00C9;
}
</style>
background-color css
<style>
a { background-color: #AA00C9; }
a { background-color: rgb(170,0,201); }
div.DivClassName
{
background-color: #AA00C9;
}
.BgClassName
{
background-color: #AA00C9;
}
</style>
border-color css
<style>
span { border-color: #AA00C9; }
span { border-color: rgb(170,0,201); }
td.TdClassName
{
border-color: #AA00C9;
}
.TagClassName
{
border-color: #AA00C9;
}
</style>