Shades of Dark Violet #AA0ED3
Tints of Dark Violet #AA0ED3
RGB
CMYK
RGB Variations
Color information
#AA0ED3 (or 0xAA0ED3) is known color: Dark Violet. HEX triplet: AA, 0E and D3. RGB value is (170,14,211). Sum of RGB (Red+Green+Blue) = 170+14+211=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 211 (82.81% from 255 or 53.42% from 395); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA0ED3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ED3 is #55F12C. Grayscale: #525252. Windows color (decimal): -5632301 or 13831850. OLE color: 13831850.
HSL color Cylindrical-coordinate representation of color #AA0ED3: hue angle of 287.51º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0ED3 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 14 | 211 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.17 |
| HSL | 287.51º | 0.88% | 0.44% | - |
| HSV(B) | 287.51º | 0.93% | 0.83% | - |
| XYZ | 28.49 | 13.56 | 62.74 | - |
| YUV | 83.1 | 200.18 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 211 | 0.19 | 0.93 | 0 | 0.17 | 287.51 | 0.88 | 0.44 |
| Hex | AA | E | D3 | 13 | 5D | 0 | 11 | 120 | 58 | 2C |
| Octal | 252 | 16 | 323 | 23 | 135 | 0 | 21 | 440 | 130 | 54 |
| Binary | 10101010 | 1110 | 11010011 | 10011 | 1011101 | 0 | 10001 | 100100000 | 1011000 | 101100 |
Color Harmonies of #AA0ED3
Complementary color
Monochromatic Colors of #AA0ED3
Black with #AA0ED3
Text Example
Text Example
White with #AA0ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0ED3; }
p { color: rgb(170,14,211); }
H1.HeaderClassName
{
color: #AA0ED3;
}
.AnyTagClassName
{
color: #AA0ED3;
}
</style>
background-color css
<style>
a { background-color: #AA0ED3; }
a { background-color: rgb(170,14,211); }
div.DivClassName
{
background-color: #AA0ED3;
}
.BgClassName
{
background-color: #AA0ED3;
}
</style>
border-color css
<style>
span { border-color: #AA0ED3; }
span { border-color: rgb(170,14,211); }
td.TdClassName
{
border-color: #AA0ED3;
}
.TagClassName
{
border-color: #AA0ED3;
}
</style>