Shades of Violet Blue #A0599B
Tints of Violet Blue #A0599B
RGB
CMYK
RGB Variations
Color information
#A0599B (or 0xA0599B) is known color: Violet Blue. HEX triplet: A0, 59 and 9B. RGB value is (160,89,155). Sum of RGB (Red+Green+Blue) = 160+89+155=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A0599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0599B is #5FA664. Grayscale: #757575. Windows color (decimal): -6268517 or 10181024. OLE color: 10181024.
HSL color Cylindrical-coordinate representation of color #A0599B: hue angle of 304.23º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0599B is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 155 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.37 |
| HSL | 304.23º | 0.29% | 0.49% | - |
| HSV(B) | 304.23º | 0.44% | 0.63% | - |
| XYZ | 23.99 | 16.98 | 33.02 | - |
| YUV | 117.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 155 | 0 | 0.44 | 0.03 | 0.37 | 304.23 | 0.29 | 0.49 |
| Hex | A0 | 59 | 9B | 0 | 2C | 3 | 25 | 130 | 1D | 31 |
| Octal | 240 | 131 | 233 | 0 | 54 | 3 | 45 | 460 | 35 | 61 |
| Binary | 10100000 | 1011001 | 10011011 | 0 | 101100 | 11 | 100101 | 100110000 | 11101 | 110001 |
Color Harmonies of #A0599B
Complementary color
Monochromatic Colors of #A0599B
Black with #A0599B
Text Example
Text Example
White with #A0599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0599B; }
p { color: rgb(160,89,155); }
H1.HeaderClassName
{
color: #A0599B;
}
.AnyTagClassName
{
color: #A0599B;
}
</style>
background-color css
<style>
a { background-color: #A0599B; }
a { background-color: rgb(160,89,155); }
div.DivClassName
{
background-color: #A0599B;
}
.BgClassName
{
background-color: #A0599B;
}
</style>
border-color css
<style>
span { border-color: #A0599B; }
span { border-color: rgb(160,89,155); }
td.TdClassName
{
border-color: #A0599B;
}
.TagClassName
{
border-color: #A0599B;
}
</style>