Shades of Deep Lilac #A349AE
Tints of Deep Lilac #A349AE
RGB
CMYK
RGB Variations
Color information
#A349AE (or 0xA349AE) is known color: Deep Lilac. HEX triplet: A3, 49 and AE. RGB value is (163,73,174). Sum of RGB (Red+Green+Blue) = 163+73+174=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #A349AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A349AE is #5CB651. Grayscale: #6F6F6F. Windows color (decimal): -6075986 or 11422115. OLE color: 11422115.
HSL color Cylindrical-coordinate representation of color #A349AE: hue angle of 293.47º 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 #A349AE is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 73 | 174 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.32 |
| HSL | 293.47º | 0.41% | 0.48% | - |
| HSV(B) | 293.47º | 0.58% | 0.68% | - |
| XYZ | 25.13 | 15.61 | 41.73 | - |
| YUV | 111.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 174 | 0.06 | 0.58 | 0 | 0.32 | 293.47 | 0.41 | 0.48 |
| Hex | A3 | 49 | AE | 6 | 3A | 0 | 20 | 125 | 29 | 30 |
| Octal | 243 | 111 | 256 | 6 | 72 | 0 | 40 | 445 | 51 | 60 |
| Binary | 10100011 | 1001001 | 10101110 | 110 | 111010 | 0 | 100000 | 100100101 | 101001 | 110000 |
Color Harmonies of #A349AE
Complementary color
Monochromatic Colors of #A349AE
Black with #A349AE
Text Example
Text Example
White with #A349AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A349AE; }
p { color: rgb(163,73,174); }
H1.HeaderClassName
{
color: #A349AE;
}
.AnyTagClassName
{
color: #A349AE;
}
</style>
background-color css
<style>
a { background-color: #A349AE; }
a { background-color: rgb(163,73,174); }
div.DivClassName
{
background-color: #A349AE;
}
.BgClassName
{
background-color: #A349AE;
}
</style>
border-color css
<style>
span { border-color: #A349AE; }
span { border-color: rgb(163,73,174); }
td.TdClassName
{
border-color: #A349AE;
}
.TagClassName
{
border-color: #A349AE;
}
</style>