Shades of Dark Violet #AA18DE
Tints of Dark Violet #AA18DE
RGB
CMYK
RGB Variations
Color information
#AA18DE (or 0xAA18DE) is known color: Dark Violet. HEX triplet: AA, 18 and DE. RGB value is (170,24,222). Sum of RGB (Red+Green+Blue) = 170+24+222=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA18DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18DE is #55E721. Grayscale: #595959. Windows color (decimal): -5629730 or 14555306. OLE color: 14555306.
HSL color Cylindrical-coordinate representation of color #AA18DE: hue angle of 284.24º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA18DE is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 24 | 222 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.13 |
| HSL | 284.24º | 0.8% | 0.48% | - |
| HSV(B) | 284.24º | 0.89% | 0.87% | - |
| XYZ | 30.09 | 14.47 | 70.31 | - |
| YUV | 90.23 | 202.37 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 222 | 0.23 | 0.89 | 0 | 0.13 | 284.24 | 0.8 | 0.48 |
| Hex | AA | 18 | DE | 17 | 59 | 0 | D | 11C | 50 | 30 |
| Octal | 252 | 30 | 336 | 27 | 131 | 0 | 15 | 434 | 120 | 60 |
| Binary | 10101010 | 11000 | 11011110 | 10111 | 1011001 | 0 | 1101 | 100011100 | 1010000 | 110000 |
Color Harmonies of #AA18DE
Complementary color
Monochromatic Colors of #AA18DE
Black with #AA18DE
Text Example
Text Example
White with #AA18DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA18DE; }
p { color: rgb(170,24,222); }
H1.HeaderClassName
{
color: #AA18DE;
}
.AnyTagClassName
{
color: #AA18DE;
}
</style>
background-color css
<style>
a { background-color: #AA18DE; }
a { background-color: rgb(170,24,222); }
div.DivClassName
{
background-color: #AA18DE;
}
.BgClassName
{
background-color: #AA18DE;
}
</style>
border-color css
<style>
span { border-color: #AA18DE; }
span { border-color: rgb(170,24,222); }
td.TdClassName
{
border-color: #AA18DE;
}
.TagClassName
{
border-color: #AA18DE;
}
</style>