Shades of Dark Violet #AA09E4
Tints of Dark Violet #AA09E4
RGB
CMYK
RGB Variations
Color information
#AA09E4 (or 0xAA09E4) is known color: Dark Violet. HEX triplet: AA, 09 and E4. RGB value is (170,9,228). Sum of RGB (Red+Green+Blue) = 170+9+228=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 228 (89.45% from 255 or 56.02% from 407); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA09E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09E4 is #55F61B. Grayscale: #515151. Windows color (decimal): -5633564 or 14944682. OLE color: 14944682.
HSL color Cylindrical-coordinate representation of color #AA09E4: hue angle of 284.11º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA09E4 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 9 | 228 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.11 |
| HSL | 284.11º | 0.92% | 0.46% | - |
| HSV(B) | 284.11º | 0.96% | 0.89% | - |
| XYZ | 30.68 | 14.34 | 74.55 | - |
| YUV | 82.11 | 210.34 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 228 | 0.25 | 0.96 | 0 | 0.11 | 284.11 | 0.92 | 0.46 |
| Hex | AA | 9 | E4 | 19 | 60 | 0 | B | 11C | 5C | 2E |
| Octal | 252 | 11 | 344 | 31 | 140 | 0 | 13 | 434 | 134 | 56 |
| Binary | 10101010 | 1001 | 11100100 | 11001 | 1100000 | 0 | 1011 | 100011100 | 1011100 | 101110 |
Color Harmonies of #AA09E4
Complementary color
Monochromatic Colors of #AA09E4
Black with #AA09E4
Text Example
Text Example
White with #AA09E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09E4; }
p { color: rgb(170,9,228); }
H1.HeaderClassName
{
color: #AA09E4;
}
.AnyTagClassName
{
color: #AA09E4;
}
</style>
background-color css
<style>
a { background-color: #AA09E4; }
a { background-color: rgb(170,9,228); }
div.DivClassName
{
background-color: #AA09E4;
}
.BgClassName
{
background-color: #AA09E4;
}
</style>
border-color css
<style>
span { border-color: #AA09E4; }
span { border-color: rgb(170,9,228); }
td.TdClassName
{
border-color: #AA09E4;
}
.TagClassName
{
border-color: #AA09E4;
}
</style>