Shades of Violet Blue #A449AD
Tints of Violet Blue #A449AD
RGB
CMYK
RGB Variations
Color information
#A449AD (or 0xA449AD) is known color: Violet Blue. HEX triplet: A4, 49 and AD. RGB value is (164,73,173). Sum of RGB (Red+Green+Blue) = 164+73+173=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #A449AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A449AD is #5BB652. Grayscale: #6F6F6F. Windows color (decimal): -6010451 or 11356580. OLE color: 11356580.
HSL color Cylindrical-coordinate representation of color #A449AD: hue angle of 294.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A449AD is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 73 | 173 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.32 |
| HSL | 294.6º | 0.41% | 0.48% | - |
| HSV(B) | 294.6º | 0.58% | 0.68% | - |
| XYZ | 25.24 | 15.67 | 41.23 | - |
| YUV | 111.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 173 | 0.05 | 0.58 | 0 | 0.32 | 294.6 | 0.41 | 0.48 |
| Hex | A4 | 49 | AD | 5 | 3A | 0 | 20 | 127 | 29 | 30 |
| Octal | 244 | 111 | 255 | 5 | 72 | 0 | 40 | 447 | 51 | 60 |
| Binary | 10100100 | 1001001 | 10101101 | 101 | 111010 | 0 | 100000 | 100100111 | 101001 | 110000 |
Color Harmonies of #A449AD
Complementary color
Monochromatic Colors of #A449AD
Black with #A449AD
Text Example
Text Example
White with #A449AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A449AD; }
p { color: rgb(164,73,173); }
H1.HeaderClassName
{
color: #A449AD;
}
.AnyTagClassName
{
color: #A449AD;
}
</style>
background-color css
<style>
a { background-color: #A449AD; }
a { background-color: rgb(164,73,173); }
div.DivClassName
{
background-color: #A449AD;
}
.BgClassName
{
background-color: #A449AD;
}
</style>
border-color css
<style>
span { border-color: #A449AD; }
span { border-color: rgb(164,73,173); }
td.TdClassName
{
border-color: #A449AD;
}
.TagClassName
{
border-color: #A449AD;
}
</style>