Shades of Dark Violet #AA0FC6
Tints of Dark Violet #AA0FC6
RGB
CMYK
RGB Variations
Color information
#AA0FC6 (or 0xAA0FC6) is known color: Dark Violet. HEX triplet: AA, 0F and C6. RGB value is (170,15,198). Sum of RGB (Red+Green+Blue) = 170+15+198=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 198 (77.73% from 255 or 51.70% from 383); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA0FC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FC6 is #55F039. Grayscale: #515151. Windows color (decimal): -5632058 or 12980138. OLE color: 12980138.
HSL color Cylindrical-coordinate representation of color #AA0FC6: hue angle of 290.82º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0FC6 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 15 | 198 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.22 |
| HSL | 290.82º | 0.86% | 0.42% | - |
| HSV(B) | 290.82º | 0.92% | 0.78% | - |
| XYZ | 26.94 | 12.96 | 54.51 | - |
| YUV | 82.21 | 193.35 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 198 | 0.14 | 0.92 | 0 | 0.22 | 290.82 | 0.86 | 0.42 |
| Hex | AA | F | C6 | E | 5C | 0 | 16 | 123 | 56 | 2A |
| Octal | 252 | 17 | 306 | 16 | 134 | 0 | 26 | 443 | 126 | 52 |
| Binary | 10101010 | 1111 | 11000110 | 1110 | 1011100 | 0 | 10110 | 100100011 | 1010110 | 101010 |
Color Harmonies of #AA0FC6
Complementary color
Monochromatic Colors of #AA0FC6
Black with #AA0FC6
Text Example
Text Example
White with #AA0FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FC6; }
p { color: rgb(170,15,198); }
H1.HeaderClassName
{
color: #AA0FC6;
}
.AnyTagClassName
{
color: #AA0FC6;
}
</style>
background-color css
<style>
a { background-color: #AA0FC6; }
a { background-color: rgb(170,15,198); }
div.DivClassName
{
background-color: #AA0FC6;
}
.BgClassName
{
background-color: #AA0FC6;
}
</style>
border-color css
<style>
span { border-color: #AA0FC6; }
span { border-color: rgb(170,15,198); }
td.TdClassName
{
border-color: #AA0FC6;
}
.TagClassName
{
border-color: #AA0FC6;
}
</style>