Shades of Deep Lilac #A65EBA
Tints of Deep Lilac #A65EBA
RGB
CMYK
RGB Variations
Color information
#A65EBA (or 0xA65EBA) is known color: Deep Lilac. HEX triplet: A6, 5E and BA. RGB value is (166,94,186). Sum of RGB (Red+Green+Blue) = 166+94+186=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #A65EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65EBA is #59A145. Grayscale: #7D7D7D. Windows color (decimal): -5873990 or 12213926. OLE color: 12213926.
HSL color Cylindrical-coordinate representation of color #A65EBA: hue angle of 286.96º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65EBA is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 94 | 186 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.27 |
| HSL | 286.96º | 0.4% | 0.55% | - |
| HSV(B) | 286.96º | 0.49% | 0.73% | - |
| XYZ | 28.59 | 19.66 | 48.74 | - |
| YUV | 126.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 186 | 0.11 | 0.49 | 0 | 0.27 | 286.96 | 0.4 | 0.55 |
| Hex | A6 | 5E | BA | B | 31 | 0 | 1B | 11F | 28 | 37 |
| Octal | 246 | 136 | 272 | 13 | 61 | 0 | 33 | 437 | 50 | 67 |
| Binary | 10100110 | 1011110 | 10111010 | 1011 | 110001 | 0 | 11011 | 100011111 | 101000 | 110111 |
Color Harmonies of #A65EBA
Complementary color
Monochromatic Colors of #A65EBA
Black with #A65EBA
Text Example
Text Example
White with #A65EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65EBA; }
p { color: rgb(166,94,186); }
H1.HeaderClassName
{
color: #A65EBA;
}
.AnyTagClassName
{
color: #A65EBA;
}
</style>
background-color css
<style>
a { background-color: #A65EBA; }
a { background-color: rgb(166,94,186); }
div.DivClassName
{
background-color: #A65EBA;
}
.BgClassName
{
background-color: #A65EBA;
}
</style>
border-color css
<style>
span { border-color: #A65EBA; }
span { border-color: rgb(166,94,186); }
td.TdClassName
{
border-color: #A65EBA;
}
.TagClassName
{
border-color: #A65EBA;
}
</style>