Shades of Deep Lilac #A169BD
Tints of Deep Lilac #A169BD
RGB
CMYK
RGB Variations
Color information
#A169BD (or 0xA169BD) is known color: Deep Lilac. HEX triplet: A1, 69 and BD. RGB value is (161,105,189). Sum of RGB (Red+Green+Blue) = 161+105+189=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #A169BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169BD is #5E9642. Grayscale: #838383. Windows color (decimal): -6198851 or 12413345. OLE color: 12413345.
HSL color Cylindrical-coordinate representation of color #A169BD: hue angle of 280º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A169BD is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 105 | 189 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.26 |
| HSL | 280º | 0.39% | 0.58% | - |
| HSV(B) | 280º | 0.44% | 0.74% | - |
| XYZ | 28.93 | 21.35 | 50.74 | - |
| YUV | 131.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 189 | 0.15 | 0.44 | 0 | 0.26 | 280 | 0.39 | 0.58 |
| Hex | A1 | 69 | BD | F | 2C | 0 | 1A | 118 | 27 | 3A |
| Octal | 241 | 151 | 275 | 17 | 54 | 0 | 32 | 430 | 47 | 72 |
| Binary | 10100001 | 1101001 | 10111101 | 1111 | 101100 | 0 | 11010 | 100011000 | 100111 | 111010 |
Color Harmonies of #A169BD
Complementary color
Monochromatic Colors of #A169BD
Black with #A169BD
Text Example
Text Example
White with #A169BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169BD; }
p { color: rgb(161,105,189); }
H1.HeaderClassName
{
color: #A169BD;
}
.AnyTagClassName
{
color: #A169BD;
}
</style>
background-color css
<style>
a { background-color: #A169BD; }
a { background-color: rgb(161,105,189); }
div.DivClassName
{
background-color: #A169BD;
}
.BgClassName
{
background-color: #A169BD;
}
</style>
border-color css
<style>
span { border-color: #A169BD; }
span { border-color: rgb(161,105,189); }
td.TdClassName
{
border-color: #A169BD;
}
.TagClassName
{
border-color: #A169BD;
}
</style>