Shades of Dark Violet #AA08C9
Tints of Dark Violet #AA08C9
RGB
CMYK
RGB Variations
Color information
#AA08C9 (or 0xAA08C9) is known color: Dark Violet. HEX triplet: AA, 08 and C9. RGB value is (170,8,201). Sum of RGB (Red+Green+Blue) = 170+8+201=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA08C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08C9 is #55F736. Grayscale: #4D4D4D. Windows color (decimal): -5633847 or 13174954. OLE color: 13174954.
HSL color Cylindrical-coordinate representation of color #AA08C9: hue angle of 290.36º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA08C9 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 8 | 201 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.21 |
| HSL | 290.36º | 0.92% | 0.41% | - |
| HSV(B) | 290.36º | 0.96% | 0.79% | - |
| XYZ | 27.21 | 12.94 | 56.32 | - |
| YUV | 78.44 | 197.17 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 201 | 0.15 | 0.96 | 0 | 0.21 | 290.36 | 0.92 | 0.41 |
| Hex | AA | 8 | C9 | F | 60 | 0 | 15 | 122 | 5C | 29 |
| Octal | 252 | 10 | 311 | 17 | 140 | 0 | 25 | 442 | 134 | 51 |
| Binary | 10101010 | 1000 | 11001001 | 1111 | 1100000 | 0 | 10101 | 100100010 | 1011100 | 101001 |
Color Harmonies of #AA08C9
Complementary color
Monochromatic Colors of #AA08C9
Black with #AA08C9
Text Example
Text Example
White with #AA08C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA08C9; }
p { color: rgb(170,8,201); }
H1.HeaderClassName
{
color: #AA08C9;
}
.AnyTagClassName
{
color: #AA08C9;
}
</style>
background-color css
<style>
a { background-color: #AA08C9; }
a { background-color: rgb(170,8,201); }
div.DivClassName
{
background-color: #AA08C9;
}
.BgClassName
{
background-color: #AA08C9;
}
</style>
border-color css
<style>
span { border-color: #AA08C9; }
span { border-color: rgb(170,8,201); }
td.TdClassName
{
border-color: #AA08C9;
}
.TagClassName
{
border-color: #AA08C9;
}
</style>