Shades of Violet Blue #A2559E
Tints of Violet Blue #A2559E
RGB
CMYK
RGB Variations
Color information
#A2559E (or 0xA2559E) is known color: Violet Blue. HEX triplet: A2, 55 and 9E. RGB value is (162,85,158). Sum of RGB (Red+Green+Blue) = 162+85+158=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A2559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2559E is #5DAA61. Grayscale: #747474. Windows color (decimal): -6138466 or 10376610. OLE color: 10376610.
HSL color Cylindrical-coordinate representation of color #A2559E: hue angle of 303.12º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2559E is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 85 | 158 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.36 |
| HSL | 303.12º | 0.31% | 0.48% | - |
| HSV(B) | 303.12º | 0.48% | 0.64% | - |
| XYZ | 24.32 | 16.65 | 34.28 | - |
| YUV | 116.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 158 | 0 | 0.48 | 0.02 | 0.36 | 303.12 | 0.31 | 0.48 |
| Hex | A2 | 55 | 9E | 0 | 30 | 2 | 24 | 12F | 1F | 30 |
| Octal | 242 | 125 | 236 | 0 | 60 | 2 | 44 | 457 | 37 | 60 |
| Binary | 10100010 | 1010101 | 10011110 | 0 | 110000 | 10 | 100100 | 100101111 | 11111 | 110000 |
Color Harmonies of #A2559E
Complementary color
Monochromatic Colors of #A2559E
Black with #A2559E
Text Example
Text Example
White with #A2559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2559E; }
p { color: rgb(162,85,158); }
H1.HeaderClassName
{
color: #A2559E;
}
.AnyTagClassName
{
color: #A2559E;
}
</style>
background-color css
<style>
a { background-color: #A2559E; }
a { background-color: rgb(162,85,158); }
div.DivClassName
{
background-color: #A2559E;
}
.BgClassName
{
background-color: #A2559E;
}
</style>
border-color css
<style>
span { border-color: #A2559E; }
span { border-color: rgb(162,85,158); }
td.TdClassName
{
border-color: #A2559E;
}
.TagClassName
{
border-color: #A2559E;
}
</style>