Shades of Violet Blue #A04BA4
Tints of Violet Blue #A04BA4
RGB
CMYK
RGB Variations
Color information
#A04BA4 (or 0xA04BA4) is known color: Violet Blue. HEX triplet: A0, 4B and A4. RGB value is (160,75,164). Sum of RGB (Red+Green+Blue) = 160+75+164=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 164 - color contains mainly: blue. Hex color #A04BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04BA4 is #5FB45B. Grayscale: #6E6E6E. Windows color (decimal): -6272092 or 10767264. OLE color: 10767264.
HSL color Cylindrical-coordinate representation of color #A04BA4: hue angle of 297.3º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04BA4 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 75 | 164 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.36 |
| HSL | 297.3º | 0.37% | 0.47% | - |
| HSV(B) | 297.3º | 0.54% | 0.64% | - |
| XYZ | 23.71 | 15.19 | 36.8 | - |
| YUV | 110.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 164 | 0.02 | 0.54 | 0 | 0.36 | 297.3 | 0.37 | 0.47 |
| Hex | A0 | 4B | A4 | 2 | 36 | 0 | 24 | 129 | 25 | 2F |
| Octal | 240 | 113 | 244 | 2 | 66 | 0 | 44 | 451 | 45 | 57 |
| Binary | 10100000 | 1001011 | 10100100 | 10 | 110110 | 0 | 100100 | 100101001 | 100101 | 101111 |
Color Harmonies of #A04BA4
Complementary color
Monochromatic Colors of #A04BA4
Black with #A04BA4
Text Example
Text Example
White with #A04BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04BA4; }
p { color: rgb(160,75,164); }
H1.HeaderClassName
{
color: #A04BA4;
}
.AnyTagClassName
{
color: #A04BA4;
}
</style>
background-color css
<style>
a { background-color: #A04BA4; }
a { background-color: rgb(160,75,164); }
div.DivClassName
{
background-color: #A04BA4;
}
.BgClassName
{
background-color: #A04BA4;
}
</style>
border-color css
<style>
span { border-color: #A04BA4; }
span { border-color: rgb(160,75,164); }
td.TdClassName
{
border-color: #A04BA4;
}
.TagClassName
{
border-color: #A04BA4;
}
</style>