Shades of Dark Violet #A50EE1
Tints of Dark Violet #A50EE1
RGB
CMYK
RGB Variations
Color information
#A50EE1 (or 0xA50EE1) is known color: Dark Violet. HEX triplet: A5, 0E and E1. RGB value is (165,14,225). Sum of RGB (Red+Green+Blue) = 165+14+225=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #A50EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50EE1 is #5AF11E. Grayscale: #525252. Windows color (decimal): -5959967 or 14749349. OLE color: 14749349.
HSL color Cylindrical-coordinate representation of color #A50EE1: hue angle of 282.94º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50EE1 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 14 | 225 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.12 |
| HSL | 282.94º | 0.88% | 0.47% | - |
| HSV(B) | 282.94º | 0.94% | 0.88% | - |
| XYZ | 29.26 | 13.75 | 72.35 | - |
| YUV | 83.2 | 208.03 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 14 | 225 | 0.27 | 0.94 | 0 | 0.12 | 282.94 | 0.88 | 0.47 |
| Hex | A5 | E | E1 | 1B | 5E | 0 | C | 11B | 58 | 2F |
| Octal | 245 | 16 | 341 | 33 | 136 | 0 | 14 | 433 | 130 | 57 |
| Binary | 10100101 | 1110 | 11100001 | 11011 | 1011110 | 0 | 1100 | 100011011 | 1011000 | 101111 |
Color Harmonies of #A50EE1
Complementary color
Monochromatic Colors of #A50EE1
Black with #A50EE1
Text Example
Text Example
White with #A50EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50EE1; }
p { color: rgb(165,14,225); }
H1.HeaderClassName
{
color: #A50EE1;
}
.AnyTagClassName
{
color: #A50EE1;
}
</style>
background-color css
<style>
a { background-color: #A50EE1; }
a { background-color: rgb(165,14,225); }
div.DivClassName
{
background-color: #A50EE1;
}
.BgClassName
{
background-color: #A50EE1;
}
</style>
border-color css
<style>
span { border-color: #A50EE1; }
span { border-color: rgb(165,14,225); }
td.TdClassName
{
border-color: #A50EE1;
}
.TagClassName
{
border-color: #A50EE1;
}
</style>