Shades of Violet Blue #A2559C
Tints of Violet Blue #A2559C
RGB
CMYK
RGB Variations
Color information
#A2559C (or 0xA2559C) is known color: Violet Blue. HEX triplet: A2, 55 and 9C. RGB value is (162,85,156). Sum of RGB (Red+Green+Blue) = 162+85+156=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A2559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2559C is #5DAA63. Grayscale: #737373. Windows color (decimal): -6138468 or 10245538. OLE color: 10245538.
HSL color Cylindrical-coordinate representation of color #A2559C: hue angle of 304.68º 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 #A2559C is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 85 | 156 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.36 |
| HSL | 304.68º | 0.31% | 0.48% | - |
| HSV(B) | 304.68º | 0.48% | 0.64% | - |
| XYZ | 24.15 | 16.58 | 33.38 | - |
| YUV | 116.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 156 | 0 | 0.48 | 0.04 | 0.36 | 304.68 | 0.31 | 0.48 |
| Hex | A2 | 55 | 9C | 0 | 30 | 4 | 24 | 131 | 1F | 30 |
| Octal | 242 | 125 | 234 | 0 | 60 | 4 | 44 | 461 | 37 | 60 |
| Binary | 10100010 | 1010101 | 10011100 | 0 | 110000 | 100 | 100100 | 100110001 | 11111 | 110000 |
Color Harmonies of #A2559C
Complementary color
Monochromatic Colors of #A2559C
Black with #A2559C
Text Example
Text Example
White with #A2559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2559C; }
p { color: rgb(162,85,156); }
H1.HeaderClassName
{
color: #A2559C;
}
.AnyTagClassName
{
color: #A2559C;
}
</style>
background-color css
<style>
a { background-color: #A2559C; }
a { background-color: rgb(162,85,156); }
div.DivClassName
{
background-color: #A2559C;
}
.BgClassName
{
background-color: #A2559C;
}
</style>
border-color css
<style>
span { border-color: #A2559C; }
span { border-color: rgb(162,85,156); }
td.TdClassName
{
border-color: #A2559C;
}
.TagClassName
{
border-color: #A2559C;
}
</style>