Shades of Violet Blue #A04E93
Tints of Violet Blue #A04E93
RGB
CMYK
RGB Variations
Color information
#A04E93 (or 0xA04E93) is known color: Violet Blue. HEX triplet: A0, 4E and 93. RGB value is (160,78,147). Sum of RGB (Red+Green+Blue) = 160+78+147=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04E93 is #5FB16C. Grayscale: #6E6E6E. Windows color (decimal): -6271341 or 9653920. OLE color: 9653920.
HSL color Cylindrical-coordinate representation of color #A04E93: hue angle of 309.51º 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 #A04E93 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 147 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.37 |
| HSL | 309.51º | 0.34% | 0.47% | - |
| HSV(B) | 309.51º | 0.51% | 0.63% | - |
| XYZ | 22.49 | 15.03 | 29.32 | - |
| YUV | 110.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 147 | 0 | 0.51 | 0.08 | 0.37 | 309.51 | 0.34 | 0.47 |
| Hex | A0 | 4E | 93 | 0 | 33 | 8 | 25 | 136 | 22 | 2F |
| Octal | 240 | 116 | 223 | 0 | 63 | 10 | 45 | 466 | 42 | 57 |
| Binary | 10100000 | 1001110 | 10010011 | 0 | 110011 | 1000 | 100101 | 100110110 | 100010 | 101111 |
Color Harmonies of #A04E93
Complementary color
Monochromatic Colors of #A04E93
Black with #A04E93
Text Example
Text Example
White with #A04E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E93; }
p { color: rgb(160,78,147); }
H1.HeaderClassName
{
color: #A04E93;
}
.AnyTagClassName
{
color: #A04E93;
}
</style>
background-color css
<style>
a { background-color: #A04E93; }
a { background-color: rgb(160,78,147); }
div.DivClassName
{
background-color: #A04E93;
}
.BgClassName
{
background-color: #A04E93;
}
</style>
border-color css
<style>
span { border-color: #A04E93; }
span { border-color: rgb(160,78,147); }
td.TdClassName
{
border-color: #A04E93;
}
.TagClassName
{
border-color: #A04E93;
}
</style>