Shades of Dark Violet #A014EB
Tints of Dark Violet #A014EB
RGB
CMYK
RGB Variations
Color information
#A014EB (or 0xA014EB) is known color: Dark Violet. HEX triplet: A0, 14 and EB. RGB value is (160,20,235). Sum of RGB (Red+Green+Blue) = 160+20+235=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #A014EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A014EB is #5FEB14. Grayscale: #555555. Windows color (decimal): -6286101 or 15406240. OLE color: 15406240.
HSL color Cylindrical-coordinate representation of color #A014EB: hue angle of 279.07º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A014EB is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 20 | 235 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.08 |
| HSL | 279.07º | 0.84% | 0.5% | - |
| HSV(B) | 279.07º | 0.91% | 0.92% | - |
| XYZ | 29.74 | 13.97 | 79.73 | - |
| YUV | 86.37 | 211.88 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 235 | 0.32 | 0.91 | 0 | 0.08 | 279.07 | 0.84 | 0.5 |
| Hex | A0 | 14 | EB | 20 | 5B | 0 | 8 | 117 | 54 | 32 |
| Octal | 240 | 24 | 353 | 40 | 133 | 0 | 10 | 427 | 124 | 62 |
| Binary | 10100000 | 10100 | 11101011 | 100000 | 1011011 | 0 | 1000 | 100010111 | 1010100 | 110010 |
Color Harmonies of #A014EB
Complementary color
Monochromatic Colors of #A014EB
Black with #A014EB
Text Example
Text Example
White with #A014EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A014EB; }
p { color: rgb(160,20,235); }
H1.HeaderClassName
{
color: #A014EB;
}
.AnyTagClassName
{
color: #A014EB;
}
</style>
background-color css
<style>
a { background-color: #A014EB; }
a { background-color: rgb(160,20,235); }
div.DivClassName
{
background-color: #A014EB;
}
.BgClassName
{
background-color: #A014EB;
}
</style>
border-color css
<style>
span { border-color: #A014EB; }
span { border-color: rgb(160,20,235); }
td.TdClassName
{
border-color: #A014EB;
}
.TagClassName
{
border-color: #A014EB;
}
</style>