Shades of Violet Blue #A04AA8
Tints of Violet Blue #A04AA8
RGB
CMYK
RGB Variations
Color information
#A04AA8 (or 0xA04AA8) is known color: Violet Blue. HEX triplet: A0, 4A and A8. RGB value is (160,74,168). Sum of RGB (Red+Green+Blue) = 160+74+168=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 168 - color contains mainly: blue. Hex color #A04AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04AA8 is #5FB557. Grayscale: #6E6E6E. Windows color (decimal): -6272344 or 11029152. OLE color: 11029152.
HSL color Cylindrical-coordinate representation of color #A04AA8: hue angle of 294.89º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04AA8 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 74 | 168 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.34 |
| HSL | 294.89º | 0.39% | 0.47% | - |
| HSV(B) | 294.89º | 0.56% | 0.66% | - |
| XYZ | 24.01 | 15.2 | 38.71 | - |
| YUV | 110.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 168 | 0.05 | 0.56 | 0 | 0.34 | 294.89 | 0.39 | 0.47 |
| Hex | A0 | 4A | A8 | 5 | 38 | 0 | 22 | 127 | 27 | 2F |
| Octal | 240 | 112 | 250 | 5 | 70 | 0 | 42 | 447 | 47 | 57 |
| Binary | 10100000 | 1001010 | 10101000 | 101 | 111000 | 0 | 100010 | 100100111 | 100111 | 101111 |
Color Harmonies of #A04AA8
Complementary color
Monochromatic Colors of #A04AA8
Black with #A04AA8
Text Example
Text Example
White with #A04AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04AA8; }
p { color: rgb(160,74,168); }
H1.HeaderClassName
{
color: #A04AA8;
}
.AnyTagClassName
{
color: #A04AA8;
}
</style>
background-color css
<style>
a { background-color: #A04AA8; }
a { background-color: rgb(160,74,168); }
div.DivClassName
{
background-color: #A04AA8;
}
.BgClassName
{
background-color: #A04AA8;
}
</style>
border-color css
<style>
span { border-color: #A04AA8; }
span { border-color: rgb(160,74,168); }
td.TdClassName
{
border-color: #A04AA8;
}
.TagClassName
{
border-color: #A04AA8;
}
</style>