Shades of Dark Violet #A014E9
Tints of Dark Violet #A014E9
RGB
CMYK
RGB Variations
Color information
#A014E9 (or 0xA014E9) is known color: Dark Violet. HEX triplet: A0, 14 and E9. RGB value is (160,20,233). Sum of RGB (Red+Green+Blue) = 160+20+233=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 233 (91.41% from 255 or 56.42% from 413); Max value from RGB is 233 - color contains mainly: blue. Hex color #A014E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A014E9 is #5FEB16. Grayscale: #555555. Windows color (decimal): -6286103 or 15275168. OLE color: 15275168.
HSL color Cylindrical-coordinate representation of color #A014E9: hue angle of 279.44º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A014E9 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 20 | 233 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.09 |
| HSL | 279.44º | 0.84% | 0.5% | - |
| HSV(B) | 279.44º | 0.91% | 0.91% | - |
| XYZ | 29.46 | 13.86 | 78.21 | - |
| YUV | 86.14 | 210.88 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 233 | 0.31 | 0.91 | 0 | 0.09 | 279.44 | 0.84 | 0.5 |
| Hex | A0 | 14 | E9 | 1F | 5B | 0 | 9 | 117 | 54 | 32 |
| Octal | 240 | 24 | 351 | 37 | 133 | 0 | 11 | 427 | 124 | 62 |
| Binary | 10100000 | 10100 | 11101001 | 11111 | 1011011 | 0 | 1001 | 100010111 | 1010100 | 110010 |
Color Harmonies of #A014E9
Complementary color
Monochromatic Colors of #A014E9
Black with #A014E9
Text Example
Text Example
White with #A014E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A014E9; }
p { color: rgb(160,20,233); }
H1.HeaderClassName
{
color: #A014E9;
}
.AnyTagClassName
{
color: #A014E9;
}
</style>
background-color css
<style>
a { background-color: #A014E9; }
a { background-color: rgb(160,20,233); }
div.DivClassName
{
background-color: #A014E9;
}
.BgClassName
{
background-color: #A014E9;
}
</style>
border-color css
<style>
span { border-color: #A014E9; }
span { border-color: rgb(160,20,233); }
td.TdClassName
{
border-color: #A014E9;
}
.TagClassName
{
border-color: #A014E9;
}
</style>