Shades of Dark Violet #A016E6
Tints of Dark Violet #A016E6
RGB
CMYK
RGB Variations
Color information
#A016E6 (or 0xA016E6) is known color: Dark Violet. HEX triplet: A0, 16 and E6. RGB value is (160,22,230). Sum of RGB (Red+Green+Blue) = 160+22+230=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #A016E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A016E6 is #5FE919. Grayscale: #565656. Windows color (decimal): -6285594 or 15079072. OLE color: 15079072.
HSL color Cylindrical-coordinate representation of color #A016E6: hue angle of 279.81º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A016E6 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 22 | 230 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.10 |
| HSL | 279.81º | 0.83% | 0.49% | - |
| HSV(B) | 279.81º | 0.9% | 0.9% | - |
| XYZ | 29.07 | 13.76 | 75.99 | - |
| YUV | 86.97 | 208.72 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 230 | 0.30 | 0.90 | 0 | 0.10 | 279.81 | 0.83 | 0.49 |
| Hex | A0 | 16 | E6 | 1E | 5A | 0 | A | 118 | 53 | 31 |
| Octal | 240 | 26 | 346 | 36 | 132 | 0 | 12 | 430 | 123 | 61 |
| Binary | 10100000 | 10110 | 11100110 | 11110 | 1011010 | 0 | 1010 | 100011000 | 1010011 | 110001 |
Color Harmonies of #A016E6
Complementary color
Monochromatic Colors of #A016E6
Black with #A016E6
Text Example
Text Example
White with #A016E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A016E6; }
p { color: rgb(160,22,230); }
H1.HeaderClassName
{
color: #A016E6;
}
.AnyTagClassName
{
color: #A016E6;
}
</style>
background-color css
<style>
a { background-color: #A016E6; }
a { background-color: rgb(160,22,230); }
div.DivClassName
{
background-color: #A016E6;
}
.BgClassName
{
background-color: #A016E6;
}
</style>
border-color css
<style>
span { border-color: #A016E6; }
span { border-color: rgb(160,22,230); }
td.TdClassName
{
border-color: #A016E6;
}
.TagClassName
{
border-color: #A016E6;
}
</style>