Shades of Violet Blue #A649AC
Tints of Violet Blue #A649AC
RGB
CMYK
RGB Variations
Color information
#A649AC (or 0xA649AC) is known color: Violet Blue. HEX triplet: A6, 49 and AC. RGB value is (166,73,172). Sum of RGB (Red+Green+Blue) = 166+73+172=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #A649AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A649AC is #59B653. Grayscale: #6F6F6F. Windows color (decimal): -5879380 or 11291046. OLE color: 11291046.
HSL color Cylindrical-coordinate representation of color #A649AC: hue angle of 296.36º 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 #A649AC is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 73 | 172 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.33 |
| HSL | 296.36º | 0.4% | 0.48% | - |
| HSV(B) | 296.36º | 0.58% | 0.67% | - |
| XYZ | 25.55 | 15.85 | 40.74 | - |
| YUV | 112.09 | 161.81 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 172 | 0.03 | 0.58 | 0 | 0.33 | 296.36 | 0.4 | 0.48 |
| Hex | A6 | 49 | AC | 3 | 3A | 0 | 21 | 128 | 28 | 30 |
| Octal | 246 | 111 | 254 | 3 | 72 | 0 | 41 | 450 | 50 | 60 |
| Binary | 10100110 | 1001001 | 10101100 | 11 | 111010 | 0 | 100001 | 100101000 | 101000 | 110000 |
Color Harmonies of #A649AC
Complementary color
Monochromatic Colors of #A649AC
Black with #A649AC
Text Example
Text Example
White with #A649AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A649AC; }
p { color: rgb(166,73,172); }
H1.HeaderClassName
{
color: #A649AC;
}
.AnyTagClassName
{
color: #A649AC;
}
</style>
background-color css
<style>
a { background-color: #A649AC; }
a { background-color: rgb(166,73,172); }
div.DivClassName
{
background-color: #A649AC;
}
.BgClassName
{
background-color: #A649AC;
}
</style>
border-color css
<style>
span { border-color: #A649AC; }
span { border-color: rgb(166,73,172); }
td.TdClassName
{
border-color: #A649AC;
}
.TagClassName
{
border-color: #A649AC;
}
</style>