Shades of Deep Lilac #A149AF
Tints of Deep Lilac #A149AF
RGB
CMYK
RGB Variations
Color information
#A149AF (or 0xA149AF) is known color: Deep Lilac. HEX triplet: A1, 49 and AF. RGB value is (161,73,175). Sum of RGB (Red+Green+Blue) = 161+73+175=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #A149AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A149AF is #5EB650. Grayscale: #6E6E6E. Windows color (decimal): -6207057 or 11487649. OLE color: 11487649.
HSL color Cylindrical-coordinate representation of color #A149AF: hue angle of 291.76º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A149AF is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 73 | 175 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.31 |
| HSL | 291.76º | 0.41% | 0.49% | - |
| HSV(B) | 291.76º | 0.58% | 0.69% | - |
| XYZ | 24.82 | 15.44 | 42.23 | - |
| YUV | 110.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 175 | 0.08 | 0.58 | 0 | 0.31 | 291.76 | 0.41 | 0.49 |
| Hex | A1 | 49 | AF | 8 | 3A | 0 | 1F | 124 | 29 | 31 |
| Octal | 241 | 111 | 257 | 10 | 72 | 0 | 37 | 444 | 51 | 61 |
| Binary | 10100001 | 1001001 | 10101111 | 1000 | 111010 | 0 | 11111 | 100100100 | 101001 | 110001 |
Color Harmonies of #A149AF
Complementary color
Monochromatic Colors of #A149AF
Black with #A149AF
Text Example
Text Example
White with #A149AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A149AF; }
p { color: rgb(161,73,175); }
H1.HeaderClassName
{
color: #A149AF;
}
.AnyTagClassName
{
color: #A149AF;
}
</style>
background-color css
<style>
a { background-color: #A149AF; }
a { background-color: rgb(161,73,175); }
div.DivClassName
{
background-color: #A149AF;
}
.BgClassName
{
background-color: #A149AF;
}
</style>
border-color css
<style>
span { border-color: #A149AF; }
span { border-color: rgb(161,73,175); }
td.TdClassName
{
border-color: #A149AF;
}
.TagClassName
{
border-color: #A149AF;
}
</style>