Shades of Dark Violet #AA09C0
Tints of Dark Violet #AA09C0
RGB
CMYK
RGB Variations
Color information
#AA09C0 (or 0xAA09C0) is known color: Dark Violet. HEX triplet: AA, 09 and C0. RGB value is (170,9,192). Sum of RGB (Red+Green+Blue) = 170+9+192=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA09C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09C0 is #55F63F. Grayscale: #4D4D4D. Windows color (decimal): -5633600 or 12585386. OLE color: 12585386.
HSL color Cylindrical-coordinate representation of color #AA09C0: hue angle of 292.79º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA09C0 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 9 | 192 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.25 |
| HSL | 292.79º | 0.91% | 0.39% | - |
| HSV(B) | 292.79º | 0.95% | 0.75% | - |
| XYZ | 26.19 | 12.55 | 50.91 | - |
| YUV | 78 | 192.34 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 192 | 0.11 | 0.95 | 0 | 0.25 | 292.79 | 0.91 | 0.39 |
| Hex | AA | 9 | C0 | B | 5F | 0 | 19 | 125 | 5B | 27 |
| Octal | 252 | 11 | 300 | 13 | 137 | 0 | 31 | 445 | 133 | 47 |
| Binary | 10101010 | 1001 | 11000000 | 1011 | 1011111 | 0 | 11001 | 100100101 | 1011011 | 100111 |
Color Harmonies of #AA09C0
Complementary color
Monochromatic Colors of #AA09C0
Black with #AA09C0
Text Example
Text Example
White with #AA09C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09C0; }
p { color: rgb(170,9,192); }
H1.HeaderClassName
{
color: #AA09C0;
}
.AnyTagClassName
{
color: #AA09C0;
}
</style>
background-color css
<style>
a { background-color: #AA09C0; }
a { background-color: rgb(170,9,192); }
div.DivClassName
{
background-color: #AA09C0;
}
.BgClassName
{
background-color: #AA09C0;
}
</style>
border-color css
<style>
span { border-color: #AA09C0; }
span { border-color: rgb(170,9,192); }
td.TdClassName
{
border-color: #AA09C0;
}
.TagClassName
{
border-color: #AA09C0;
}
</style>