Shades of Violet Blue #A2579D
Tints of Violet Blue #A2579D
RGB
CMYK
RGB Variations
Color information
#A2579D (or 0xA2579D) is known color: Violet Blue. HEX triplet: A2, 57 and 9D. RGB value is (162,87,157). Sum of RGB (Red+Green+Blue) = 162+87+157=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2579D is #5DA862. Grayscale: #757575. Windows color (decimal): -6137955 or 10311586. OLE color: 10311586.
HSL color Cylindrical-coordinate representation of color #A2579D: hue angle of 304º 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 #A2579D is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 87 | 157 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.36 |
| HSL | 304º | 0.3% | 0.49% | - |
| HSV(B) | 304º | 0.46% | 0.64% | - |
| XYZ | 24.39 | 16.93 | 33.88 | - |
| YUV | 117.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 157 | 0 | 0.46 | 0.03 | 0.36 | 304 | 0.3 | 0.49 |
| Hex | A2 | 57 | 9D | 0 | 2E | 3 | 24 | 130 | 1E | 31 |
| Octal | 242 | 127 | 235 | 0 | 56 | 3 | 44 | 460 | 36 | 61 |
| Binary | 10100010 | 1010111 | 10011101 | 0 | 101110 | 11 | 100100 | 100110000 | 11110 | 110001 |
Color Harmonies of #A2579D
Complementary color
Monochromatic Colors of #A2579D
Black with #A2579D
Text Example
Text Example
White with #A2579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2579D; }
p { color: rgb(162,87,157); }
H1.HeaderClassName
{
color: #A2579D;
}
.AnyTagClassName
{
color: #A2579D;
}
</style>
background-color css
<style>
a { background-color: #A2579D; }
a { background-color: rgb(162,87,157); }
div.DivClassName
{
background-color: #A2579D;
}
.BgClassName
{
background-color: #A2579D;
}
</style>
border-color css
<style>
span { border-color: #A2579D; }
span { border-color: rgb(162,87,157); }
td.TdClassName
{
border-color: #A2579D;
}
.TagClassName
{
border-color: #A2579D;
}
</style>