Shades of Violet Blue #A04E8D
Tints of Violet Blue #A04E8D
RGB
CMYK
RGB Variations
Color information
#A04E8D (or 0xA04E8D) is known color: Violet Blue. HEX triplet: A0, 4E and 8D. RGB value is (160,78,141). Sum of RGB (Red+Green+Blue) = 160+78+141=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04E8D is #5FB172. Grayscale: #6D6D6D. Windows color (decimal): -6271347 or 9260704. OLE color: 9260704.
HSL color Cylindrical-coordinate representation of color #A04E8D: hue angle of 313.9º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04E8D is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 141 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.37 |
| HSL | 313.9º | 0.34% | 0.47% | - |
| HSV(B) | 313.9º | 0.51% | 0.63% | - |
| XYZ | 22.03 | 14.85 | 26.9 | - |
| YUV | 109.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 141 | 0 | 0.51 | 0.12 | 0.37 | 313.9 | 0.34 | 0.47 |
| Hex | A0 | 4E | 8D | 0 | 33 | C | 25 | 13A | 22 | 2F |
| Octal | 240 | 116 | 215 | 0 | 63 | 14 | 45 | 472 | 42 | 57 |
| Binary | 10100000 | 1001110 | 10001101 | 0 | 110011 | 1100 | 100101 | 100111010 | 100010 | 101111 |
Color Harmonies of #A04E8D
Complementary color
Monochromatic Colors of #A04E8D
Black with #A04E8D
Text Example
Text Example
White with #A04E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E8D; }
p { color: rgb(160,78,141); }
H1.HeaderClassName
{
color: #A04E8D;
}
.AnyTagClassName
{
color: #A04E8D;
}
</style>
background-color css
<style>
a { background-color: #A04E8D; }
a { background-color: rgb(160,78,141); }
div.DivClassName
{
background-color: #A04E8D;
}
.BgClassName
{
background-color: #A04E8D;
}
</style>
border-color css
<style>
span { border-color: #A04E8D; }
span { border-color: rgb(160,78,141); }
td.TdClassName
{
border-color: #A04E8D;
}
.TagClassName
{
border-color: #A04E8D;
}
</style>