Shades of Violet Blue #A2579F
Tints of Violet Blue #A2579F
RGB
CMYK
RGB Variations
Color information
#A2579F (or 0xA2579F) is known color: Violet Blue. HEX triplet: A2, 57 and 9F. RGB value is (162,87,159). Sum of RGB (Red+Green+Blue) = 162+87+159=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A2579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2579F is #5DA860. Grayscale: #757575. Windows color (decimal): -6137953 or 10442658. OLE color: 10442658.
HSL color Cylindrical-coordinate representation of color #A2579F: hue angle of 302.4º 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 #A2579F is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 87 | 159 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.36 |
| HSL | 302.4º | 0.3% | 0.49% | - |
| HSV(B) | 302.4º | 0.46% | 0.64% | - |
| XYZ | 24.57 | 17 | 34.79 | - |
| YUV | 117.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 159 | 0 | 0.46 | 0.02 | 0.36 | 302.4 | 0.3 | 0.49 |
| Hex | A2 | 57 | 9F | 0 | 2E | 2 | 24 | 12E | 1E | 31 |
| Octal | 242 | 127 | 237 | 0 | 56 | 2 | 44 | 456 | 36 | 61 |
| Binary | 10100010 | 1010111 | 10011111 | 0 | 101110 | 10 | 100100 | 100101110 | 11110 | 110001 |
Color Harmonies of #A2579F
Complementary color
Monochromatic Colors of #A2579F
Black with #A2579F
Text Example
Text Example
White with #A2579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2579F; }
p { color: rgb(162,87,159); }
H1.HeaderClassName
{
color: #A2579F;
}
.AnyTagClassName
{
color: #A2579F;
}
</style>
background-color css
<style>
a { background-color: #A2579F; }
a { background-color: rgb(162,87,159); }
div.DivClassName
{
background-color: #A2579F;
}
.BgClassName
{
background-color: #A2579F;
}
</style>
border-color css
<style>
span { border-color: #A2579F; }
span { border-color: rgb(162,87,159); }
td.TdClassName
{
border-color: #A2579F;
}
.TagClassName
{
border-color: #A2579F;
}
</style>