Shades of Deep Lilac #A068BB
Tints of Deep Lilac #A068BB
RGB
CMYK
RGB Variations
Color information
#A068BB (or 0xA068BB) is known color: Deep Lilac. HEX triplet: A0, 68 and BB. RGB value is (160,104,187). Sum of RGB (Red+Green+Blue) = 160+104+187=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #A068BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068BB is #5F9744. Grayscale: #818181. Windows color (decimal): -6264645 or 12282016. OLE color: 12282016.
HSL color Cylindrical-coordinate representation of color #A068BB: hue angle of 280.48º 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 #A068BB is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 104 | 187 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.27 |
| HSL | 280.48º | 0.38% | 0.57% | - |
| HSV(B) | 280.48º | 0.44% | 0.73% | - |
| XYZ | 28.42 | 20.96 | 49.56 | - |
| YUV | 130.21 | 160.05 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 187 | 0.14 | 0.44 | 0 | 0.27 | 280.48 | 0.38 | 0.57 |
| Hex | A0 | 68 | BB | E | 2C | 0 | 1B | 118 | 26 | 39 |
| Octal | 240 | 150 | 273 | 16 | 54 | 0 | 33 | 430 | 46 | 71 |
| Binary | 10100000 | 1101000 | 10111011 | 1110 | 101100 | 0 | 11011 | 100011000 | 100110 | 111001 |
Color Harmonies of #A068BB
Complementary color
Monochromatic Colors of #A068BB
Black with #A068BB
Text Example
Text Example
White with #A068BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068BB; }
p { color: rgb(160,104,187); }
H1.HeaderClassName
{
color: #A068BB;
}
.AnyTagClassName
{
color: #A068BB;
}
</style>
background-color css
<style>
a { background-color: #A068BB; }
a { background-color: rgb(160,104,187); }
div.DivClassName
{
background-color: #A068BB;
}
.BgClassName
{
background-color: #A068BB;
}
</style>
border-color css
<style>
span { border-color: #A068BB; }
span { border-color: rgb(160,104,187); }
td.TdClassName
{
border-color: #A068BB;
}
.TagClassName
{
border-color: #A068BB;
}
</style>