Shades of Violet Blue #A0579B
Tints of Violet Blue #A0579B
RGB
CMYK
RGB Variations
Color information
#A0579B (or 0xA0579B) is known color: Violet Blue. HEX triplet: A0, 57 and 9B. RGB value is (160,87,155). Sum of RGB (Red+Green+Blue) = 160+87+155=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A0579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0579B is #5FA864. Grayscale: #747474. Windows color (decimal): -6269029 or 10180512. OLE color: 10180512.
HSL color Cylindrical-coordinate representation of color #A0579B: hue angle of 304.11º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0579B is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 87 | 155 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.37 |
| HSL | 304.11º | 0.3% | 0.48% | - |
| HSV(B) | 304.11º | 0.46% | 0.63% | - |
| XYZ | 23.82 | 16.66 | 32.97 | - |
| YUV | 116.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 155 | 0 | 0.46 | 0.03 | 0.37 | 304.11 | 0.3 | 0.48 |
| Hex | A0 | 57 | 9B | 0 | 2E | 3 | 25 | 130 | 1E | 30 |
| Octal | 240 | 127 | 233 | 0 | 56 | 3 | 45 | 460 | 36 | 60 |
| Binary | 10100000 | 1010111 | 10011011 | 0 | 101110 | 11 | 100101 | 100110000 | 11110 | 110000 |
Color Harmonies of #A0579B
Complementary color
Monochromatic Colors of #A0579B
Black with #A0579B
Text Example
Text Example
White with #A0579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0579B; }
p { color: rgb(160,87,155); }
H1.HeaderClassName
{
color: #A0579B;
}
.AnyTagClassName
{
color: #A0579B;
}
</style>
background-color css
<style>
a { background-color: #A0579B; }
a { background-color: rgb(160,87,155); }
div.DivClassName
{
background-color: #A0579B;
}
.BgClassName
{
background-color: #A0579B;
}
</style>
border-color css
<style>
span { border-color: #A0579B; }
span { border-color: rgb(160,87,155); }
td.TdClassName
{
border-color: #A0579B;
}
.TagClassName
{
border-color: #A0579B;
}
</style>