Shades of Deep Lilac #A168BC
Tints of Deep Lilac #A168BC
RGB
CMYK
RGB Variations
Color information
#A168BC (or 0xA168BC) is known color: Deep Lilac. HEX triplet: A1, 68 and BC. RGB value is (161,104,188). Sum of RGB (Red+Green+Blue) = 161+104+188=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #A168BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168BC is #5E9743. Grayscale: #828282. Windows color (decimal): -6199108 or 12347553. OLE color: 12347553.
HSL color Cylindrical-coordinate representation of color #A168BC: hue angle of 280.71º 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 #A168BC is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 104 | 188 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.26 |
| HSL | 280.71º | 0.39% | 0.57% | - |
| HSV(B) | 280.71º | 0.45% | 0.74% | - |
| XYZ | 28.73 | 21.11 | 50.14 | - |
| YUV | 130.62 | 160.38 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 188 | 0.14 | 0.45 | 0 | 0.26 | 280.71 | 0.39 | 0.57 |
| Hex | A1 | 68 | BC | E | 2D | 0 | 1A | 119 | 27 | 39 |
| Octal | 241 | 150 | 274 | 16 | 55 | 0 | 32 | 431 | 47 | 71 |
| Binary | 10100001 | 1101000 | 10111100 | 1110 | 101101 | 0 | 11010 | 100011001 | 100111 | 111001 |
Color Harmonies of #A168BC
Complementary color
Monochromatic Colors of #A168BC
Black with #A168BC
Text Example
Text Example
White with #A168BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A168BC; }
p { color: rgb(161,104,188); }
H1.HeaderClassName
{
color: #A168BC;
}
.AnyTagClassName
{
color: #A168BC;
}
</style>
background-color css
<style>
a { background-color: #A168BC; }
a { background-color: rgb(161,104,188); }
div.DivClassName
{
background-color: #A168BC;
}
.BgClassName
{
background-color: #A168BC;
}
</style>
border-color css
<style>
span { border-color: #A168BC; }
span { border-color: rgb(161,104,188); }
td.TdClassName
{
border-color: #A168BC;
}
.TagClassName
{
border-color: #A168BC;
}
</style>