Shades of Dark Violet #AA09CC
Tints of Dark Violet #AA09CC
RGB
CMYK
RGB Variations
Color information
#AA09CC (or 0xAA09CC) is known color: Dark Violet. HEX triplet: AA, 09 and CC. RGB value is (170,9,204). Sum of RGB (Red+Green+Blue) = 170+9+204=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA09CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09CC is #55F633. Grayscale: #4E4E4E. Windows color (decimal): -5633588 or 13371818. OLE color: 13371818.
HSL color Cylindrical-coordinate representation of color #AA09CC: hue angle of 289.54º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA09CC is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 9 | 204 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.2 |
| HSL | 289.54º | 0.92% | 0.42% | - |
| HSV(B) | 289.54º | 0.96% | 0.8% | - |
| XYZ | 27.57 | 13.1 | 58.2 | - |
| YUV | 79.37 | 198.34 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 204 | 0.17 | 0.96 | 0 | 0.2 | 289.54 | 0.92 | 0.42 |
| Hex | AA | 9 | CC | 11 | 60 | 0 | 14 | 122 | 5C | 2A |
| Octal | 252 | 11 | 314 | 21 | 140 | 0 | 24 | 442 | 134 | 52 |
| Binary | 10101010 | 1001 | 11001100 | 10001 | 1100000 | 0 | 10100 | 100100010 | 1011100 | 101010 |
Color Harmonies of #AA09CC
Complementary color
Monochromatic Colors of #AA09CC
Black with #AA09CC
Text Example
Text Example
White with #AA09CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09CC; }
p { color: rgb(170,9,204); }
H1.HeaderClassName
{
color: #AA09CC;
}
.AnyTagClassName
{
color: #AA09CC;
}
</style>
background-color css
<style>
a { background-color: #AA09CC; }
a { background-color: rgb(170,9,204); }
div.DivClassName
{
background-color: #AA09CC;
}
.BgClassName
{
background-color: #AA09CC;
}
</style>
border-color css
<style>
span { border-color: #AA09CC; }
span { border-color: rgb(170,9,204); }
td.TdClassName
{
border-color: #AA09CC;
}
.TagClassName
{
border-color: #AA09CC;
}
</style>