Shades of Dark Violet #AA18D9
Tints of Dark Violet #AA18D9
RGB
CMYK
RGB Variations
Color information
#AA18D9 (or 0xAA18D9) is known color: Dark Violet. HEX triplet: AA, 18 and D9. RGB value is (170,24,217). Sum of RGB (Red+Green+Blue) = 170+24+217=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 217 (85.16% from 255 or 52.80% from 411); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA18D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18D9 is #55E726. Grayscale: #595959. Windows color (decimal): -5629735 or 14227626. OLE color: 14227626.
HSL color Cylindrical-coordinate representation of color #AA18D9: hue angle of 285.39º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA18D9 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 24 | 217 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.15 |
| HSL | 285.39º | 0.8% | 0.47% | - |
| HSV(B) | 285.39º | 0.89% | 0.85% | - |
| XYZ | 29.43 | 14.21 | 66.84 | - |
| YUV | 89.66 | 199.87 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 217 | 0.22 | 0.89 | 0 | 0.15 | 285.39 | 0.8 | 0.47 |
| Hex | AA | 18 | D9 | 16 | 59 | 0 | F | 11D | 50 | 2F |
| Octal | 252 | 30 | 331 | 26 | 131 | 0 | 17 | 435 | 120 | 57 |
| Binary | 10101010 | 11000 | 11011001 | 10110 | 1011001 | 0 | 1111 | 100011101 | 1010000 | 101111 |
Color Harmonies of #AA18D9
Complementary color
Monochromatic Colors of #AA18D9
Black with #AA18D9
Text Example
Text Example
White with #AA18D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA18D9; }
p { color: rgb(170,24,217); }
H1.HeaderClassName
{
color: #AA18D9;
}
.AnyTagClassName
{
color: #AA18D9;
}
</style>
background-color css
<style>
a { background-color: #AA18D9; }
a { background-color: rgb(170,24,217); }
div.DivClassName
{
background-color: #AA18D9;
}
.BgClassName
{
background-color: #AA18D9;
}
</style>
border-color css
<style>
span { border-color: #AA18D9; }
span { border-color: rgb(170,24,217); }
td.TdClassName
{
border-color: #AA18D9;
}
.TagClassName
{
border-color: #AA18D9;
}
</style>