Shades of Violet Blue #A049A3
Tints of Violet Blue #A049A3
RGB
CMYK
RGB Variations
Color information
#A049A3 (or 0xA049A3) is known color: Violet Blue. HEX triplet: A0, 49 and A3. RGB value is (160,73,163). Sum of RGB (Red+Green+Blue) = 160+73+163=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 163 - color contains mainly: blue. Hex color #A049A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A049A3 is #5FB65C. Grayscale: #6D6D6D. Windows color (decimal): -6272605 or 10701216. OLE color: 10701216.
HSL color Cylindrical-coordinate representation of color #A049A3: hue angle of 298º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A049A3 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 73 | 163 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.36 |
| HSL | 298º | 0.38% | 0.46% | - |
| HSV(B) | 298º | 0.55% | 0.64% | - |
| XYZ | 23.49 | 14.88 | 36.28 | - |
| YUV | 109.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 163 | 0.02 | 0.55 | 0 | 0.36 | 298 | 0.38 | 0.46 |
| Hex | A0 | 49 | A3 | 2 | 37 | 0 | 24 | 12A | 26 | 2E |
| Octal | 240 | 111 | 243 | 2 | 67 | 0 | 44 | 452 | 46 | 56 |
| Binary | 10100000 | 1001001 | 10100011 | 10 | 110111 | 0 | 100100 | 100101010 | 100110 | 101110 |
Color Harmonies of #A049A3
Complementary color
Monochromatic Colors of #A049A3
Black with #A049A3
Text Example
Text Example
White with #A049A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A049A3; }
p { color: rgb(160,73,163); }
H1.HeaderClassName
{
color: #A049A3;
}
.AnyTagClassName
{
color: #A049A3;
}
</style>
background-color css
<style>
a { background-color: #A049A3; }
a { background-color: rgb(160,73,163); }
div.DivClassName
{
background-color: #A049A3;
}
.BgClassName
{
background-color: #A049A3;
}
</style>
border-color css
<style>
span { border-color: #A049A3; }
span { border-color: rgb(160,73,163); }
td.TdClassName
{
border-color: #A049A3;
}
.TagClassName
{
border-color: #A049A3;
}
</style>