Shades of Dark Violet #AA09E6
Tints of Dark Violet #AA09E6
RGB
CMYK
RGB Variations
Color information
#AA09E6 (or 0xAA09E6) is known color: Dark Violet. HEX triplet: AA, 09 and E6. RGB value is (170,9,230). Sum of RGB (Red+Green+Blue) = 170+9+230=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA09E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA09E6 is #55F619. Grayscale: #515151. Windows color (decimal): -5633562 or 15075754. OLE color: 15075754.
HSL color Cylindrical-coordinate representation of color #AA09E6: hue angle of 283.71º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA09E6 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 9 | 230 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.10 |
| HSL | 283.71º | 0.92% | 0.47% | - |
| HSV(B) | 283.71º | 0.96% | 0.9% | - |
| XYZ | 30.96 | 14.45 | 76.02 | - |
| YUV | 82.33 | 211.34 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 230 | 0.26 | 0.96 | 0 | 0.10 | 283.71 | 0.92 | 0.47 |
| Hex | AA | 9 | E6 | 1A | 60 | 0 | A | 11C | 5C | 2F |
| Octal | 252 | 11 | 346 | 32 | 140 | 0 | 12 | 434 | 134 | 57 |
| Binary | 10101010 | 1001 | 11100110 | 11010 | 1100000 | 0 | 1010 | 100011100 | 1011100 | 101111 |
Color Harmonies of #AA09E6
Complementary color
Monochromatic Colors of #AA09E6
Black with #AA09E6
Text Example
Text Example
White with #AA09E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09E6; }
p { color: rgb(170,9,230); }
H1.HeaderClassName
{
color: #AA09E6;
}
.AnyTagClassName
{
color: #AA09E6;
}
</style>
background-color css
<style>
a { background-color: #AA09E6; }
a { background-color: rgb(170,9,230); }
div.DivClassName
{
background-color: #AA09E6;
}
.BgClassName
{
background-color: #AA09E6;
}
</style>
border-color css
<style>
span { border-color: #AA09E6; }
span { border-color: rgb(170,9,230); }
td.TdClassName
{
border-color: #AA09E6;
}
.TagClassName
{
border-color: #AA09E6;
}
</style>