Shades of Violet Blue #A049A6
Tints of Violet Blue #A049A6
RGB
CMYK
RGB Variations
Color information
#A049A6 (or 0xA049A6) is known color: Violet Blue. HEX triplet: A0, 49 and A6. RGB value is (160,73,166). Sum of RGB (Red+Green+Blue) = 160+73+166=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 166 - color contains mainly: blue. Hex color #A049A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A049A6 is #5FB659. Grayscale: #6D6D6D. Windows color (decimal): -6272602 or 10897824. OLE color: 10897824.
HSL color Cylindrical-coordinate representation of color #A049A6: hue angle of 296.13º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A049A6 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 73 | 166 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.35 |
| HSL | 296.13º | 0.39% | 0.47% | - |
| HSV(B) | 296.13º | 0.56% | 0.65% | - |
| XYZ | 23.76 | 14.99 | 37.72 | - |
| YUV | 109.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 166 | 0.04 | 0.56 | 0 | 0.35 | 296.13 | 0.39 | 0.47 |
| Hex | A0 | 49 | A6 | 4 | 38 | 0 | 23 | 128 | 27 | 2F |
| Octal | 240 | 111 | 246 | 4 | 70 | 0 | 43 | 450 | 47 | 57 |
| Binary | 10100000 | 1001001 | 10100110 | 100 | 111000 | 0 | 100011 | 100101000 | 100111 | 101111 |
Color Harmonies of #A049A6
Complementary color
Monochromatic Colors of #A049A6
Black with #A049A6
Text Example
Text Example
White with #A049A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A049A6; }
p { color: rgb(160,73,166); }
H1.HeaderClassName
{
color: #A049A6;
}
.AnyTagClassName
{
color: #A049A6;
}
</style>
background-color css
<style>
a { background-color: #A049A6; }
a { background-color: rgb(160,73,166); }
div.DivClassName
{
background-color: #A049A6;
}
.BgClassName
{
background-color: #A049A6;
}
</style>
border-color css
<style>
span { border-color: #A049A6; }
span { border-color: rgb(160,73,166); }
td.TdClassName
{
border-color: #A049A6;
}
.TagClassName
{
border-color: #A049A6;
}
</style>