Shades of Deep Lilac #A168BB
Tints of Deep Lilac #A168BB
RGB
CMYK
RGB Variations
Color information
#A168BB (or 0xA168BB) is known color: Deep Lilac. HEX triplet: A1, 68 and BB. RGB value is (161,104,187). Sum of RGB (Red+Green+Blue) = 161+104+187=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #A168BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168BB is #5E9744. Grayscale: #828282. Windows color (decimal): -6199109 or 12282017. OLE color: 12282017.
HSL color Cylindrical-coordinate representation of color #A168BB: hue angle of 281.2º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A168BB is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 104 | 187 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.27 |
| HSL | 281.2º | 0.38% | 0.57% | - |
| HSV(B) | 281.2º | 0.44% | 0.73% | - |
| XYZ | 28.62 | 21.07 | 49.57 | - |
| YUV | 130.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 187 | 0.14 | 0.44 | 0 | 0.27 | 281.2 | 0.38 | 0.57 |
| Hex | A1 | 68 | BB | E | 2C | 0 | 1B | 119 | 26 | 39 |
| Octal | 241 | 150 | 273 | 16 | 54 | 0 | 33 | 431 | 46 | 71 |
| Binary | 10100001 | 1101000 | 10111011 | 1110 | 101100 | 0 | 11011 | 100011001 | 100110 | 111001 |
Color Harmonies of #A168BB
Complementary color
Monochromatic Colors of #A168BB
Black with #A168BB
Text Example
Text Example
White with #A168BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A168BB; }
p { color: rgb(161,104,187); }
H1.HeaderClassName
{
color: #A168BB;
}
.AnyTagClassName
{
color: #A168BB;
}
</style>
background-color css
<style>
a { background-color: #A168BB; }
a { background-color: rgb(161,104,187); }
div.DivClassName
{
background-color: #A168BB;
}
.BgClassName
{
background-color: #A168BB;
}
</style>
border-color css
<style>
span { border-color: #A168BB; }
span { border-color: rgb(161,104,187); }
td.TdClassName
{
border-color: #A168BB;
}
.TagClassName
{
border-color: #A168BB;
}
</style>