Shades of Violet Blue #A2579B
Tints of Violet Blue #A2579B
RGB
CMYK
RGB Variations
Color information
#A2579B (or 0xA2579B) is known color: Violet Blue. HEX triplet: A2, 57 and 9B. RGB value is (162,87,155). Sum of RGB (Red+Green+Blue) = 162+87+155=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A2579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2579B is #5DA864. Grayscale: #747474. Windows color (decimal): -6137957 or 10180514. OLE color: 10180514.
HSL color Cylindrical-coordinate representation of color #A2579B: hue angle of 305.6º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2579B is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 87 | 155 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.36 |
| HSL | 305.6º | 0.3% | 0.49% | - |
| HSV(B) | 305.6º | 0.46% | 0.64% | - |
| XYZ | 24.22 | 16.86 | 32.99 | - |
| YUV | 117.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 155 | 0 | 0.46 | 0.04 | 0.36 | 305.6 | 0.3 | 0.49 |
| Hex | A2 | 57 | 9B | 0 | 2E | 4 | 24 | 132 | 1E | 31 |
| Octal | 242 | 127 | 233 | 0 | 56 | 4 | 44 | 462 | 36 | 61 |
| Binary | 10100010 | 1010111 | 10011011 | 0 | 101110 | 100 | 100100 | 100110010 | 11110 | 110001 |
Color Harmonies of #A2579B
Complementary color
Monochromatic Colors of #A2579B
Black with #A2579B
Text Example
Text Example
White with #A2579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2579B; }
p { color: rgb(162,87,155); }
H1.HeaderClassName
{
color: #A2579B;
}
.AnyTagClassName
{
color: #A2579B;
}
</style>
background-color css
<style>
a { background-color: #A2579B; }
a { background-color: rgb(162,87,155); }
div.DivClassName
{
background-color: #A2579B;
}
.BgClassName
{
background-color: #A2579B;
}
</style>
border-color css
<style>
span { border-color: #A2579B; }
span { border-color: rgb(162,87,155); }
td.TdClassName
{
border-color: #A2579B;
}
.TagClassName
{
border-color: #A2579B;
}
</style>