Shades of Violet Blue #A0599D
Tints of Violet Blue #A0599D
RGB
CMYK
RGB Variations
Color information
#A0599D (or 0xA0599D) is known color: Violet Blue. HEX triplet: A0, 59 and 9D. RGB value is (160,89,157). Sum of RGB (Red+Green+Blue) = 160+89+157=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A0599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0599D is #5FA662. Grayscale: #757575. Windows color (decimal): -6268515 or 10312096. OLE color: 10312096.
HSL color Cylindrical-coordinate representation of color #A0599D: hue angle of 302.54º 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 #A0599D is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 157 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.37 |
| HSL | 302.54º | 0.29% | 0.49% | - |
| HSV(B) | 302.54º | 0.44% | 0.63% | - |
| XYZ | 24.16 | 17.05 | 33.92 | - |
| YUV | 117.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 157 | 0 | 0.44 | 0.02 | 0.37 | 302.54 | 0.29 | 0.49 |
| Hex | A0 | 59 | 9D | 0 | 2C | 2 | 25 | 12F | 1D | 31 |
| Octal | 240 | 131 | 235 | 0 | 54 | 2 | 45 | 457 | 35 | 61 |
| Binary | 10100000 | 1011001 | 10011101 | 0 | 101100 | 10 | 100101 | 100101111 | 11101 | 110001 |
Color Harmonies of #A0599D
Complementary color
Monochromatic Colors of #A0599D
Black with #A0599D
Text Example
Text Example
White with #A0599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0599D; }
p { color: rgb(160,89,157); }
H1.HeaderClassName
{
color: #A0599D;
}
.AnyTagClassName
{
color: #A0599D;
}
</style>
background-color css
<style>
a { background-color: #A0599D; }
a { background-color: rgb(160,89,157); }
div.DivClassName
{
background-color: #A0599D;
}
.BgClassName
{
background-color: #A0599D;
}
</style>
border-color css
<style>
span { border-color: #A0599D; }
span { border-color: rgb(160,89,157); }
td.TdClassName
{
border-color: #A0599D;
}
.TagClassName
{
border-color: #A0599D;
}
</style>