Shades of Deep Lilac #A65DC9
Tints of Deep Lilac #A65DC9
RGB
CMYK
RGB Variations
Color information
#A65DC9 (or 0xA65DC9) is known color: Deep Lilac. HEX triplet: A6, 5D and C9. RGB value is (166,93,201). Sum of RGB (Red+Green+Blue) = 166+93+201=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #A65DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DC9 is #59A236. Grayscale: #7E7E7E. Windows color (decimal): -5874231 or 13196710. OLE color: 13196710.
HSL color Cylindrical-coordinate representation of color #A65DC9: hue angle of 280.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A65DC9 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 93 | 201 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.21 |
| HSL | 280.56º | 0.5% | 0.58% | - |
| HSV(B) | 280.56º | 0.54% | 0.79% | - |
| XYZ | 30.18 | 20.15 | 57.56 | - |
| YUV | 127.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 201 | 0.17 | 0.54 | 0 | 0.21 | 280.56 | 0.5 | 0.58 |
| Hex | A6 | 5D | C9 | 11 | 36 | 0 | 15 | 119 | 32 | 3A |
| Octal | 246 | 135 | 311 | 21 | 66 | 0 | 25 | 431 | 62 | 72 |
| Binary | 10100110 | 1011101 | 11001001 | 10001 | 110110 | 0 | 10101 | 100011001 | 110010 | 111010 |
Color Harmonies of #A65DC9
Complementary color
Monochromatic Colors of #A65DC9
Black with #A65DC9
Text Example
Text Example
White with #A65DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DC9; }
p { color: rgb(166,93,201); }
H1.HeaderClassName
{
color: #A65DC9;
}
.AnyTagClassName
{
color: #A65DC9;
}
</style>
background-color css
<style>
a { background-color: #A65DC9; }
a { background-color: rgb(166,93,201); }
div.DivClassName
{
background-color: #A65DC9;
}
.BgClassName
{
background-color: #A65DC9;
}
</style>
border-color css
<style>
span { border-color: #A65DC9; }
span { border-color: rgb(166,93,201); }
td.TdClassName
{
border-color: #A65DC9;
}
.TagClassName
{
border-color: #A65DC9;
}
</style>