Shades of Violet Blue #A05791
Tints of Violet Blue #A05791
RGB
CMYK
RGB Variations
Color information
#A05791 (or 0xA05791) is known color: Violet Blue. HEX triplet: A0, 57 and 91. RGB value is (160,87,145). Sum of RGB (Red+Green+Blue) = 160+87+145=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A05791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05791 is #5FA86E. Grayscale: #737373. Windows color (decimal): -6269039 or 9525152. OLE color: 9525152.
HSL color Cylindrical-coordinate representation of color #A05791: hue angle of 312.33º 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 #A05791 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 87 | 145 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.37 |
| HSL | 312.33º | 0.3% | 0.48% | - |
| HSV(B) | 312.33º | 0.46% | 0.63% | - |
| XYZ | 23.02 | 16.33 | 28.73 | - |
| YUV | 115.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 145 | 0 | 0.46 | 0.09 | 0.37 | 312.33 | 0.3 | 0.48 |
| Hex | A0 | 57 | 91 | 0 | 2E | 9 | 25 | 138 | 1E | 30 |
| Octal | 240 | 127 | 221 | 0 | 56 | 11 | 45 | 470 | 36 | 60 |
| Binary | 10100000 | 1010111 | 10010001 | 0 | 101110 | 1001 | 100101 | 100111000 | 11110 | 110000 |
Color Harmonies of #A05791
Complementary color
Monochromatic Colors of #A05791
Black with #A05791
Text Example
Text Example
White with #A05791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05791; }
p { color: rgb(160,87,145); }
H1.HeaderClassName
{
color: #A05791;
}
.AnyTagClassName
{
color: #A05791;
}
</style>
background-color css
<style>
a { background-color: #A05791; }
a { background-color: rgb(160,87,145); }
div.DivClassName
{
background-color: #A05791;
}
.BgClassName
{
background-color: #A05791;
}
</style>
border-color css
<style>
span { border-color: #A05791; }
span { border-color: rgb(160,87,145); }
td.TdClassName
{
border-color: #A05791;
}
.TagClassName
{
border-color: #A05791;
}
</style>