Shades of Dark Violet #AA06C8
Tints of Dark Violet #AA06C8
RGB
CMYK
RGB Variations
Color information
#AA06C8 (or 0xAA06C8) is known color: Dark Violet. HEX triplet: AA, 06 and C8. RGB value is (170,6,200). Sum of RGB (Red+Green+Blue) = 170+6+200=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 200 (78.52% from 255 or 53.19% from 376); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA06C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA06C8 is #55F937. Grayscale: #4C4C4C. Windows color (decimal): -5634360 or 13108906. OLE color: 13108906.
HSL color Cylindrical-coordinate representation of color #AA06C8: hue angle of 290.72º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA06C8 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 6 | 200 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.22 |
| HSL | 290.72º | 0.94% | 0.4% | - |
| HSV(B) | 290.72º | 0.97% | 0.78% | - |
| XYZ | 27.07 | 12.85 | 55.7 | - |
| YUV | 77.15 | 197.33 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 200 | 0.15 | 0.97 | 0 | 0.22 | 290.72 | 0.94 | 0.4 |
| Hex | AA | 6 | C8 | F | 61 | 0 | 16 | 123 | 5E | 28 |
| Octal | 252 | 6 | 310 | 17 | 141 | 0 | 26 | 443 | 136 | 50 |
| Binary | 10101010 | 110 | 11001000 | 1111 | 1100001 | 0 | 10110 | 100100011 | 1011110 | 101000 |
Color Harmonies of #AA06C8
Complementary color
Monochromatic Colors of #AA06C8
Black with #AA06C8
Text Example
Text Example
White with #AA06C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA06C8; }
p { color: rgb(170,6,200); }
H1.HeaderClassName
{
color: #AA06C8;
}
.AnyTagClassName
{
color: #AA06C8;
}
</style>
background-color css
<style>
a { background-color: #AA06C8; }
a { background-color: rgb(170,6,200); }
div.DivClassName
{
background-color: #AA06C8;
}
.BgClassName
{
background-color: #AA06C8;
}
</style>
border-color css
<style>
span { border-color: #AA06C8; }
span { border-color: rgb(170,6,200); }
td.TdClassName
{
border-color: #AA06C8;
}
.TagClassName
{
border-color: #AA06C8;
}
</style>