Shades of Dark Violet #A016DE
Tints of Dark Violet #A016DE
RGB
CMYK
RGB Variations
Color information
#A016DE (or 0xA016DE) is known color: Dark Violet. HEX triplet: A0, 16 and DE. RGB value is (160,22,222). Sum of RGB (Red+Green+Blue) = 160+22+222=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #A016DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A016DE is #5FE921. Grayscale: #555555. Windows color (decimal): -6285602 or 14554784. OLE color: 14554784.
HSL color Cylindrical-coordinate representation of color #A016DE: hue angle of 281.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A016DE is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 22 | 222 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.13 |
| HSL | 281.4º | 0.82% | 0.48% | - |
| HSV(B) | 281.4º | 0.9% | 0.87% | - |
| XYZ | 27.97 | 13.32 | 70.2 | - |
| YUV | 86.06 | 204.72 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 222 | 0.28 | 0.90 | 0 | 0.13 | 281.4 | 0.82 | 0.48 |
| Hex | A0 | 16 | DE | 1C | 5A | 0 | D | 119 | 52 | 30 |
| Octal | 240 | 26 | 336 | 34 | 132 | 0 | 15 | 431 | 122 | 60 |
| Binary | 10100000 | 10110 | 11011110 | 11100 | 1011010 | 0 | 1101 | 100011001 | 1010010 | 110000 |
Color Harmonies of #A016DE
Complementary color
Monochromatic Colors of #A016DE
Black with #A016DE
Text Example
Text Example
White with #A016DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A016DE; }
p { color: rgb(160,22,222); }
H1.HeaderClassName
{
color: #A016DE;
}
.AnyTagClassName
{
color: #A016DE;
}
</style>
background-color css
<style>
a { background-color: #A016DE; }
a { background-color: rgb(160,22,222); }
div.DivClassName
{
background-color: #A016DE;
}
.BgClassName
{
background-color: #A016DE;
}
</style>
border-color css
<style>
span { border-color: #A016DE; }
span { border-color: rgb(160,22,222); }
td.TdClassName
{
border-color: #A016DE;
}
.TagClassName
{
border-color: #A016DE;
}
</style>