Shades of Violet Blue #A049A1
Tints of Violet Blue #A049A1
RGB
CMYK
RGB Variations
Color information
#A049A1 (or 0xA049A1) is known color: Violet Blue. HEX triplet: A0, 49 and A1. RGB value is (160,73,161). Sum of RGB (Red+Green+Blue) = 160+73+161=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 161 - color contains mainly: blue. Hex color #A049A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A049A1 is #5FB65E. Grayscale: #6C6C6C. Windows color (decimal): -6272607 or 10570144. OLE color: 10570144.
HSL color Cylindrical-coordinate representation of color #A049A1: hue angle of 299.32º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A049A1 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 161 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.37 |
| HSL | 299.32º | 0.38% | 0.46% | - |
| HSV(B) | 299.32º | 0.55% | 0.63% | - |
| XYZ | 23.31 | 14.81 | 35.35 | - |
| YUV | 109.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 161 | 0.01 | 0.55 | 0 | 0.37 | 299.32 | 0.38 | 0.46 |
| Hex | A0 | 49 | A1 | 1 | 37 | 0 | 25 | 12B | 26 | 2E |
| Octal | 240 | 111 | 241 | 1 | 67 | 0 | 45 | 453 | 46 | 56 |
| Binary | 10100000 | 1001001 | 10100001 | 1 | 110111 | 0 | 100101 | 100101011 | 100110 | 101110 |
Color Harmonies of #A049A1
Complementary color
Monochromatic Colors of #A049A1
Black with #A049A1
Text Example
Text Example
White with #A049A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A049A1; }
p { color: rgb(160,73,161); }
H1.HeaderClassName
{
color: #A049A1;
}
.AnyTagClassName
{
color: #A049A1;
}
</style>
background-color css
<style>
a { background-color: #A049A1; }
a { background-color: rgb(160,73,161); }
div.DivClassName
{
background-color: #A049A1;
}
.BgClassName
{
background-color: #A049A1;
}
</style>
border-color css
<style>
span { border-color: #A049A1; }
span { border-color: rgb(160,73,161); }
td.TdClassName
{
border-color: #A049A1;
}
.TagClassName
{
border-color: #A049A1;
}
</style>