Shades of Violet Blue #A05798
Tints of Violet Blue #A05798
RGB
CMYK
RGB Variations
Color information
#A05798 (or 0xA05798) is known color: Violet Blue. HEX triplet: A0, 57 and 98. RGB value is (160,87,152). Sum of RGB (Red+Green+Blue) = 160+87+152=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A05798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05798 is #5FA867. Grayscale: #747474. Windows color (decimal): -6269032 or 9983904. OLE color: 9983904.
HSL color Cylindrical-coordinate representation of color #A05798: hue angle of 306.58º 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 #A05798 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 87 | 152 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.37 |
| HSL | 306.58º | 0.3% | 0.48% | - |
| HSV(B) | 306.58º | 0.46% | 0.63% | - |
| XYZ | 23.57 | 16.56 | 31.66 | - |
| YUV | 116.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 152 | 0 | 0.46 | 0.05 | 0.37 | 306.58 | 0.3 | 0.48 |
| Hex | A0 | 57 | 98 | 0 | 2E | 5 | 25 | 133 | 1E | 30 |
| Octal | 240 | 127 | 230 | 0 | 56 | 5 | 45 | 463 | 36 | 60 |
| Binary | 10100000 | 1010111 | 10011000 | 0 | 101110 | 101 | 100101 | 100110011 | 11110 | 110000 |
Color Harmonies of #A05798
Complementary color
Monochromatic Colors of #A05798
Black with #A05798
Text Example
Text Example
White with #A05798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05798; }
p { color: rgb(160,87,152); }
H1.HeaderClassName
{
color: #A05798;
}
.AnyTagClassName
{
color: #A05798;
}
</style>
background-color css
<style>
a { background-color: #A05798; }
a { background-color: rgb(160,87,152); }
div.DivClassName
{
background-color: #A05798;
}
.BgClassName
{
background-color: #A05798;
}
</style>
border-color css
<style>
span { border-color: #A05798; }
span { border-color: rgb(160,87,152); }
td.TdClassName
{
border-color: #A05798;
}
.TagClassName
{
border-color: #A05798;
}
</style>