Shades of Deep Lilac #A85BBA
Tints of Deep Lilac #A85BBA
RGB
CMYK
RGB Variations
Color information
#A85BBA (or 0xA85BBA) is known color: Deep Lilac. HEX triplet: A8, 5B and BA. RGB value is (168,91,186). Sum of RGB (Red+Green+Blue) = 168+91+186=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #A85BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BBA is #57A445. Grayscale: #7C7C7C. Windows color (decimal): -5743686 or 12213160. OLE color: 12213160.
HSL color Cylindrical-coordinate representation of color #A85BBA: hue angle of 288.63º 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 #A85BBA is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 91 | 186 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.27 |
| HSL | 288.63º | 0.41% | 0.54% | - |
| HSV(B) | 288.63º | 0.51% | 0.73% | - |
| XYZ | 28.75 | 19.35 | 48.67 | - |
| YUV | 124.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 186 | 0.10 | 0.51 | 0 | 0.27 | 288.63 | 0.41 | 0.54 |
| Hex | A8 | 5B | BA | A | 33 | 0 | 1B | 121 | 29 | 36 |
| Octal | 250 | 133 | 272 | 12 | 63 | 0 | 33 | 441 | 51 | 66 |
| Binary | 10101000 | 1011011 | 10111010 | 1010 | 110011 | 0 | 11011 | 100100001 | 101001 | 110110 |
Color Harmonies of #A85BBA
Complementary color
Monochromatic Colors of #A85BBA
Black with #A85BBA
Text Example
Text Example
White with #A85BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BBA; }
p { color: rgb(168,91,186); }
H1.HeaderClassName
{
color: #A85BBA;
}
.AnyTagClassName
{
color: #A85BBA;
}
</style>
background-color css
<style>
a { background-color: #A85BBA; }
a { background-color: rgb(168,91,186); }
div.DivClassName
{
background-color: #A85BBA;
}
.BgClassName
{
background-color: #A85BBA;
}
</style>
border-color css
<style>
span { border-color: #A85BBA; }
span { border-color: rgb(168,91,186); }
td.TdClassName
{
border-color: #A85BBA;
}
.TagClassName
{
border-color: #A85BBA;
}
</style>