Shades of Violet Blue #A04EAB
Tints of Violet Blue #A04EAB
RGB
CMYK
RGB Variations
Color information
#A04EAB (or 0xA04EAB) is known color: Violet Blue. HEX triplet: A0, 4E and AB. RGB value is (160,78,171). Sum of RGB (Red+Green+Blue) = 160+78+171=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #A04EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04EAB is #5FB154. Grayscale: #707070. Windows color (decimal): -6271317 or 11226784. OLE color: 11226784.
HSL color Cylindrical-coordinate representation of color #A04EAB: hue angle of 292.9º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04EAB is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 78 | 171 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.33 |
| HSL | 292.9º | 0.37% | 0.49% | - |
| HSV(B) | 292.9º | 0.54% | 0.67% | - |
| XYZ | 24.57 | 15.86 | 40.29 | - |
| YUV | 113.12 | 160.67 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 171 | 0.06 | 0.54 | 0 | 0.33 | 292.9 | 0.37 | 0.49 |
| Hex | A0 | 4E | AB | 6 | 36 | 0 | 21 | 125 | 25 | 31 |
| Octal | 240 | 116 | 253 | 6 | 66 | 0 | 41 | 445 | 45 | 61 |
| Binary | 10100000 | 1001110 | 10101011 | 110 | 110110 | 0 | 100001 | 100100101 | 100101 | 110001 |
Color Harmonies of #A04EAB
Complementary color
Monochromatic Colors of #A04EAB
Black with #A04EAB
Text Example
Text Example
White with #A04EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EAB; }
p { color: rgb(160,78,171); }
H1.HeaderClassName
{
color: #A04EAB;
}
.AnyTagClassName
{
color: #A04EAB;
}
</style>
background-color css
<style>
a { background-color: #A04EAB; }
a { background-color: rgb(160,78,171); }
div.DivClassName
{
background-color: #A04EAB;
}
.BgClassName
{
background-color: #A04EAB;
}
</style>
border-color css
<style>
span { border-color: #A04EAB; }
span { border-color: rgb(160,78,171); }
td.TdClassName
{
border-color: #A04EAB;
}
.TagClassName
{
border-color: #A04EAB;
}
</style>