Shades of Violet Blue #A0488E
Tints of Violet Blue #A0488E
RGB
CMYK
RGB Variations
Color information
#A0488E (or 0xA0488E) is known color: Violet Blue. HEX triplet: A0, 48 and 8E. RGB value is (160,72,142). Sum of RGB (Red+Green+Blue) = 160+72+142=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A0488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0488E is #5FB771. Grayscale: #6A6A6A. Windows color (decimal): -6272882 or 9324704. OLE color: 9324704.
HSL color Cylindrical-coordinate representation of color #A0488E: hue angle of 312.27º 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 #A0488E is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 142 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.37 |
| HSL | 312.27º | 0.38% | 0.45% | - |
| HSV(B) | 312.27º | 0.55% | 0.63% | - |
| XYZ | 21.7 | 14.06 | 27.16 | - |
| YUV | 106.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 142 | 0 | 0.55 | 0.11 | 0.37 | 312.27 | 0.38 | 0.45 |
| Hex | A0 | 48 | 8E | 0 | 37 | B | 25 | 138 | 26 | 2D |
| Octal | 240 | 110 | 216 | 0 | 67 | 13 | 45 | 470 | 46 | 55 |
| Binary | 10100000 | 1001000 | 10001110 | 0 | 110111 | 1011 | 100101 | 100111000 | 100110 | 101101 |
Color Harmonies of #A0488E
Complementary color
Monochromatic Colors of #A0488E
Black with #A0488E
Text Example
Text Example
White with #A0488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0488E; }
p { color: rgb(160,72,142); }
H1.HeaderClassName
{
color: #A0488E;
}
.AnyTagClassName
{
color: #A0488E;
}
</style>
background-color css
<style>
a { background-color: #A0488E; }
a { background-color: rgb(160,72,142); }
div.DivClassName
{
background-color: #A0488E;
}
.BgClassName
{
background-color: #A0488E;
}
</style>
border-color css
<style>
span { border-color: #A0488E; }
span { border-color: rgb(160,72,142); }
td.TdClassName
{
border-color: #A0488E;
}
.TagClassName
{
border-color: #A0488E;
}
</style>