Shades of Violet Blue #A0589D
Tints of Violet Blue #A0589D
RGB
CMYK
RGB Variations
Color information
#A0589D (or 0xA0589D) is known color: Violet Blue. HEX triplet: A0, 58 and 9D. RGB value is (160,88,157). Sum of RGB (Red+Green+Blue) = 160+88+157=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A0589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0589D is #5FA762. Grayscale: #757575. Windows color (decimal): -6268771 or 10311840. OLE color: 10311840.
HSL color Cylindrical-coordinate representation of color #A0589D: hue angle of 302.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0589D is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 88 | 157 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.37 |
| HSL | 302.5º | 0.29% | 0.49% | - |
| HSV(B) | 302.5º | 0.45% | 0.63% | - |
| XYZ | 24.07 | 16.89 | 33.89 | - |
| YUV | 117.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 157 | 0 | 0.45 | 0.02 | 0.37 | 302.5 | 0.29 | 0.49 |
| Hex | A0 | 58 | 9D | 0 | 2D | 2 | 25 | 12E | 1D | 31 |
| Octal | 240 | 130 | 235 | 0 | 55 | 2 | 45 | 456 | 35 | 61 |
| Binary | 10100000 | 1011000 | 10011101 | 0 | 101101 | 10 | 100101 | 100101110 | 11101 | 110001 |
Color Harmonies of #A0589D
Complementary color
Monochromatic Colors of #A0589D
Black with #A0589D
Text Example
Text Example
White with #A0589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0589D; }
p { color: rgb(160,88,157); }
H1.HeaderClassName
{
color: #A0589D;
}
.AnyTagClassName
{
color: #A0589D;
}
</style>
background-color css
<style>
a { background-color: #A0589D; }
a { background-color: rgb(160,88,157); }
div.DivClassName
{
background-color: #A0589D;
}
.BgClassName
{
background-color: #A0589D;
}
</style>
border-color css
<style>
span { border-color: #A0589D; }
span { border-color: rgb(160,88,157); }
td.TdClassName
{
border-color: #A0589D;
}
.TagClassName
{
border-color: #A0589D;
}
</style>