Shades of Dark Violet #AA0FC2
Tints of Dark Violet #AA0FC2
RGB
CMYK
RGB Variations
Color information
#AA0FC2 (or 0xAA0FC2) is known color: Dark Violet. HEX triplet: AA, 0F and C2. RGB value is (170,15,194). Sum of RGB (Red+Green+Blue) = 170+15+194=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 194 (76.17% from 255 or 51.19% from 379); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA0FC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FC2 is #55F03D. Grayscale: #515151. Windows color (decimal): -5632062 or 12717994. OLE color: 12717994.
HSL color Cylindrical-coordinate representation of color #AA0FC2: hue angle of 291.96º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0FC2 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 15 | 194 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.24 |
| HSL | 291.96º | 0.86% | 0.41% | - |
| HSV(B) | 291.96º | 0.92% | 0.76% | - |
| XYZ | 26.49 | 12.78 | 52.11 | - |
| YUV | 81.75 | 191.35 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 194 | 0.12 | 0.92 | 0 | 0.24 | 291.96 | 0.86 | 0.41 |
| Hex | AA | F | C2 | C | 5C | 0 | 18 | 124 | 56 | 29 |
| Octal | 252 | 17 | 302 | 14 | 134 | 0 | 30 | 444 | 126 | 51 |
| Binary | 10101010 | 1111 | 11000010 | 1100 | 1011100 | 0 | 11000 | 100100100 | 1010110 | 101001 |
Color Harmonies of #AA0FC2
Complementary color
Monochromatic Colors of #AA0FC2
Black with #AA0FC2
Text Example
Text Example
White with #AA0FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FC2; }
p { color: rgb(170,15,194); }
H1.HeaderClassName
{
color: #AA0FC2;
}
.AnyTagClassName
{
color: #AA0FC2;
}
</style>
background-color css
<style>
a { background-color: #AA0FC2; }
a { background-color: rgb(170,15,194); }
div.DivClassName
{
background-color: #AA0FC2;
}
.BgClassName
{
background-color: #AA0FC2;
}
</style>
border-color css
<style>
span { border-color: #AA0FC2; }
span { border-color: rgb(170,15,194); }
td.TdClassName
{
border-color: #AA0FC2;
}
.TagClassName
{
border-color: #AA0FC2;
}
</style>