Shades of Violet Blue #A449AC
Tints of Violet Blue #A449AC
RGB
CMYK
RGB Variations
Color information
#A449AC (or 0xA449AC) is known color: Violet Blue. HEX triplet: A4, 49 and AC. RGB value is (164,73,172). Sum of RGB (Red+Green+Blue) = 164+73+172=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 73 (28.91% from 255 or 17.85% 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 #A449AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A449AC is #5BB653. Grayscale: #6F6F6F. Windows color (decimal): -6010452 or 11291044. OLE color: 11291044.
HSL color Cylindrical-coordinate representation of color #A449AC: hue angle of 295.15º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A449AC is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 73 | 172 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.33 |
| HSL | 295.15º | 0.4% | 0.48% | - |
| HSV(B) | 295.15º | 0.58% | 0.67% | - |
| XYZ | 25.14 | 15.64 | 40.72 | - |
| YUV | 111.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 172 | 0.05 | 0.58 | 0 | 0.33 | 295.15 | 0.4 | 0.48 |
| Hex | A4 | 49 | AC | 5 | 3A | 0 | 21 | 127 | 28 | 30 |
| Octal | 244 | 111 | 254 | 5 | 72 | 0 | 41 | 447 | 50 | 60 |
| Binary | 10100100 | 1001001 | 10101100 | 101 | 111010 | 0 | 100001 | 100100111 | 101000 | 110000 |
Color Harmonies of #A449AC
Complementary color
Monochromatic Colors of #A449AC
Black with #A449AC
Text Example
Text Example
White with #A449AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A449AC; }
p { color: rgb(164,73,172); }
H1.HeaderClassName
{
color: #A449AC;
}
.AnyTagClassName
{
color: #A449AC;
}
</style>
background-color css
<style>
a { background-color: #A449AC; }
a { background-color: rgb(164,73,172); }
div.DivClassName
{
background-color: #A449AC;
}
.BgClassName
{
background-color: #A449AC;
}
</style>
border-color css
<style>
span { border-color: #A449AC; }
span { border-color: rgb(164,73,172); }
td.TdClassName
{
border-color: #A449AC;
}
.TagClassName
{
border-color: #A449AC;
}
</style>