Shades of Violet Blue #A0508E
Tints of Violet Blue #A0508E
RGB
CMYK
RGB Variations
Color information
#A0508E (or 0xA0508E) is known color: Violet Blue. HEX triplet: A0, 50 and 8E. RGB value is (160,80,142). Sum of RGB (Red+Green+Blue) = 160+80+142=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0508E is #5FAF71. Grayscale: #6E6E6E. Windows color (decimal): -6270834 or 9326752. OLE color: 9326752.
HSL color Cylindrical-coordinate representation of color #A0508E: hue angle of 313.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0508E is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 142 | - |
| CMYK | 0 | 0.5 | 0.11 | 0.37 |
| HSL | 313.5º | 0.33% | 0.47% | - |
| HSV(B) | 313.5º | 0.5% | 0.63% | - |
| XYZ | 22.25 | 15.16 | 27.35 | - |
| YUV | 110.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 142 | 0 | 0.5 | 0.11 | 0.37 | 313.5 | 0.33 | 0.47 |
| Hex | A0 | 50 | 8E | 0 | 32 | B | 25 | 13A | 21 | 2F |
| Octal | 240 | 120 | 216 | 0 | 62 | 13 | 45 | 472 | 41 | 57 |
| Binary | 10100000 | 1010000 | 10001110 | 0 | 110010 | 1011 | 100101 | 100111010 | 100001 | 101111 |
Color Harmonies of #A0508E
Complementary color
Monochromatic Colors of #A0508E
Black with #A0508E
Text Example
Text Example
White with #A0508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0508E; }
p { color: rgb(160,80,142); }
H1.HeaderClassName
{
color: #A0508E;
}
.AnyTagClassName
{
color: #A0508E;
}
</style>
background-color css
<style>
a { background-color: #A0508E; }
a { background-color: rgb(160,80,142); }
div.DivClassName
{
background-color: #A0508E;
}
.BgClassName
{
background-color: #A0508E;
}
</style>
border-color css
<style>
span { border-color: #A0508E; }
span { border-color: rgb(160,80,142); }
td.TdClassName
{
border-color: #A0508E;
}
.TagClassName
{
border-color: #A0508E;
}
</style>