Shades of Violet Blue #A0489A
Tints of Violet Blue #A0489A
RGB
CMYK
RGB Variations
Color information
#A0489A (or 0xA0489A) is known color: Violet Blue. HEX triplet: A0, 48 and 9A. RGB value is (160,72,154). Sum of RGB (Red+Green+Blue) = 160+72+154=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A0489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0489A is #5FB765. Grayscale: #6B6B6B. Windows color (decimal): -6272870 or 10111136. OLE color: 10111136.
HSL color Cylindrical-coordinate representation of color #A0489A: hue angle of 304.09º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0489A is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 154 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.37 |
| HSL | 304.09º | 0.38% | 0.45% | - |
| HSV(B) | 304.09º | 0.55% | 0.63% | - |
| XYZ | 22.65 | 14.44 | 32.17 | - |
| YUV | 107.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 154 | 0 | 0.55 | 0.04 | 0.37 | 304.09 | 0.38 | 0.45 |
| Hex | A0 | 48 | 9A | 0 | 37 | 4 | 25 | 130 | 26 | 2D |
| Octal | 240 | 110 | 232 | 0 | 67 | 4 | 45 | 460 | 46 | 55 |
| Binary | 10100000 | 1001000 | 10011010 | 0 | 110111 | 100 | 100101 | 100110000 | 100110 | 101101 |
Color Harmonies of #A0489A
Complementary color
Monochromatic Colors of #A0489A
Black with #A0489A
Text Example
Text Example
White with #A0489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0489A; }
p { color: rgb(160,72,154); }
H1.HeaderClassName
{
color: #A0489A;
}
.AnyTagClassName
{
color: #A0489A;
}
</style>
background-color css
<style>
a { background-color: #A0489A; }
a { background-color: rgb(160,72,154); }
div.DivClassName
{
background-color: #A0489A;
}
.BgClassName
{
background-color: #A0489A;
}
</style>
border-color css
<style>
span { border-color: #A0489A; }
span { border-color: rgb(160,72,154); }
td.TdClassName
{
border-color: #A0489A;
}
.TagClassName
{
border-color: #A0489A;
}
</style>