Shades of Dark Violet #AA09C9
Tints of Dark Violet #AA09C9
RGB
CMYK
RGB Variations
Color information
#AA09C9 (or 0xAA09C9) is known color: Dark Violet. HEX triplet: AA, 09 and C9. RGB value is (170,9,201). Sum of RGB (Red+Green+Blue) = 170+9+201=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA09C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09C9 is #55F636. Grayscale: #4E4E4E. Windows color (decimal): -5633591 or 13175210. OLE color: 13175210.
HSL color Cylindrical-coordinate representation of color #AA09C9: hue angle of 290.31º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA09C9 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 9 | 201 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.21 |
| HSL | 290.31º | 0.91% | 0.41% | - |
| HSV(B) | 290.31º | 0.96% | 0.79% | - |
| XYZ | 27.22 | 12.96 | 56.33 | - |
| YUV | 79.03 | 196.84 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 201 | 0.15 | 0.96 | 0 | 0.21 | 290.31 | 0.91 | 0.41 |
| Hex | AA | 9 | C9 | F | 60 | 0 | 15 | 122 | 5B | 29 |
| Octal | 252 | 11 | 311 | 17 | 140 | 0 | 25 | 442 | 133 | 51 |
| Binary | 10101010 | 1001 | 11001001 | 1111 | 1100000 | 0 | 10101 | 100100010 | 1011011 | 101001 |
Color Harmonies of #AA09C9
Complementary color
Monochromatic Colors of #AA09C9
Black with #AA09C9
Text Example
Text Example
White with #AA09C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09C9; }
p { color: rgb(170,9,201); }
H1.HeaderClassName
{
color: #AA09C9;
}
.AnyTagClassName
{
color: #AA09C9;
}
</style>
background-color css
<style>
a { background-color: #AA09C9; }
a { background-color: rgb(170,9,201); }
div.DivClassName
{
background-color: #AA09C9;
}
.BgClassName
{
background-color: #AA09C9;
}
</style>
border-color css
<style>
span { border-color: #AA09C9; }
span { border-color: rgb(170,9,201); }
td.TdClassName
{
border-color: #AA09C9;
}
.TagClassName
{
border-color: #AA09C9;
}
</style>