Shades of Violet Blue #A5519C
Tints of Violet Blue #A5519C
RGB
CMYK
RGB Variations
Color information
#A5519C (or 0xA5519C) is known color: Violet Blue. HEX triplet: A5, 51 and 9C. RGB value is (165,81,156). Sum of RGB (Red+Green+Blue) = 165+81+156=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A5519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5519C is #5AAE63. Grayscale: #727272. Windows color (decimal): -5942884 or 10244517. OLE color: 10244517.
HSL color Cylindrical-coordinate representation of color #A5519C: hue angle of 306.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5519C is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 156 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.35 |
| HSL | 306.43º | 0.34% | 0.48% | - |
| HSV(B) | 306.43º | 0.51% | 0.65% | - |
| XYZ | 24.46 | 16.28 | 33.31 | - |
| YUV | 114.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 156 | 0 | 0.51 | 0.05 | 0.35 | 306.43 | 0.34 | 0.48 |
| Hex | A5 | 51 | 9C | 0 | 33 | 5 | 23 | 132 | 22 | 30 |
| Octal | 245 | 121 | 234 | 0 | 63 | 5 | 43 | 462 | 42 | 60 |
| Binary | 10100101 | 1010001 | 10011100 | 0 | 110011 | 101 | 100011 | 100110010 | 100010 | 110000 |
Color Harmonies of #A5519C
Complementary color
Monochromatic Colors of #A5519C
Black with #A5519C
Text Example
Text Example
White with #A5519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5519C; }
p { color: rgb(165,81,156); }
H1.HeaderClassName
{
color: #A5519C;
}
.AnyTagClassName
{
color: #A5519C;
}
</style>
background-color css
<style>
a { background-color: #A5519C; }
a { background-color: rgb(165,81,156); }
div.DivClassName
{
background-color: #A5519C;
}
.BgClassName
{
background-color: #A5519C;
}
</style>
border-color css
<style>
span { border-color: #A5519C; }
span { border-color: rgb(165,81,156); }
td.TdClassName
{
border-color: #A5519C;
}
.TagClassName
{
border-color: #A5519C;
}
</style>