Shades of Dark Violet #A50EEA
Tints of Dark Violet #A50EEA
RGB
CMYK
RGB Variations
Color information
#A50EEA (or 0xA50EEA) is known color: Dark Violet. HEX triplet: A5, 0E and EA. RGB value is (165,14,234). Sum of RGB (Red+Green+Blue) = 165+14+234=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #A50EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50EEA is #5AF115. Grayscale: #535353. Windows color (decimal): -5959958 or 15339173. OLE color: 15339173.
HSL color Cylindrical-coordinate representation of color #A50EEA: hue angle of 281.18º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50EEA is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 14 | 234 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.08 |
| HSL | 281.18º | 0.89% | 0.49% | - |
| HSV(B) | 281.18º | 0.94% | 0.92% | - |
| XYZ | 30.53 | 14.25 | 78.98 | - |
| YUV | 84.23 | 212.53 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 14 | 234 | 0.29 | 0.94 | 0 | 0.08 | 281.18 | 0.89 | 0.49 |
| Hex | A5 | E | EA | 1D | 5E | 0 | 8 | 119 | 59 | 31 |
| Octal | 245 | 16 | 352 | 35 | 136 | 0 | 10 | 431 | 131 | 61 |
| Binary | 10100101 | 1110 | 11101010 | 11101 | 1011110 | 0 | 1000 | 100011001 | 1011001 | 110001 |
Color Harmonies of #A50EEA
Complementary color
Monochromatic Colors of #A50EEA
Black with #A50EEA
Text Example
Text Example
White with #A50EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50EEA; }
p { color: rgb(165,14,234); }
H1.HeaderClassName
{
color: #A50EEA;
}
.AnyTagClassName
{
color: #A50EEA;
}
</style>
background-color css
<style>
a { background-color: #A50EEA; }
a { background-color: rgb(165,14,234); }
div.DivClassName
{
background-color: #A50EEA;
}
.BgClassName
{
background-color: #A50EEA;
}
</style>
border-color css
<style>
span { border-color: #A50EEA; }
span { border-color: rgb(165,14,234); }
td.TdClassName
{
border-color: #A50EEA;
}
.TagClassName
{
border-color: #A50EEA;
}
</style>