Shades of Dark Violet #A50ECF
Tints of Dark Violet #A50ECF
RGB
CMYK
RGB Variations
Color information
#A50ECF (or 0xA50ECF) is known color: Dark Violet. HEX triplet: A5, 0E and CF. RGB value is (165,14,207). Sum of RGB (Red+Green+Blue) = 165+14+207=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #A50ECF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50ECF is #5AF130. Grayscale: #505050. Windows color (decimal): -5959985 or 13569701. OLE color: 13569701.
HSL color Cylindrical-coordinate representation of color #A50ECF: hue angle of 286.94º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50ECF is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 14 | 207 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.19 |
| HSL | 286.94º | 0.87% | 0.43% | - |
| HSV(B) | 286.94º | 0.93% | 0.81% | - |
| XYZ | 26.94 | 12.82 | 60.09 | - |
| YUV | 81.15 | 199.03 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 14 | 207 | 0.20 | 0.93 | 0 | 0.19 | 286.94 | 0.87 | 0.43 |
| Hex | A5 | E | CF | 14 | 5D | 0 | 13 | 11F | 57 | 2B |
| Octal | 245 | 16 | 317 | 24 | 135 | 0 | 23 | 437 | 127 | 53 |
| Binary | 10100101 | 1110 | 11001111 | 10100 | 1011101 | 0 | 10011 | 100011111 | 1010111 | 101011 |
Color Harmonies of #A50ECF
Complementary color
Monochromatic Colors of #A50ECF
Black with #A50ECF
Text Example
Text Example
White with #A50ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50ECF; }
p { color: rgb(165,14,207); }
H1.HeaderClassName
{
color: #A50ECF;
}
.AnyTagClassName
{
color: #A50ECF;
}
</style>
background-color css
<style>
a { background-color: #A50ECF; }
a { background-color: rgb(165,14,207); }
div.DivClassName
{
background-color: #A50ECF;
}
.BgClassName
{
background-color: #A50ECF;
}
</style>
border-color css
<style>
span { border-color: #A50ECF; }
span { border-color: rgb(165,14,207); }
td.TdClassName
{
border-color: #A50ECF;
}
.TagClassName
{
border-color: #A50ECF;
}
</style>