Shades of Dark Violet #AA0FE2
Tints of Dark Violet #AA0FE2
RGB
CMYK
RGB Variations
Color information
#AA0FE2 (or 0xAA0FE2) is known color: Dark Violet. HEX triplet: AA, 0F and E2. RGB value is (170,15,226). Sum of RGB (Red+Green+Blue) = 170+15+226=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 226 (88.67% from 255 or 54.99% from 411); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA0FE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FE2 is #55F01D. Grayscale: #545454. Windows color (decimal): -5632030 or 14815146. OLE color: 14815146.
HSL color Cylindrical-coordinate representation of color #AA0FE2: hue angle of 284.08º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0FE2 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 15 | 226 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.11 |
| HSL | 284.08º | 0.88% | 0.47% | - |
| HSV(B) | 284.08º | 0.93% | 0.89% | - |
| XYZ | 30.48 | 14.38 | 73.12 | - |
| YUV | 85.4 | 207.35 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 226 | 0.25 | 0.93 | 0 | 0.11 | 284.08 | 0.88 | 0.47 |
| Hex | AA | F | E2 | 19 | 5D | 0 | B | 11C | 58 | 2F |
| Octal | 252 | 17 | 342 | 31 | 135 | 0 | 13 | 434 | 130 | 57 |
| Binary | 10101010 | 1111 | 11100010 | 11001 | 1011101 | 0 | 1011 | 100011100 | 1011000 | 101111 |
Color Harmonies of #AA0FE2
Complementary color
Monochromatic Colors of #AA0FE2
Black with #AA0FE2
Text Example
Text Example
White with #AA0FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FE2; }
p { color: rgb(170,15,226); }
H1.HeaderClassName
{
color: #AA0FE2;
}
.AnyTagClassName
{
color: #AA0FE2;
}
</style>
background-color css
<style>
a { background-color: #AA0FE2; }
a { background-color: rgb(170,15,226); }
div.DivClassName
{
background-color: #AA0FE2;
}
.BgClassName
{
background-color: #AA0FE2;
}
</style>
border-color css
<style>
span { border-color: #AA0FE2; }
span { border-color: rgb(170,15,226); }
td.TdClassName
{
border-color: #AA0FE2;
}
.TagClassName
{
border-color: #AA0FE2;
}
</style>