Shades of Violet Blue #A04CA1
Tints of Violet Blue #A04CA1
RGB
CMYK
RGB Variations
Color information
#A04CA1 (or 0xA04CA1) is known color: Violet Blue. HEX triplet: A0, 4C and A1. RGB value is (160,76,161). Sum of RGB (Red+Green+Blue) = 160+76+161=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 161 - color contains mainly: blue. Hex color #A04CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04CA1 is #5FB35E. Grayscale: #6E6E6E. Windows color (decimal): -6271839 or 10570912. OLE color: 10570912.
HSL color Cylindrical-coordinate representation of color #A04CA1: hue angle of 299.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A04CA1 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 161 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.37 |
| HSL | 299.29º | 0.36% | 0.46% | - |
| HSV(B) | 299.29º | 0.53% | 0.63% | - |
| XYZ | 23.51 | 15.22 | 35.42 | - |
| YUV | 110.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 161 | 0.01 | 0.53 | 0 | 0.37 | 299.29 | 0.36 | 0.46 |
| Hex | A0 | 4C | A1 | 1 | 35 | 0 | 25 | 12B | 24 | 2E |
| Octal | 240 | 114 | 241 | 1 | 65 | 0 | 45 | 453 | 44 | 56 |
| Binary | 10100000 | 1001100 | 10100001 | 1 | 110101 | 0 | 100101 | 100101011 | 100100 | 101110 |
Color Harmonies of #A04CA1
Complementary color
Monochromatic Colors of #A04CA1
Black with #A04CA1
Text Example
Text Example
White with #A04CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CA1; }
p { color: rgb(160,76,161); }
H1.HeaderClassName
{
color: #A04CA1;
}
.AnyTagClassName
{
color: #A04CA1;
}
</style>
background-color css
<style>
a { background-color: #A04CA1; }
a { background-color: rgb(160,76,161); }
div.DivClassName
{
background-color: #A04CA1;
}
.BgClassName
{
background-color: #A04CA1;
}
</style>
border-color css
<style>
span { border-color: #A04CA1; }
span { border-color: rgb(160,76,161); }
td.TdClassName
{
border-color: #A04CA1;
}
.TagClassName
{
border-color: #A04CA1;
}
</style>