Shades of Violet Blue #A04CA8
Tints of Violet Blue #A04CA8
RGB
CMYK
RGB Variations
Color information
#A04CA8 (or 0xA04CA8) is known color: Violet Blue. HEX triplet: A0, 4C and A8. RGB value is (160,76,168). Sum of RGB (Red+Green+Blue) = 160+76+168=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 168 - color contains mainly: blue. Hex color #A04CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04CA8 is #5FB357. Grayscale: #6F6F6F. Windows color (decimal): -6271832 or 11029664. OLE color: 11029664.
HSL color Cylindrical-coordinate representation of color #A04CA8: hue angle of 294.78º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04CA8 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 76 | 168 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.34 |
| HSL | 294.78º | 0.38% | 0.48% | - |
| HSV(B) | 294.78º | 0.55% | 0.66% | - |
| XYZ | 24.15 | 15.47 | 38.76 | - |
| YUV | 111.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 168 | 0.05 | 0.55 | 0 | 0.34 | 294.78 | 0.38 | 0.48 |
| Hex | A0 | 4C | A8 | 5 | 37 | 0 | 22 | 127 | 26 | 30 |
| Octal | 240 | 114 | 250 | 5 | 67 | 0 | 42 | 447 | 46 | 60 |
| Binary | 10100000 | 1001100 | 10101000 | 101 | 110111 | 0 | 100010 | 100100111 | 100110 | 110000 |
Color Harmonies of #A04CA8
Complementary color
Monochromatic Colors of #A04CA8
Black with #A04CA8
Text Example
Text Example
White with #A04CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CA8; }
p { color: rgb(160,76,168); }
H1.HeaderClassName
{
color: #A04CA8;
}
.AnyTagClassName
{
color: #A04CA8;
}
</style>
background-color css
<style>
a { background-color: #A04CA8; }
a { background-color: rgb(160,76,168); }
div.DivClassName
{
background-color: #A04CA8;
}
.BgClassName
{
background-color: #A04CA8;
}
</style>
border-color css
<style>
span { border-color: #A04CA8; }
span { border-color: rgb(160,76,168); }
td.TdClassName
{
border-color: #A04CA8;
}
.TagClassName
{
border-color: #A04CA8;
}
</style>