Shades of Dark Violet #AA09C6
Tints of Dark Violet #AA09C6
RGB
CMYK
RGB Variations
Color information
#AA09C6 (or 0xAA09C6) is known color: Dark Violet. HEX triplet: AA, 09 and C6. RGB value is (170,9,198). Sum of RGB (Red+Green+Blue) = 170+9+198=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 198 (77.73% from 255 or 52.52% from 377); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA09C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09C6 is #55F639. Grayscale: #4E4E4E. Windows color (decimal): -5633594 or 12978602. OLE color: 12978602.
HSL color Cylindrical-coordinate representation of color #AA09C6: hue angle of 291.11º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA09C6 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 9 | 198 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.22 |
| HSL | 291.11º | 0.91% | 0.41% | - |
| HSV(B) | 291.11º | 0.95% | 0.78% | - |
| XYZ | 26.87 | 12.82 | 54.48 | - |
| YUV | 78.69 | 195.34 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 198 | 0.14 | 0.95 | 0 | 0.22 | 291.11 | 0.91 | 0.41 |
| Hex | AA | 9 | C6 | E | 5F | 0 | 16 | 123 | 5B | 29 |
| Octal | 252 | 11 | 306 | 16 | 137 | 0 | 26 | 443 | 133 | 51 |
| Binary | 10101010 | 1001 | 11000110 | 1110 | 1011111 | 0 | 10110 | 100100011 | 1011011 | 101001 |
Color Harmonies of #AA09C6
Complementary color
Monochromatic Colors of #AA09C6
Black with #AA09C6
Text Example
Text Example
White with #AA09C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09C6; }
p { color: rgb(170,9,198); }
H1.HeaderClassName
{
color: #AA09C6;
}
.AnyTagClassName
{
color: #AA09C6;
}
</style>
background-color css
<style>
a { background-color: #AA09C6; }
a { background-color: rgb(170,9,198); }
div.DivClassName
{
background-color: #AA09C6;
}
.BgClassName
{
background-color: #AA09C6;
}
</style>
border-color css
<style>
span { border-color: #AA09C6; }
span { border-color: rgb(170,9,198); }
td.TdClassName
{
border-color: #AA09C6;
}
.TagClassName
{
border-color: #AA09C6;
}
</style>