Shades of Violet Blue #A0579E
Tints of Violet Blue #A0579E
RGB
CMYK
RGB Variations
Color information
#A0579E (or 0xA0579E) is known color: Violet Blue. HEX triplet: A0, 57 and 9E. RGB value is (160,87,158). Sum of RGB (Red+Green+Blue) = 160+87+158=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A0579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0579E is #5FA861. Grayscale: #747474. Windows color (decimal): -6269026 or 10377120. OLE color: 10377120.
HSL color Cylindrical-coordinate representation of color #A0579E: hue angle of 301.64º 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 #A0579E is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 87 | 158 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.37 |
| HSL | 301.64º | 0.3% | 0.48% | - |
| HSV(B) | 301.64º | 0.46% | 0.63% | - |
| XYZ | 24.08 | 16.76 | 34.31 | - |
| YUV | 116.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 158 | 0 | 0.46 | 0.01 | 0.37 | 301.64 | 0.3 | 0.48 |
| Hex | A0 | 57 | 9E | 0 | 2E | 1 | 25 | 12E | 1E | 30 |
| Octal | 240 | 127 | 236 | 0 | 56 | 1 | 45 | 456 | 36 | 60 |
| Binary | 10100000 | 1010111 | 10011110 | 0 | 101110 | 1 | 100101 | 100101110 | 11110 | 110000 |
Color Harmonies of #A0579E
Complementary color
Monochromatic Colors of #A0579E
Black with #A0579E
Text Example
Text Example
White with #A0579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0579E; }
p { color: rgb(160,87,158); }
H1.HeaderClassName
{
color: #A0579E;
}
.AnyTagClassName
{
color: #A0579E;
}
</style>
background-color css
<style>
a { background-color: #A0579E; }
a { background-color: rgb(160,87,158); }
div.DivClassName
{
background-color: #A0579E;
}
.BgClassName
{
background-color: #A0579E;
}
</style>
border-color css
<style>
span { border-color: #A0579E; }
span { border-color: rgb(160,87,158); }
td.TdClassName
{
border-color: #A0579E;
}
.TagClassName
{
border-color: #A0579E;
}
</style>