Shades of Violet Blue #A04E9C
Tints of Violet Blue #A04E9C
RGB
CMYK
RGB Variations
Color information
#A04E9C (or 0xA04E9C) is known color: Violet Blue. HEX triplet: A0, 4E and 9C. RGB value is (160,78,156). Sum of RGB (Red+Green+Blue) = 160+78+156=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04E9C is #5FB163. Grayscale: #6F6F6F. Windows color (decimal): -6271332 or 10243744. OLE color: 10243744.
HSL color Cylindrical-coordinate representation of color #A04E9C: hue angle of 302.93º 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 #A04E9C is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 156 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.37 |
| HSL | 302.93º | 0.34% | 0.47% | - |
| HSV(B) | 302.93º | 0.51% | 0.63% | - |
| XYZ | 23.22 | 15.32 | 33.19 | - |
| YUV | 111.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 156 | 0 | 0.51 | 0.02 | 0.37 | 302.93 | 0.34 | 0.47 |
| Hex | A0 | 4E | 9C | 0 | 33 | 2 | 25 | 12F | 22 | 2F |
| Octal | 240 | 116 | 234 | 0 | 63 | 2 | 45 | 457 | 42 | 57 |
| Binary | 10100000 | 1001110 | 10011100 | 0 | 110011 | 10 | 100101 | 100101111 | 100010 | 101111 |
Color Harmonies of #A04E9C
Complementary color
Monochromatic Colors of #A04E9C
Black with #A04E9C
Text Example
Text Example
White with #A04E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E9C; }
p { color: rgb(160,78,156); }
H1.HeaderClassName
{
color: #A04E9C;
}
.AnyTagClassName
{
color: #A04E9C;
}
</style>
background-color css
<style>
a { background-color: #A04E9C; }
a { background-color: rgb(160,78,156); }
div.DivClassName
{
background-color: #A04E9C;
}
.BgClassName
{
background-color: #A04E9C;
}
</style>
border-color css
<style>
span { border-color: #A04E9C; }
span { border-color: rgb(160,78,156); }
td.TdClassName
{
border-color: #A04E9C;
}
.TagClassName
{
border-color: #A04E9C;
}
</style>