Shades of Dark Violet #A50EDF
Tints of Dark Violet #A50EDF
RGB
CMYK
RGB Variations
Color information
#A50EDF (or 0xA50EDF) is known color: Dark Violet. HEX triplet: A5, 0E and DF. RGB value is (165,14,223). Sum of RGB (Red+Green+Blue) = 165+14+223=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #A50EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50EDF is #5AF120. Grayscale: #525252. Windows color (decimal): -5959969 or 14618277. OLE color: 14618277.
HSL color Cylindrical-coordinate representation of color #A50EDF: hue angle of 283.35º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50EDF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 14 | 223 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.13 |
| HSL | 283.35º | 0.88% | 0.46% | - |
| HSV(B) | 283.35º | 0.94% | 0.87% | - |
| XYZ | 28.99 | 13.64 | 70.92 | - |
| YUV | 82.98 | 207.03 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 14 | 223 | 0.26 | 0.94 | 0 | 0.13 | 283.35 | 0.88 | 0.46 |
| Hex | A5 | E | DF | 1A | 5E | 0 | D | 11B | 58 | 2E |
| Octal | 245 | 16 | 337 | 32 | 136 | 0 | 15 | 433 | 130 | 56 |
| Binary | 10100101 | 1110 | 11011111 | 11010 | 1011110 | 0 | 1101 | 100011011 | 1011000 | 101110 |
Color Harmonies of #A50EDF
Complementary color
Monochromatic Colors of #A50EDF
Black with #A50EDF
Text Example
Text Example
White with #A50EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50EDF; }
p { color: rgb(165,14,223); }
H1.HeaderClassName
{
color: #A50EDF;
}
.AnyTagClassName
{
color: #A50EDF;
}
</style>
background-color css
<style>
a { background-color: #A50EDF; }
a { background-color: rgb(165,14,223); }
div.DivClassName
{
background-color: #A50EDF;
}
.BgClassName
{
background-color: #A50EDF;
}
</style>
border-color css
<style>
span { border-color: #A50EDF; }
span { border-color: rgb(165,14,223); }
td.TdClassName
{
border-color: #A50EDF;
}
.TagClassName
{
border-color: #A50EDF;
}
</style>