Shades of Dark Violet #A50AC0
Tints of Dark Violet #A50AC0
RGB
CMYK
RGB Variations
Color information
#A50AC0 (or 0xA50AC0) is known color: Dark Violet. HEX triplet: A5, 0A and C0. RGB value is (165,10,192). Sum of RGB (Red+Green+Blue) = 165+10+192=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #A50AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50AC0 is #5AF53F. Grayscale: #4C4C4C. Windows color (decimal): -5961024 or 12585637. OLE color: 12585637.
HSL color Cylindrical-coordinate representation of color #A50AC0: hue angle of 291.1º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50AC0 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 10 | 192 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.25 |
| HSL | 291.1º | 0.9% | 0.4% | - |
| HSV(B) | 291.1º | 0.95% | 0.75% | - |
| XYZ | 25.14 | 12.02 | 50.86 | - |
| YUV | 77.09 | 192.85 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 192 | 0.14 | 0.95 | 0 | 0.25 | 291.1 | 0.9 | 0.4 |
| Hex | A5 | A | C0 | E | 5F | 0 | 19 | 123 | 5A | 28 |
| Octal | 245 | 12 | 300 | 16 | 137 | 0 | 31 | 443 | 132 | 50 |
| Binary | 10100101 | 1010 | 11000000 | 1110 | 1011111 | 0 | 11001 | 100100011 | 1011010 | 101000 |
Color Harmonies of #A50AC0
Complementary color
Monochromatic Colors of #A50AC0
Black with #A50AC0
Text Example
Text Example
White with #A50AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50AC0; }
p { color: rgb(165,10,192); }
H1.HeaderClassName
{
color: #A50AC0;
}
.AnyTagClassName
{
color: #A50AC0;
}
</style>
background-color css
<style>
a { background-color: #A50AC0; }
a { background-color: rgb(165,10,192); }
div.DivClassName
{
background-color: #A50AC0;
}
.BgClassName
{
background-color: #A50AC0;
}
</style>
border-color css
<style>
span { border-color: #A50AC0; }
span { border-color: rgb(165,10,192); }
td.TdClassName
{
border-color: #A50AC0;
}
.TagClassName
{
border-color: #A50AC0;
}
</style>