Shades of Deep Lilac #A65EC9
Tints of Deep Lilac #A65EC9
RGB
CMYK
RGB Variations
Color information
#A65EC9 (or 0xA65EC9) is known color: Deep Lilac. HEX triplet: A6, 5E and C9. RGB value is (166,94,201). Sum of RGB (Red+Green+Blue) = 166+94+201=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #A65EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65EC9 is #59A136. Grayscale: #7F7F7F. Windows color (decimal): -5873975 or 13196966. OLE color: 13196966.
HSL color Cylindrical-coordinate representation of color #A65EC9: hue angle of 280.37º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A65EC9 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 94 | 201 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.21 |
| HSL | 280.37º | 0.5% | 0.58% | - |
| HSV(B) | 280.37º | 0.53% | 0.79% | - |
| XYZ | 30.27 | 20.33 | 57.59 | - |
| YUV | 127.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 201 | 0.17 | 0.53 | 0 | 0.21 | 280.37 | 0.5 | 0.58 |
| Hex | A6 | 5E | C9 | 11 | 35 | 0 | 15 | 118 | 32 | 3A |
| Octal | 246 | 136 | 311 | 21 | 65 | 0 | 25 | 430 | 62 | 72 |
| Binary | 10100110 | 1011110 | 11001001 | 10001 | 110101 | 0 | 10101 | 100011000 | 110010 | 111010 |
Color Harmonies of #A65EC9
Complementary color
Monochromatic Colors of #A65EC9
Black with #A65EC9
Text Example
Text Example
White with #A65EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65EC9; }
p { color: rgb(166,94,201); }
H1.HeaderClassName
{
color: #A65EC9;
}
.AnyTagClassName
{
color: #A65EC9;
}
</style>
background-color css
<style>
a { background-color: #A65EC9; }
a { background-color: rgb(166,94,201); }
div.DivClassName
{
background-color: #A65EC9;
}
.BgClassName
{
background-color: #A65EC9;
}
</style>
border-color css
<style>
span { border-color: #A65EC9; }
span { border-color: rgb(166,94,201); }
td.TdClassName
{
border-color: #A65EC9;
}
.TagClassName
{
border-color: #A65EC9;
}
</style>