Shades of Violet Blue #A04CA2
Tints of Violet Blue #A04CA2
RGB
CMYK
RGB Variations
Color information
#A04CA2 (or 0xA04CA2) is known color: Violet Blue. HEX triplet: A0, 4C and A2. RGB value is (160,76,162). Sum of RGB (Red+Green+Blue) = 160+76+162=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 162 - color contains mainly: blue. Hex color #A04CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04CA2 is #5FB35D. Grayscale: #6E6E6E. Windows color (decimal): -6271838 or 10636448. OLE color: 10636448.
HSL color Cylindrical-coordinate representation of color #A04CA2: hue angle of 298.6º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A04CA2 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 76 | 162 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.36 |
| HSL | 298.6º | 0.36% | 0.47% | - |
| HSV(B) | 298.6º | 0.53% | 0.64% | - |
| XYZ | 23.6 | 15.25 | 35.88 | - |
| YUV | 110.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 162 | 0.01 | 0.53 | 0 | 0.36 | 298.6 | 0.36 | 0.47 |
| Hex | A0 | 4C | A2 | 1 | 35 | 0 | 24 | 12B | 24 | 2F |
| Octal | 240 | 114 | 242 | 1 | 65 | 0 | 44 | 453 | 44 | 57 |
| Binary | 10100000 | 1001100 | 10100010 | 1 | 110101 | 0 | 100100 | 100101011 | 100100 | 101111 |
Color Harmonies of #A04CA2
Complementary color
Monochromatic Colors of #A04CA2
Black with #A04CA2
Text Example
Text Example
White with #A04CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CA2; }
p { color: rgb(160,76,162); }
H1.HeaderClassName
{
color: #A04CA2;
}
.AnyTagClassName
{
color: #A04CA2;
}
</style>
background-color css
<style>
a { background-color: #A04CA2; }
a { background-color: rgb(160,76,162); }
div.DivClassName
{
background-color: #A04CA2;
}
.BgClassName
{
background-color: #A04CA2;
}
</style>
border-color css
<style>
span { border-color: #A04CA2; }
span { border-color: rgb(160,76,162); }
td.TdClassName
{
border-color: #A04CA2;
}
.TagClassName
{
border-color: #A04CA2;
}
</style>