Shades of Violet Blue #A04FAC
Tints of Violet Blue #A04FAC
RGB
CMYK
RGB Variations
Color information
#A04FAC (or 0xA04FAC) is known color: Violet Blue. HEX triplet: A0, 4F and AC. RGB value is (160,79,172). Sum of RGB (Red+Green+Blue) = 160+79+172=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #A04FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04FAC is #5FB053. Grayscale: #717171. Windows color (decimal): -6271060 or 11292576. OLE color: 11292576.
HSL color Cylindrical-coordinate representation of color #A04FAC: hue angle of 292.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04FAC is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 79 | 172 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.33 |
| HSL | 292.26º | 0.37% | 0.49% | - |
| HSV(B) | 292.26º | 0.54% | 0.67% | - |
| XYZ | 24.74 | 16.04 | 40.82 | - |
| YUV | 113.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 172 | 0.07 | 0.54 | 0 | 0.33 | 292.26 | 0.37 | 0.49 |
| Hex | A0 | 4F | AC | 7 | 36 | 0 | 21 | 124 | 25 | 31 |
| Octal | 240 | 117 | 254 | 7 | 66 | 0 | 41 | 444 | 45 | 61 |
| Binary | 10100000 | 1001111 | 10101100 | 111 | 110110 | 0 | 100001 | 100100100 | 100101 | 110001 |
Color Harmonies of #A04FAC
Complementary color
Monochromatic Colors of #A04FAC
Black with #A04FAC
Text Example
Text Example
White with #A04FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FAC; }
p { color: rgb(160,79,172); }
H1.HeaderClassName
{
color: #A04FAC;
}
.AnyTagClassName
{
color: #A04FAC;
}
</style>
background-color css
<style>
a { background-color: #A04FAC; }
a { background-color: rgb(160,79,172); }
div.DivClassName
{
background-color: #A04FAC;
}
.BgClassName
{
background-color: #A04FAC;
}
</style>
border-color css
<style>
span { border-color: #A04FAC; }
span { border-color: rgb(160,79,172); }
td.TdClassName
{
border-color: #A04FAC;
}
.TagClassName
{
border-color: #A04FAC;
}
</style>