Shades of Dark Violet #AA18E2
Tints of Dark Violet #AA18E2
RGB
CMYK
RGB Variations
Color information
#AA18E2 (or 0xAA18E2) is known color: Dark Violet. HEX triplet: AA, 18 and E2. RGB value is (170,24,226). Sum of RGB (Red+Green+Blue) = 170+24+226=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA18E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18E2 is #55E71D. Grayscale: #5A5A5A. Windows color (decimal): -5629726 or 14817450. OLE color: 14817450.
HSL color Cylindrical-coordinate representation of color #AA18E2: hue angle of 283.37º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA18E2 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 24 | 226 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.11 |
| HSL | 283.37º | 0.81% | 0.49% | - |
| HSV(B) | 283.37º | 0.89% | 0.89% | - |
| XYZ | 30.63 | 14.69 | 73.17 | - |
| YUV | 90.68 | 204.37 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 226 | 0.25 | 0.89 | 0 | 0.11 | 283.37 | 0.81 | 0.49 |
| Hex | AA | 18 | E2 | 19 | 59 | 0 | B | 11B | 51 | 31 |
| Octal | 252 | 30 | 342 | 31 | 131 | 0 | 13 | 433 | 121 | 61 |
| Binary | 10101010 | 11000 | 11100010 | 11001 | 1011001 | 0 | 1011 | 100011011 | 1010001 | 110001 |
Color Harmonies of #AA18E2
Complementary color
Monochromatic Colors of #AA18E2
Black with #AA18E2
Text Example
Text Example
White with #AA18E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA18E2; }
p { color: rgb(170,24,226); }
H1.HeaderClassName
{
color: #AA18E2;
}
.AnyTagClassName
{
color: #AA18E2;
}
</style>
background-color css
<style>
a { background-color: #AA18E2; }
a { background-color: rgb(170,24,226); }
div.DivClassName
{
background-color: #AA18E2;
}
.BgClassName
{
background-color: #AA18E2;
}
</style>
border-color css
<style>
span { border-color: #AA18E2; }
span { border-color: rgb(170,24,226); }
td.TdClassName
{
border-color: #AA18E2;
}
.TagClassName
{
border-color: #AA18E2;
}
</style>