Shades of Dark Violet #A50EB8
Tints of Dark Violet #A50EB8
RGB
CMYK
RGB Variations
Color information
#A50EB8 (or 0xA50EB8) is known color: Dark Violet. HEX triplet: A5, 0E and B8. RGB value is (165,14,184). Sum of RGB (Red+Green+Blue) = 165+14+184=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #A50EB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50EB8 is #5AF147. Grayscale: #4E4E4E. Windows color (decimal): -5960008 or 12062373. OLE color: 12062373.
HSL color Cylindrical-coordinate representation of color #A50EB8: hue angle of 293.29º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50EB8 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 14 | 184 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.28 |
| HSL | 293.29º | 0.86% | 0.39% | - |
| HSV(B) | 293.29º | 0.92% | 0.72% | - |
| XYZ | 24.33 | 11.77 | 46.34 | - |
| YUV | 78.53 | 187.53 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 14 | 184 | 0.10 | 0.92 | 0 | 0.28 | 293.29 | 0.86 | 0.39 |
| Hex | A5 | E | B8 | A | 5C | 0 | 1C | 125 | 56 | 27 |
| Octal | 245 | 16 | 270 | 12 | 134 | 0 | 34 | 445 | 126 | 47 |
| Binary | 10100101 | 1110 | 10111000 | 1010 | 1011100 | 0 | 11100 | 100100101 | 1010110 | 100111 |
Color Harmonies of #A50EB8
Complementary color
Monochromatic Colors of #A50EB8
Black with #A50EB8
Text Example
Text Example
White with #A50EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50EB8; }
p { color: rgb(165,14,184); }
H1.HeaderClassName
{
color: #A50EB8;
}
.AnyTagClassName
{
color: #A50EB8;
}
</style>
background-color css
<style>
a { background-color: #A50EB8; }
a { background-color: rgb(165,14,184); }
div.DivClassName
{
background-color: #A50EB8;
}
.BgClassName
{
background-color: #A50EB8;
}
</style>
border-color css
<style>
span { border-color: #A50EB8; }
span { border-color: rgb(165,14,184); }
td.TdClassName
{
border-color: #A50EB8;
}
.TagClassName
{
border-color: #A50EB8;
}
</style>