Shades of Dark Violet #AA0FCE
Tints of Dark Violet #AA0FCE
RGB
CMYK
RGB Variations
Color information
#AA0FCE (or 0xAA0FCE) is known color: Dark Violet. HEX triplet: AA, 0F and CE. RGB value is (170,15,206). Sum of RGB (Red+Green+Blue) = 170+15+206=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA0FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FCE is #55F031. Grayscale: #525252. Windows color (decimal): -5632050 or 13504426. OLE color: 13504426.
HSL color Cylindrical-coordinate representation of color #AA0FCE: hue angle of 288.69º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0FCE is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 15 | 206 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.19 |
| HSL | 288.69º | 0.86% | 0.43% | - |
| HSV(B) | 288.69º | 0.93% | 0.81% | - |
| XYZ | 27.89 | 13.34 | 59.5 | - |
| YUV | 83.12 | 197.35 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 206 | 0.17 | 0.93 | 0 | 0.19 | 288.69 | 0.86 | 0.43 |
| Hex | AA | F | CE | 11 | 5D | 0 | 13 | 121 | 56 | 2B |
| Octal | 252 | 17 | 316 | 21 | 135 | 0 | 23 | 441 | 126 | 53 |
| Binary | 10101010 | 1111 | 11001110 | 10001 | 1011101 | 0 | 10011 | 100100001 | 1010110 | 101011 |
Color Harmonies of #AA0FCE
Complementary color
Monochromatic Colors of #AA0FCE
Black with #AA0FCE
Text Example
Text Example
White with #AA0FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FCE; }
p { color: rgb(170,15,206); }
H1.HeaderClassName
{
color: #AA0FCE;
}
.AnyTagClassName
{
color: #AA0FCE;
}
</style>
background-color css
<style>
a { background-color: #AA0FCE; }
a { background-color: rgb(170,15,206); }
div.DivClassName
{
background-color: #AA0FCE;
}
.BgClassName
{
background-color: #AA0FCE;
}
</style>
border-color css
<style>
span { border-color: #AA0FCE; }
span { border-color: rgb(170,15,206); }
td.TdClassName
{
border-color: #AA0FCE;
}
.TagClassName
{
border-color: #AA0FCE;
}
</style>