Shades of Deep Lilac #A05BBA
Tints of Deep Lilac #A05BBA
RGB
CMYK
RGB Variations
Color information
#A05BBA (or 0xA05BBA) is known color: Deep Lilac. HEX triplet: A0, 5B and BA. RGB value is (160,91,186). Sum of RGB (Red+Green+Blue) = 160+91+186=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #A05BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BBA is #5FA445. Grayscale: #7A7A7A. Windows color (decimal): -6267974 or 12213152. OLE color: 12213152.
HSL color Cylindrical-coordinate representation of color #A05BBA: hue angle of 283.58º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A05BBA is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 91 | 186 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.27 |
| HSL | 283.58º | 0.41% | 0.54% | - |
| HSV(B) | 283.58º | 0.51% | 0.73% | - |
| XYZ | 27.1 | 18.5 | 48.6 | - |
| YUV | 122.46 | 163.86 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 186 | 0.14 | 0.51 | 0 | 0.27 | 283.58 | 0.41 | 0.54 |
| Hex | A0 | 5B | BA | E | 33 | 0 | 1B | 11C | 29 | 36 |
| Octal | 240 | 133 | 272 | 16 | 63 | 0 | 33 | 434 | 51 | 66 |
| Binary | 10100000 | 1011011 | 10111010 | 1110 | 110011 | 0 | 11011 | 100011100 | 101001 | 110110 |
Color Harmonies of #A05BBA
Complementary color
Monochromatic Colors of #A05BBA
Black with #A05BBA
Text Example
Text Example
White with #A05BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05BBA; }
p { color: rgb(160,91,186); }
H1.HeaderClassName
{
color: #A05BBA;
}
.AnyTagClassName
{
color: #A05BBA;
}
</style>
background-color css
<style>
a { background-color: #A05BBA; }
a { background-color: rgb(160,91,186); }
div.DivClassName
{
background-color: #A05BBA;
}
.BgClassName
{
background-color: #A05BBA;
}
</style>
border-color css
<style>
span { border-color: #A05BBA; }
span { border-color: rgb(160,91,186); }
td.TdClassName
{
border-color: #A05BBA;
}
.TagClassName
{
border-color: #A05BBA;
}
</style>