Shades of Dark Violet #AA18D6
Tints of Dark Violet #AA18D6
RGB
CMYK
RGB Variations
Color information
#AA18D6 (or 0xAA18D6) is known color: Dark Violet. HEX triplet: AA, 18 and D6. RGB value is (170,24,214). Sum of RGB (Red+Green+Blue) = 170+24+214=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 214 (83.98% from 255 or 52.45% from 408); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA18D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18D6 is #55E729. Grayscale: #585858. Windows color (decimal): -5629738 or 14031018. OLE color: 14031018.
HSL color Cylindrical-coordinate representation of color #AA18D6: hue angle of 286.11º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA18D6 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 24 | 214 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.16 |
| HSL | 286.11º | 0.8% | 0.47% | - |
| HSV(B) | 286.11º | 0.89% | 0.84% | - |
| XYZ | 29.04 | 14.05 | 64.8 | - |
| YUV | 89.31 | 198.37 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 214 | 0.21 | 0.89 | 0 | 0.16 | 286.11 | 0.8 | 0.47 |
| Hex | AA | 18 | D6 | 15 | 59 | 0 | 10 | 11E | 50 | 2F |
| Octal | 252 | 30 | 326 | 25 | 131 | 0 | 20 | 436 | 120 | 57 |
| Binary | 10101010 | 11000 | 11010110 | 10101 | 1011001 | 0 | 10000 | 100011110 | 1010000 | 101111 |
Color Harmonies of #AA18D6
Complementary color
Monochromatic Colors of #AA18D6
Black with #AA18D6
Text Example
Text Example
White with #AA18D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA18D6; }
p { color: rgb(170,24,214); }
H1.HeaderClassName
{
color: #AA18D6;
}
.AnyTagClassName
{
color: #AA18D6;
}
</style>
background-color css
<style>
a { background-color: #AA18D6; }
a { background-color: rgb(170,24,214); }
div.DivClassName
{
background-color: #AA18D6;
}
.BgClassName
{
background-color: #AA18D6;
}
</style>
border-color css
<style>
span { border-color: #AA18D6; }
span { border-color: rgb(170,24,214); }
td.TdClassName
{
border-color: #AA18D6;
}
.TagClassName
{
border-color: #AA18D6;
}
</style>