Shades of Dark Violet #A014E8
Tints of Dark Violet #A014E8
RGB
CMYK
RGB Variations
Color information
#A014E8 (or 0xA014E8) is known color: Dark Violet. HEX triplet: A0, 14 and E8. RGB value is (160,20,232). Sum of RGB (Red+Green+Blue) = 160+20+232=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 232 (91.02% from 255 or 56.31% from 412); Max value from RGB is 232 - color contains mainly: blue. Hex color #A014E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A014E8 is #5FEB17. Grayscale: #555555. Windows color (decimal): -6286104 or 15209632. OLE color: 15209632.
HSL color Cylindrical-coordinate representation of color #A014E8: hue angle of 279.62º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A014E8 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 20 | 232 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.09 |
| HSL | 279.62º | 0.84% | 0.49% | - |
| HSV(B) | 279.62º | 0.91% | 0.91% | - |
| XYZ | 29.31 | 13.8 | 77.46 | - |
| YUV | 86.03 | 210.38 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 232 | 0.31 | 0.91 | 0 | 0.09 | 279.62 | 0.84 | 0.49 |
| Hex | A0 | 14 | E8 | 1F | 5B | 0 | 9 | 118 | 54 | 31 |
| Octal | 240 | 24 | 350 | 37 | 133 | 0 | 11 | 430 | 124 | 61 |
| Binary | 10100000 | 10100 | 11101000 | 11111 | 1011011 | 0 | 1001 | 100011000 | 1010100 | 110001 |
Color Harmonies of #A014E8
Complementary color
Monochromatic Colors of #A014E8
Black with #A014E8
Text Example
Text Example
White with #A014E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A014E8; }
p { color: rgb(160,20,232); }
H1.HeaderClassName
{
color: #A014E8;
}
.AnyTagClassName
{
color: #A014E8;
}
</style>
background-color css
<style>
a { background-color: #A014E8; }
a { background-color: rgb(160,20,232); }
div.DivClassName
{
background-color: #A014E8;
}
.BgClassName
{
background-color: #A014E8;
}
</style>
border-color css
<style>
span { border-color: #A014E8; }
span { border-color: rgb(160,20,232); }
td.TdClassName
{
border-color: #A014E8;
}
.TagClassName
{
border-color: #A014E8;
}
</style>