Shades of Deep Lilac #A149B3
Tints of Deep Lilac #A149B3
RGB
CMYK
RGB Variations
Color information
#A149B3 (or 0xA149B3) is known color: Deep Lilac. HEX triplet: A1, 49 and B3. RGB value is (161,73,179). Sum of RGB (Red+Green+Blue) = 161+73+179=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 179 - color contains mainly: blue. Hex color #A149B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A149B3 is #5EB64C. Grayscale: #6F6F6F. Windows color (decimal): -6207053 or 11749793. OLE color: 11749793.
HSL color Cylindrical-coordinate representation of color #A149B3: hue angle of 289.81º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A149B3 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 73 | 179 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.30 |
| HSL | 289.81º | 0.42% | 0.49% | - |
| HSV(B) | 289.81º | 0.59% | 0.7% | - |
| XYZ | 25.22 | 15.6 | 44.33 | - |
| YUV | 111.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 179 | 0.10 | 0.59 | 0 | 0.30 | 289.81 | 0.42 | 0.49 |
| Hex | A1 | 49 | B3 | A | 3B | 0 | 1E | 122 | 2A | 31 |
| Octal | 241 | 111 | 263 | 12 | 73 | 0 | 36 | 442 | 52 | 61 |
| Binary | 10100001 | 1001001 | 10110011 | 1010 | 111011 | 0 | 11110 | 100100010 | 101010 | 110001 |
Color Harmonies of #A149B3
Complementary color
Monochromatic Colors of #A149B3
Black with #A149B3
Text Example
Text Example
White with #A149B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A149B3; }
p { color: rgb(161,73,179); }
H1.HeaderClassName
{
color: #A149B3;
}
.AnyTagClassName
{
color: #A149B3;
}
</style>
background-color css
<style>
a { background-color: #A149B3; }
a { background-color: rgb(161,73,179); }
div.DivClassName
{
background-color: #A149B3;
}
.BgClassName
{
background-color: #A149B3;
}
</style>
border-color css
<style>
span { border-color: #A149B3; }
span { border-color: rgb(161,73,179); }
td.TdClassName
{
border-color: #A149B3;
}
.TagClassName
{
border-color: #A149B3;
}
</style>