Shades of Deep Lilac #A168BD
Tints of Deep Lilac #A168BD
RGB
CMYK
RGB Variations
Color information
#A168BD (or 0xA168BD) is known color: Deep Lilac. HEX triplet: A1, 68 and BD. RGB value is (161,104,189). Sum of RGB (Red+Green+Blue) = 161+104+189=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #A168BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168BD is #5E9742. Grayscale: #828282. Windows color (decimal): -6199107 or 12413089. OLE color: 12413089.
HSL color Cylindrical-coordinate representation of color #A168BD: hue angle of 280.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A168BD is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 104 | 189 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.26 |
| HSL | 280.24º | 0.39% | 0.57% | - |
| HSV(B) | 280.24º | 0.45% | 0.74% | - |
| XYZ | 28.83 | 21.15 | 50.71 | - |
| YUV | 130.73 | 160.88 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 189 | 0.15 | 0.45 | 0 | 0.26 | 280.24 | 0.39 | 0.57 |
| Hex | A1 | 68 | BD | F | 2D | 0 | 1A | 118 | 27 | 39 |
| Octal | 241 | 150 | 275 | 17 | 55 | 0 | 32 | 430 | 47 | 71 |
| Binary | 10100001 | 1101000 | 10111101 | 1111 | 101101 | 0 | 11010 | 100011000 | 100111 | 111001 |
Color Harmonies of #A168BD
Complementary color
Monochromatic Colors of #A168BD
Black with #A168BD
Text Example
Text Example
White with #A168BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A168BD; }
p { color: rgb(161,104,189); }
H1.HeaderClassName
{
color: #A168BD;
}
.AnyTagClassName
{
color: #A168BD;
}
</style>
background-color css
<style>
a { background-color: #A168BD; }
a { background-color: rgb(161,104,189); }
div.DivClassName
{
background-color: #A168BD;
}
.BgClassName
{
background-color: #A168BD;
}
</style>
border-color css
<style>
span { border-color: #A168BD; }
span { border-color: rgb(161,104,189); }
td.TdClassName
{
border-color: #A168BD;
}
.TagClassName
{
border-color: #A168BD;
}
</style>