Shades of Dark Violet #A50EED
Tints of Dark Violet #A50EED
RGB
CMYK
RGB Variations
Color information
#A50EED (or 0xA50EED) is known color: Dark Violet. HEX triplet: A5, 0E and ED. RGB value is (165,14,237). Sum of RGB (Red+Green+Blue) = 165+14+237=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #A50EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50EED is #5AF112. Grayscale: #535353. Windows color (decimal): -5959955 or 15535781. OLE color: 15535781.
HSL color Cylindrical-coordinate representation of color #A50EED: hue angle of 280.63º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50EED is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 14 | 237 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.07 |
| HSL | 280.63º | 0.89% | 0.49% | - |
| HSV(B) | 280.63º | 0.94% | 0.93% | - |
| XYZ | 30.96 | 14.43 | 81.27 | - |
| YUV | 84.57 | 214.03 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 14 | 237 | 0.30 | 0.94 | 0 | 0.07 | 280.63 | 0.89 | 0.49 |
| Hex | A5 | E | ED | 1E | 5E | 0 | 7 | 119 | 59 | 31 |
| Octal | 245 | 16 | 355 | 36 | 136 | 0 | 7 | 431 | 131 | 61 |
| Binary | 10100101 | 1110 | 11101101 | 11110 | 1011110 | 0 | 111 | 100011001 | 1011001 | 110001 |
Color Harmonies of #A50EED
Complementary color
Monochromatic Colors of #A50EED
Black with #A50EED
Text Example
Text Example
White with #A50EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50EED; }
p { color: rgb(165,14,237); }
H1.HeaderClassName
{
color: #A50EED;
}
.AnyTagClassName
{
color: #A50EED;
}
</style>
background-color css
<style>
a { background-color: #A50EED; }
a { background-color: rgb(165,14,237); }
div.DivClassName
{
background-color: #A50EED;
}
.BgClassName
{
background-color: #A50EED;
}
</style>
border-color css
<style>
span { border-color: #A50EED; }
span { border-color: rgb(165,14,237); }
td.TdClassName
{
border-color: #A50EED;
}
.TagClassName
{
border-color: #A50EED;
}
</style>