Shades of Violet Blue #A04AA4
Tints of Violet Blue #A04AA4
RGB
CMYK
RGB Variations
Color information
#A04AA4 (or 0xA04AA4) is known color: Violet Blue. HEX triplet: A0, 4A and A4. RGB value is (160,74,164). Sum of RGB (Red+Green+Blue) = 160+74+164=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 164 - color contains mainly: blue. Hex color #A04AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04AA4 is #5FB55B. Grayscale: #6D6D6D. Windows color (decimal): -6272348 or 10767008. OLE color: 10767008.
HSL color Cylindrical-coordinate representation of color #A04AA4: hue angle of 297.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04AA4 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 74 | 164 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.36 |
| HSL | 297.33º | 0.38% | 0.47% | - |
| HSV(B) | 297.33º | 0.55% | 0.64% | - |
| XYZ | 23.65 | 15.05 | 36.78 | - |
| YUV | 109.97 | 158.49 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 164 | 0.02 | 0.55 | 0 | 0.36 | 297.33 | 0.38 | 0.47 |
| Hex | A0 | 4A | A4 | 2 | 37 | 0 | 24 | 129 | 26 | 2F |
| Octal | 240 | 112 | 244 | 2 | 67 | 0 | 44 | 451 | 46 | 57 |
| Binary | 10100000 | 1001010 | 10100100 | 10 | 110111 | 0 | 100100 | 100101001 | 100110 | 101111 |
Color Harmonies of #A04AA4
Complementary color
Monochromatic Colors of #A04AA4
Black with #A04AA4
Text Example
Text Example
White with #A04AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04AA4; }
p { color: rgb(160,74,164); }
H1.HeaderClassName
{
color: #A04AA4;
}
.AnyTagClassName
{
color: #A04AA4;
}
</style>
background-color css
<style>
a { background-color: #A04AA4; }
a { background-color: rgb(160,74,164); }
div.DivClassName
{
background-color: #A04AA4;
}
.BgClassName
{
background-color: #A04AA4;
}
</style>
border-color css
<style>
span { border-color: #A04AA4; }
span { border-color: rgb(160,74,164); }
td.TdClassName
{
border-color: #A04AA4;
}
.TagClassName
{
border-color: #A04AA4;
}
</style>