Shades of Dark Violet #AA09CF
Tints of Dark Violet #AA09CF
RGB
CMYK
RGB Variations
Color information
#AA09CF (or 0xAA09CF) is known color: Dark Violet. HEX triplet: AA, 09 and CF. RGB value is (170,9,207). Sum of RGB (Red+Green+Blue) = 170+9+207=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA09CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09CF is #55F630. Grayscale: #4F4F4F. Windows color (decimal): -5633585 or 13568426. OLE color: 13568426.
HSL color Cylindrical-coordinate representation of color #AA09CF: hue angle of 288.79º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA09CF is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 9 | 207 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.19 |
| HSL | 288.79º | 0.92% | 0.42% | - |
| HSV(B) | 288.79º | 0.96% | 0.81% | - |
| XYZ | 27.94 | 13.25 | 60.12 | - |
| YUV | 79.71 | 199.84 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 207 | 0.18 | 0.96 | 0 | 0.19 | 288.79 | 0.92 | 0.42 |
| Hex | AA | 9 | CF | 12 | 60 | 0 | 13 | 121 | 5C | 2A |
| Octal | 252 | 11 | 317 | 22 | 140 | 0 | 23 | 441 | 134 | 52 |
| Binary | 10101010 | 1001 | 11001111 | 10010 | 1100000 | 0 | 10011 | 100100001 | 1011100 | 101010 |
Color Harmonies of #AA09CF
Complementary color
Monochromatic Colors of #AA09CF
Black with #AA09CF
Text Example
Text Example
White with #AA09CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09CF; }
p { color: rgb(170,9,207); }
H1.HeaderClassName
{
color: #AA09CF;
}
.AnyTagClassName
{
color: #AA09CF;
}
</style>
background-color css
<style>
a { background-color: #AA09CF; }
a { background-color: rgb(170,9,207); }
div.DivClassName
{
background-color: #AA09CF;
}
.BgClassName
{
background-color: #AA09CF;
}
</style>
border-color css
<style>
span { border-color: #AA09CF; }
span { border-color: rgb(170,9,207); }
td.TdClassName
{
border-color: #AA09CF;
}
.TagClassName
{
border-color: #AA09CF;
}
</style>