Shades of Dark Violet #A018DD
Tints of Dark Violet #A018DD
RGB
CMYK
RGB Variations
Color information
#A018DD (or 0xA018DD) is known color: Dark Violet. HEX triplet: A0, 18 and DD. RGB value is (160,24,221). Sum of RGB (Red+Green+Blue) = 160+24+221=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #A018DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018DD is #5FE722. Grayscale: #565656. Windows color (decimal): -6285091 or 14489760. OLE color: 14489760.
HSL color Cylindrical-coordinate representation of color #A018DD: hue angle of 281.42º 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 #A018DD is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 24 | 221 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.13 |
| HSL | 281.42º | 0.8% | 0.48% | - |
| HSV(B) | 281.42º | 0.89% | 0.87% | - |
| XYZ | 27.87 | 13.35 | 69.51 | - |
| YUV | 87.12 | 203.56 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 221 | 0.28 | 0.89 | 0 | 0.13 | 281.42 | 0.8 | 0.48 |
| Hex | A0 | 18 | DD | 1C | 59 | 0 | D | 119 | 50 | 30 |
| Octal | 240 | 30 | 335 | 34 | 131 | 0 | 15 | 431 | 120 | 60 |
| Binary | 10100000 | 11000 | 11011101 | 11100 | 1011001 | 0 | 1101 | 100011001 | 1010000 | 110000 |
Color Harmonies of #A018DD
Complementary color
Monochromatic Colors of #A018DD
Black with #A018DD
Text Example
Text Example
White with #A018DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018DD; }
p { color: rgb(160,24,221); }
H1.HeaderClassName
{
color: #A018DD;
}
.AnyTagClassName
{
color: #A018DD;
}
</style>
background-color css
<style>
a { background-color: #A018DD; }
a { background-color: rgb(160,24,221); }
div.DivClassName
{
background-color: #A018DD;
}
.BgClassName
{
background-color: #A018DD;
}
</style>
border-color css
<style>
span { border-color: #A018DD; }
span { border-color: rgb(160,24,221); }
td.TdClassName
{
border-color: #A018DD;
}
.TagClassName
{
border-color: #A018DD;
}
</style>