Shades of Violet Blue #A0599F
Tints of Violet Blue #A0599F
RGB
CMYK
RGB Variations
Color information
#A0599F (or 0xA0599F) is known color: Violet Blue. HEX triplet: A0, 59 and 9F. RGB value is (160,89,159). Sum of RGB (Red+Green+Blue) = 160+89+159=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A0599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0599F is #5FA660. Grayscale: #757575. Windows color (decimal): -6268513 or 10443168. OLE color: 10443168.
HSL color Cylindrical-coordinate representation of color #A0599F: hue angle of 300.85º 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 #A0599F is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 159 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.37 |
| HSL | 300.85º | 0.29% | 0.49% | - |
| HSV(B) | 300.85º | 0.44% | 0.63% | - |
| XYZ | 24.33 | 17.12 | 34.82 | - |
| YUV | 118.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 159 | 0 | 0.44 | 0.01 | 0.37 | 300.85 | 0.29 | 0.49 |
| Hex | A0 | 59 | 9F | 0 | 2C | 1 | 25 | 12D | 1D | 31 |
| Octal | 240 | 131 | 237 | 0 | 54 | 1 | 45 | 455 | 35 | 61 |
| Binary | 10100000 | 1011001 | 10011111 | 0 | 101100 | 1 | 100101 | 100101101 | 11101 | 110001 |
Color Harmonies of #A0599F
Complementary color
Monochromatic Colors of #A0599F
Black with #A0599F
Text Example
Text Example
White with #A0599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0599F; }
p { color: rgb(160,89,159); }
H1.HeaderClassName
{
color: #A0599F;
}
.AnyTagClassName
{
color: #A0599F;
}
</style>
background-color css
<style>
a { background-color: #A0599F; }
a { background-color: rgb(160,89,159); }
div.DivClassName
{
background-color: #A0599F;
}
.BgClassName
{
background-color: #A0599F;
}
</style>
border-color css
<style>
span { border-color: #A0599F; }
span { border-color: rgb(160,89,159); }
td.TdClassName
{
border-color: #A0599F;
}
.TagClassName
{
border-color: #A0599F;
}
</style>