Shades of Dark Violet #AA18D4
Tints of Dark Violet #AA18D4
RGB
CMYK
RGB Variations
Color information
#AA18D4 (or 0xAA18D4) is known color: Dark Violet. HEX triplet: AA, 18 and D4. RGB value is (170,24,212). Sum of RGB (Red+Green+Blue) = 170+24+212=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA18D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18D4 is #55E72B. Grayscale: #585858. Windows color (decimal): -5629740 or 13899946. OLE color: 13899946.
HSL color Cylindrical-coordinate representation of color #AA18D4: hue angle of 286.6º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA18D4 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 24 | 212 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.17 |
| HSL | 286.6º | 0.8% | 0.46% | - |
| HSV(B) | 286.6º | 0.89% | 0.83% | - |
| XYZ | 28.79 | 13.95 | 63.46 | - |
| YUV | 89.09 | 197.37 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 212 | 0.20 | 0.89 | 0 | 0.17 | 286.6 | 0.8 | 0.46 |
| Hex | AA | 18 | D4 | 14 | 59 | 0 | 11 | 11F | 50 | 2E |
| Octal | 252 | 30 | 324 | 24 | 131 | 0 | 21 | 437 | 120 | 56 |
| Binary | 10101010 | 11000 | 11010100 | 10100 | 1011001 | 0 | 10001 | 100011111 | 1010000 | 101110 |
Color Harmonies of #AA18D4
Complementary color
Monochromatic Colors of #AA18D4
Black with #AA18D4
Text Example
Text Example
White with #AA18D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA18D4; }
p { color: rgb(170,24,212); }
H1.HeaderClassName
{
color: #AA18D4;
}
.AnyTagClassName
{
color: #AA18D4;
}
</style>
background-color css
<style>
a { background-color: #AA18D4; }
a { background-color: rgb(170,24,212); }
div.DivClassName
{
background-color: #AA18D4;
}
.BgClassName
{
background-color: #AA18D4;
}
</style>
border-color css
<style>
span { border-color: #AA18D4; }
span { border-color: rgb(170,24,212); }
td.TdClassName
{
border-color: #AA18D4;
}
.TagClassName
{
border-color: #AA18D4;
}
</style>