Shades of Deep Lilac #A168BE
Tints of Deep Lilac #A168BE
RGB
CMYK
RGB Variations
Color information
#A168BE (or 0xA168BE) is known color: Deep Lilac. HEX triplet: A1, 68 and BE. RGB value is (161,104,190). Sum of RGB (Red+Green+Blue) = 161+104+190=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #A168BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168BE is #5E9741. Grayscale: #828282. Windows color (decimal): -6199106 or 12478625. OLE color: 12478625.
HSL color Cylindrical-coordinate representation of color #A168BE: hue angle of 279.77º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A168BE is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 104 | 190 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.25 |
| HSL | 279.77º | 0.4% | 0.58% | - |
| HSV(B) | 279.77º | 0.45% | 0.75% | - |
| XYZ | 28.94 | 21.2 | 51.28 | - |
| YUV | 130.85 | 161.38 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 190 | 0.15 | 0.45 | 0 | 0.25 | 279.77 | 0.4 | 0.58 |
| Hex | A1 | 68 | BE | F | 2D | 0 | 19 | 118 | 28 | 3A |
| Octal | 241 | 150 | 276 | 17 | 55 | 0 | 31 | 430 | 50 | 72 |
| Binary | 10100001 | 1101000 | 10111110 | 1111 | 101101 | 0 | 11001 | 100011000 | 101000 | 111010 |
Color Harmonies of #A168BE
Complementary color
Monochromatic Colors of #A168BE
Black with #A168BE
Text Example
Text Example
White with #A168BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A168BE; }
p { color: rgb(161,104,190); }
H1.HeaderClassName
{
color: #A168BE;
}
.AnyTagClassName
{
color: #A168BE;
}
</style>
background-color css
<style>
a { background-color: #A168BE; }
a { background-color: rgb(161,104,190); }
div.DivClassName
{
background-color: #A168BE;
}
.BgClassName
{
background-color: #A168BE;
}
</style>
border-color css
<style>
span { border-color: #A168BE; }
span { border-color: rgb(161,104,190); }
td.TdClassName
{
border-color: #A168BE;
}
.TagClassName
{
border-color: #A168BE;
}
</style>