Shades of Dark Violet #A018DC
Tints of Dark Violet #A018DC
RGB
CMYK
RGB Variations
Color information
#A018DC (or 0xA018DC) is known color: Dark Violet. HEX triplet: A0, 18 and DC. RGB value is (160,24,220). Sum of RGB (Red+Green+Blue) = 160+24+220=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #A018DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018DC is #5FE723. Grayscale: #565656. Windows color (decimal): -6285092 or 14424224. OLE color: 14424224.
HSL color Cylindrical-coordinate representation of color #A018DC: hue angle of 281.63º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A018DC is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 24 | 220 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.14 |
| HSL | 281.63º | 0.8% | 0.48% | - |
| HSV(B) | 281.63º | 0.89% | 0.86% | - |
| XYZ | 27.74 | 13.29 | 68.81 | - |
| YUV | 87.01 | 203.06 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 220 | 0.27 | 0.89 | 0 | 0.14 | 281.63 | 0.8 | 0.48 |
| Hex | A0 | 18 | DC | 1B | 59 | 0 | E | 11A | 50 | 30 |
| Octal | 240 | 30 | 334 | 33 | 131 | 0 | 16 | 432 | 120 | 60 |
| Binary | 10100000 | 11000 | 11011100 | 11011 | 1011001 | 0 | 1110 | 100011010 | 1010000 | 110000 |
Color Harmonies of #A018DC
Complementary color
Monochromatic Colors of #A018DC
Black with #A018DC
Text Example
Text Example
White with #A018DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018DC; }
p { color: rgb(160,24,220); }
H1.HeaderClassName
{
color: #A018DC;
}
.AnyTagClassName
{
color: #A018DC;
}
</style>
background-color css
<style>
a { background-color: #A018DC; }
a { background-color: rgb(160,24,220); }
div.DivClassName
{
background-color: #A018DC;
}
.BgClassName
{
background-color: #A018DC;
}
</style>
border-color css
<style>
span { border-color: #A018DC; }
span { border-color: rgb(160,24,220); }
td.TdClassName
{
border-color: #A018DC;
}
.TagClassName
{
border-color: #A018DC;
}
</style>