Shades of Deep Lilac #A65BBA
Tints of Deep Lilac #A65BBA
RGB
CMYK
RGB Variations
Color information
#A65BBA (or 0xA65BBA) is known color: Deep Lilac. HEX triplet: A6, 5B and BA. RGB value is (166,91,186). Sum of RGB (Red+Green+Blue) = 166+91+186=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #A65BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65BBA is #59A445. Grayscale: #7B7B7B. Windows color (decimal): -5874758 or 12213158. OLE color: 12213158.
HSL color Cylindrical-coordinate representation of color #A65BBA: hue angle of 287.37º 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 #A65BBA is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 91 | 186 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.27 |
| HSL | 287.37º | 0.41% | 0.54% | - |
| HSV(B) | 287.37º | 0.51% | 0.73% | - |
| XYZ | 28.33 | 19.13 | 48.65 | - |
| YUV | 124.26 | 162.85 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 186 | 0.11 | 0.51 | 0 | 0.27 | 287.37 | 0.41 | 0.54 |
| Hex | A6 | 5B | BA | B | 33 | 0 | 1B | 11F | 29 | 36 |
| Octal | 246 | 133 | 272 | 13 | 63 | 0 | 33 | 437 | 51 | 66 |
| Binary | 10100110 | 1011011 | 10111010 | 1011 | 110011 | 0 | 11011 | 100011111 | 101001 | 110110 |
Color Harmonies of #A65BBA
Complementary color
Monochromatic Colors of #A65BBA
Black with #A65BBA
Text Example
Text Example
White with #A65BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65BBA; }
p { color: rgb(166,91,186); }
H1.HeaderClassName
{
color: #A65BBA;
}
.AnyTagClassName
{
color: #A65BBA;
}
</style>
background-color css
<style>
a { background-color: #A65BBA; }
a { background-color: rgb(166,91,186); }
div.DivClassName
{
background-color: #A65BBA;
}
.BgClassName
{
background-color: #A65BBA;
}
</style>
border-color css
<style>
span { border-color: #A65BBA; }
span { border-color: rgb(166,91,186); }
td.TdClassName
{
border-color: #A65BBA;
}
.TagClassName
{
border-color: #A65BBA;
}
</style>