Shades of Violet Blue #A04E9F
Tints of Violet Blue #A04E9F
RGB
CMYK
RGB Variations
Color information
#A04E9F (or 0xA04E9F) is known color: Violet Blue. HEX triplet: A0, 4E and 9F. RGB value is (160,78,159). Sum of RGB (Red+Green+Blue) = 160+78+159=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04E9F is #5FB160. Grayscale: #6F6F6F. Windows color (decimal): -6271329 or 10440352. OLE color: 10440352.
HSL color Cylindrical-coordinate representation of color #A04E9F: hue angle of 300.73º 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 #A04E9F is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 159 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.37 |
| HSL | 300.73º | 0.34% | 0.47% | - |
| HSV(B) | 300.73º | 0.51% | 0.63% | - |
| XYZ | 23.48 | 15.43 | 34.54 | - |
| YUV | 111.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 159 | 0 | 0.51 | 0.01 | 0.37 | 300.73 | 0.34 | 0.47 |
| Hex | A0 | 4E | 9F | 0 | 33 | 1 | 25 | 12D | 22 | 2F |
| Octal | 240 | 116 | 237 | 0 | 63 | 1 | 45 | 455 | 42 | 57 |
| Binary | 10100000 | 1001110 | 10011111 | 0 | 110011 | 1 | 100101 | 100101101 | 100010 | 101111 |
Color Harmonies of #A04E9F
Complementary color
Monochromatic Colors of #A04E9F
Black with #A04E9F
Text Example
Text Example
White with #A04E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E9F; }
p { color: rgb(160,78,159); }
H1.HeaderClassName
{
color: #A04E9F;
}
.AnyTagClassName
{
color: #A04E9F;
}
</style>
background-color css
<style>
a { background-color: #A04E9F; }
a { background-color: rgb(160,78,159); }
div.DivClassName
{
background-color: #A04E9F;
}
.BgClassName
{
background-color: #A04E9F;
}
</style>
border-color css
<style>
span { border-color: #A04E9F; }
span { border-color: rgb(160,78,159); }
td.TdClassName
{
border-color: #A04E9F;
}
.TagClassName
{
border-color: #A04E9F;
}
</style>