Shades of Violet Blue #A04DAC
Tints of Violet Blue #A04DAC
RGB
CMYK
RGB Variations
Color information
#A04DAC (or 0xA04DAC) is known color: Violet Blue. HEX triplet: A0, 4D and AC. RGB value is (160,77,172). Sum of RGB (Red+Green+Blue) = 160+77+172=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #A04DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04DAC is #5FB253. Grayscale: #707070. Windows color (decimal): -6271572 or 11292064. OLE color: 11292064.
HSL color Cylindrical-coordinate representation of color #A04DAC: hue angle of 292.42º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04DAC is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 77 | 172 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.33 |
| HSL | 292.42º | 0.38% | 0.49% | - |
| HSV(B) | 292.42º | 0.55% | 0.67% | - |
| XYZ | 24.6 | 15.76 | 40.78 | - |
| YUV | 112.65 | 161.5 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 172 | 0.07 | 0.55 | 0 | 0.33 | 292.42 | 0.38 | 0.49 |
| Hex | A0 | 4D | AC | 7 | 37 | 0 | 21 | 124 | 26 | 31 |
| Octal | 240 | 115 | 254 | 7 | 67 | 0 | 41 | 444 | 46 | 61 |
| Binary | 10100000 | 1001101 | 10101100 | 111 | 110111 | 0 | 100001 | 100100100 | 100110 | 110001 |
Color Harmonies of #A04DAC
Complementary color
Monochromatic Colors of #A04DAC
Black with #A04DAC
Text Example
Text Example
White with #A04DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DAC; }
p { color: rgb(160,77,172); }
H1.HeaderClassName
{
color: #A04DAC;
}
.AnyTagClassName
{
color: #A04DAC;
}
</style>
background-color css
<style>
a { background-color: #A04DAC; }
a { background-color: rgb(160,77,172); }
div.DivClassName
{
background-color: #A04DAC;
}
.BgClassName
{
background-color: #A04DAC;
}
</style>
border-color css
<style>
span { border-color: #A04DAC; }
span { border-color: rgb(160,77,172); }
td.TdClassName
{
border-color: #A04DAC;
}
.TagClassName
{
border-color: #A04DAC;
}
</style>