Shades of Violet Blue #A2519C
Tints of Violet Blue #A2519C
RGB
CMYK
RGB Variations
Color information
#A2519C (or 0xA2519C) is known color: Violet Blue. HEX triplet: A2, 51 and 9C. RGB value is (162,81,156). Sum of RGB (Red+Green+Blue) = 162+81+156=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A2519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2519C is #5DAE63. Grayscale: #717171. Windows color (decimal): -6139492 or 10244514. OLE color: 10244514.
HSL color Cylindrical-coordinate representation of color #A2519C: hue angle of 304.44º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2519C is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 81 | 156 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.36 |
| HSL | 304.44º | 0.33% | 0.48% | - |
| HSV(B) | 304.44º | 0.5% | 0.64% | - |
| XYZ | 23.84 | 15.97 | 33.28 | - |
| YUV | 113.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 156 | 0 | 0.50 | 0.04 | 0.36 | 304.44 | 0.33 | 0.48 |
| Hex | A2 | 51 | 9C | 0 | 32 | 4 | 24 | 130 | 21 | 30 |
| Octal | 242 | 121 | 234 | 0 | 62 | 4 | 44 | 460 | 41 | 60 |
| Binary | 10100010 | 1010001 | 10011100 | 0 | 110010 | 100 | 100100 | 100110000 | 100001 | 110000 |
Color Harmonies of #A2519C
Complementary color
Monochromatic Colors of #A2519C
Black with #A2519C
Text Example
Text Example
White with #A2519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2519C; }
p { color: rgb(162,81,156); }
H1.HeaderClassName
{
color: #A2519C;
}
.AnyTagClassName
{
color: #A2519C;
}
</style>
background-color css
<style>
a { background-color: #A2519C; }
a { background-color: rgb(162,81,156); }
div.DivClassName
{
background-color: #A2519C;
}
.BgClassName
{
background-color: #A2519C;
}
</style>
border-color css
<style>
span { border-color: #A2519C; }
span { border-color: rgb(162,81,156); }
td.TdClassName
{
border-color: #A2519C;
}
.TagClassName
{
border-color: #A2519C;
}
</style>