Shades of Dark Violet #A016DC
Tints of Dark Violet #A016DC
RGB
CMYK
RGB Variations
Color information
#A016DC (or 0xA016DC) is known color: Dark Violet. HEX triplet: A0, 16 and DC. RGB value is (160,22,220). Sum of RGB (Red+Green+Blue) = 160+22+220=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #A016DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A016DC is #5FE923. Grayscale: #555555. Windows color (decimal): -6285604 or 14423712. OLE color: 14423712.
HSL color Cylindrical-coordinate representation of color #A016DC: hue angle of 281.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A016DC is Cyan = 0.27, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 22 | 220 | - |
| CMYK | 0.27 | 0.9 | 0 | 0.14 |
| HSL | 281.82º | 0.82% | 0.47% | - |
| HSV(B) | 281.82º | 0.9% | 0.86% | - |
| XYZ | 27.7 | 13.21 | 68.8 | - |
| YUV | 85.83 | 203.72 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 220 | 0.27 | 0.9 | 0 | 0.14 | 281.82 | 0.82 | 0.47 |
| Hex | A0 | 16 | DC | 1B | 5A | 0 | E | 11A | 52 | 2F |
| Octal | 240 | 26 | 334 | 33 | 132 | 0 | 16 | 432 | 122 | 57 |
| Binary | 10100000 | 10110 | 11011100 | 11011 | 1011010 | 0 | 1110 | 100011010 | 1010010 | 101111 |
Color Harmonies of #A016DC
Complementary color
Monochromatic Colors of #A016DC
Black with #A016DC
Text Example
Text Example
White with #A016DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A016DC; }
p { color: rgb(160,22,220); }
H1.HeaderClassName
{
color: #A016DC;
}
.AnyTagClassName
{
color: #A016DC;
}
</style>
background-color css
<style>
a { background-color: #A016DC; }
a { background-color: rgb(160,22,220); }
div.DivClassName
{
background-color: #A016DC;
}
.BgClassName
{
background-color: #A016DC;
}
</style>
border-color css
<style>
span { border-color: #A016DC; }
span { border-color: rgb(160,22,220); }
td.TdClassName
{
border-color: #A016DC;
}
.TagClassName
{
border-color: #A016DC;
}
</style>