Shades of Violet Blue #A0519C
Tints of Violet Blue #A0519C
RGB
CMYK
RGB Variations
Color information
#A0519C (or 0xA0519C) is known color: Violet Blue. HEX triplet: A0, 51 and 9C. RGB value is (160,81,156). Sum of RGB (Red+Green+Blue) = 160+81+156=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A0519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0519C is #5FAE63. Grayscale: #707070. Windows color (decimal): -6270564 or 10244512. OLE color: 10244512.
HSL color Cylindrical-coordinate representation of color #A0519C: hue angle of 303.04º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0519C is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 81 | 156 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.37 |
| HSL | 303.04º | 0.33% | 0.47% | - |
| HSV(B) | 303.04º | 0.49% | 0.63% | - |
| XYZ | 23.44 | 15.76 | 33.26 | - |
| YUV | 113.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 156 | 0 | 0.49 | 0.02 | 0.37 | 303.04 | 0.33 | 0.47 |
| Hex | A0 | 51 | 9C | 0 | 31 | 2 | 25 | 12F | 21 | 2F |
| Octal | 240 | 121 | 234 | 0 | 61 | 2 | 45 | 457 | 41 | 57 |
| Binary | 10100000 | 1010001 | 10011100 | 0 | 110001 | 10 | 100101 | 100101111 | 100001 | 101111 |
Color Harmonies of #A0519C
Complementary color
Monochromatic Colors of #A0519C
Black with #A0519C
Text Example
Text Example
White with #A0519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0519C; }
p { color: rgb(160,81,156); }
H1.HeaderClassName
{
color: #A0519C;
}
.AnyTagClassName
{
color: #A0519C;
}
</style>
background-color css
<style>
a { background-color: #A0519C; }
a { background-color: rgb(160,81,156); }
div.DivClassName
{
background-color: #A0519C;
}
.BgClassName
{
background-color: #A0519C;
}
</style>
border-color css
<style>
span { border-color: #A0519C; }
span { border-color: rgb(160,81,156); }
td.TdClassName
{
border-color: #A0519C;
}
.TagClassName
{
border-color: #A0519C;
}
</style>