Shades of Dark Violet #A50EE8
Tints of Dark Violet #A50EE8
RGB
CMYK
RGB Variations
Color information
#A50EE8 (or 0xA50EE8) is known color: Dark Violet. HEX triplet: A5, 0E and E8. RGB value is (165,14,232). Sum of RGB (Red+Green+Blue) = 165+14+232=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 232 (91.02% from 255 or 56.45% from 411); Max value from RGB is 232 - color contains mainly: blue. Hex color #A50EE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50EE8 is #5AF117. Grayscale: #535353. Windows color (decimal): -5959960 or 15208101. OLE color: 15208101.
HSL color Cylindrical-coordinate representation of color #A50EE8: hue angle of 281.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50EE8 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 14 | 232 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.09 |
| HSL | 281.56º | 0.89% | 0.48% | - |
| HSV(B) | 281.56º | 0.94% | 0.91% | - |
| XYZ | 30.24 | 14.14 | 77.48 | - |
| YUV | 84 | 211.53 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 14 | 232 | 0.29 | 0.94 | 0 | 0.09 | 281.56 | 0.89 | 0.48 |
| Hex | A5 | E | E8 | 1D | 5E | 0 | 9 | 11A | 59 | 30 |
| Octal | 245 | 16 | 350 | 35 | 136 | 0 | 11 | 432 | 131 | 60 |
| Binary | 10100101 | 1110 | 11101000 | 11101 | 1011110 | 0 | 1001 | 100011010 | 1011001 | 110000 |
Color Harmonies of #A50EE8
Complementary color
Monochromatic Colors of #A50EE8
Black with #A50EE8
Text Example
Text Example
White with #A50EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50EE8; }
p { color: rgb(165,14,232); }
H1.HeaderClassName
{
color: #A50EE8;
}
.AnyTagClassName
{
color: #A50EE8;
}
</style>
background-color css
<style>
a { background-color: #A50EE8; }
a { background-color: rgb(165,14,232); }
div.DivClassName
{
background-color: #A50EE8;
}
.BgClassName
{
background-color: #A50EE8;
}
</style>
border-color css
<style>
span { border-color: #A50EE8; }
span { border-color: rgb(165,14,232); }
td.TdClassName
{
border-color: #A50EE8;
}
.TagClassName
{
border-color: #A50EE8;
}
</style>