Shades of Violet Blue #A2519A
Tints of Violet Blue #A2519A
RGB
CMYK
RGB Variations
Color information
#A2519A (or 0xA2519A) is known color: Violet Blue. HEX triplet: A2, 51 and 9A. RGB value is (162,81,154). Sum of RGB (Red+Green+Blue) = 162+81+154=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A2519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2519A is #5DAE65. Grayscale: #717171. Windows color (decimal): -6139494 or 10113442. OLE color: 10113442.
HSL color Cylindrical-coordinate representation of color #A2519A: hue angle of 305.93º 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 #A2519A is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 81 | 154 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.36 |
| HSL | 305.93º | 0.33% | 0.48% | - |
| HSV(B) | 305.93º | 0.5% | 0.64% | - |
| XYZ | 23.68 | 15.9 | 32.39 | - |
| YUV | 113.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 154 | 0 | 0.50 | 0.05 | 0.36 | 305.93 | 0.33 | 0.48 |
| Hex | A2 | 51 | 9A | 0 | 32 | 5 | 24 | 132 | 21 | 30 |
| Octal | 242 | 121 | 232 | 0 | 62 | 5 | 44 | 462 | 41 | 60 |
| Binary | 10100010 | 1010001 | 10011010 | 0 | 110010 | 101 | 100100 | 100110010 | 100001 | 110000 |
Color Harmonies of #A2519A
Complementary color
Monochromatic Colors of #A2519A
Black with #A2519A
Text Example
Text Example
White with #A2519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2519A; }
p { color: rgb(162,81,154); }
H1.HeaderClassName
{
color: #A2519A;
}
.AnyTagClassName
{
color: #A2519A;
}
</style>
background-color css
<style>
a { background-color: #A2519A; }
a { background-color: rgb(162,81,154); }
div.DivClassName
{
background-color: #A2519A;
}
.BgClassName
{
background-color: #A2519A;
}
</style>
border-color css
<style>
span { border-color: #A2519A; }
span { border-color: rgb(162,81,154); }
td.TdClassName
{
border-color: #A2519A;
}
.TagClassName
{
border-color: #A2519A;
}
</style>