Shades of Violet Blue #A349AC
Tints of Violet Blue #A349AC
RGB
CMYK
RGB Variations
Color information
#A349AC (or 0xA349AC) is known color: Violet Blue. HEX triplet: A3, 49 and AC. RGB value is (163,73,172). Sum of RGB (Red+Green+Blue) = 163+73+172=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #A349AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A349AC is #5CB653. Grayscale: #6E6E6E. Windows color (decimal): -6075988 or 11291043. OLE color: 11291043.
HSL color Cylindrical-coordinate representation of color #A349AC: hue angle of 294.55º 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 #A349AC is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 73 | 172 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.33 |
| HSL | 294.55º | 0.4% | 0.48% | - |
| HSV(B) | 294.55º | 0.58% | 0.67% | - |
| XYZ | 24.93 | 15.53 | 40.71 | - |
| YUV | 111.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 172 | 0.05 | 0.58 | 0 | 0.33 | 294.55 | 0.4 | 0.48 |
| Hex | A3 | 49 | AC | 5 | 3A | 0 | 21 | 127 | 28 | 30 |
| Octal | 243 | 111 | 254 | 5 | 72 | 0 | 41 | 447 | 50 | 60 |
| Binary | 10100011 | 1001001 | 10101100 | 101 | 111010 | 0 | 100001 | 100100111 | 101000 | 110000 |
Color Harmonies of #A349AC
Complementary color
Monochromatic Colors of #A349AC
Black with #A349AC
Text Example
Text Example
White with #A349AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A349AC; }
p { color: rgb(163,73,172); }
H1.HeaderClassName
{
color: #A349AC;
}
.AnyTagClassName
{
color: #A349AC;
}
</style>
background-color css
<style>
a { background-color: #A349AC; }
a { background-color: rgb(163,73,172); }
div.DivClassName
{
background-color: #A349AC;
}
.BgClassName
{
background-color: #A349AC;
}
</style>
border-color css
<style>
span { border-color: #A349AC; }
span { border-color: rgb(163,73,172); }
td.TdClassName
{
border-color: #A349AC;
}
.TagClassName
{
border-color: #A349AC;
}
</style>