Shades of Dark Violet #A50ECB
Tints of Dark Violet #A50ECB
RGB
CMYK
RGB Variations
Color information
#A50ECB (or 0xA50ECB) is known color: Dark Violet. HEX triplet: A5, 0E and CB. RGB value is (165,14,203). Sum of RGB (Red+Green+Blue) = 165+14+203=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #A50ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50ECB is #5AF134. Grayscale: #505050. Windows color (decimal): -5959989 or 13307557. OLE color: 13307557.
HSL color Cylindrical-coordinate representation of color #A50ECB: hue angle of 287.94º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50ECB is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 14 | 203 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.20 |
| HSL | 287.94º | 0.87% | 0.43% | - |
| HSV(B) | 287.94º | 0.93% | 0.8% | - |
| XYZ | 26.45 | 12.63 | 57.54 | - |
| YUV | 80.7 | 197.03 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 14 | 203 | 0.19 | 0.93 | 0 | 0.20 | 287.94 | 0.87 | 0.43 |
| Hex | A5 | E | CB | 13 | 5D | 0 | 14 | 120 | 57 | 2B |
| Octal | 245 | 16 | 313 | 23 | 135 | 0 | 24 | 440 | 127 | 53 |
| Binary | 10100101 | 1110 | 11001011 | 10011 | 1011101 | 0 | 10100 | 100100000 | 1010111 | 101011 |
Color Harmonies of #A50ECB
Complementary color
Monochromatic Colors of #A50ECB
Black with #A50ECB
Text Example
Text Example
White with #A50ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50ECB; }
p { color: rgb(165,14,203); }
H1.HeaderClassName
{
color: #A50ECB;
}
.AnyTagClassName
{
color: #A50ECB;
}
</style>
background-color css
<style>
a { background-color: #A50ECB; }
a { background-color: rgb(165,14,203); }
div.DivClassName
{
background-color: #A50ECB;
}
.BgClassName
{
background-color: #A50ECB;
}
</style>
border-color css
<style>
span { border-color: #A50ECB; }
span { border-color: rgb(165,14,203); }
td.TdClassName
{
border-color: #A50ECB;
}
.TagClassName
{
border-color: #A50ECB;
}
</style>