Shades of Deep Lilac #A65DC8
Tints of Deep Lilac #A65DC8
RGB
CMYK
RGB Variations
Color information
#A65DC8 (or 0xA65DC8) is known color: Deep Lilac. HEX triplet: A6, 5D and C8. RGB value is (166,93,200). Sum of RGB (Red+Green+Blue) = 166+93+200=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #A65DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DC8 is #59A237. Grayscale: #7E7E7E. Windows color (decimal): -5874232 or 13131174. OLE color: 13131174.
HSL color Cylindrical-coordinate representation of color #A65DC8: hue angle of 280.93º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A65DC8 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 93 | 200 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.22 |
| HSL | 280.93º | 0.49% | 0.57% | - |
| HSV(B) | 280.93º | 0.54% | 0.78% | - |
| XYZ | 30.07 | 20.11 | 56.94 | - |
| YUV | 127.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 200 | 0.17 | 0.54 | 0 | 0.22 | 280.93 | 0.49 | 0.57 |
| Hex | A6 | 5D | C8 | 11 | 36 | 0 | 16 | 119 | 31 | 39 |
| Octal | 246 | 135 | 310 | 21 | 66 | 0 | 26 | 431 | 61 | 71 |
| Binary | 10100110 | 1011101 | 11001000 | 10001 | 110110 | 0 | 10110 | 100011001 | 110001 | 111001 |
Color Harmonies of #A65DC8
Complementary color
Monochromatic Colors of #A65DC8
Black with #A65DC8
Text Example
Text Example
White with #A65DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DC8; }
p { color: rgb(166,93,200); }
H1.HeaderClassName
{
color: #A65DC8;
}
.AnyTagClassName
{
color: #A65DC8;
}
</style>
background-color css
<style>
a { background-color: #A65DC8; }
a { background-color: rgb(166,93,200); }
div.DivClassName
{
background-color: #A65DC8;
}
.BgClassName
{
background-color: #A65DC8;
}
</style>
border-color css
<style>
span { border-color: #A65DC8; }
span { border-color: rgb(166,93,200); }
td.TdClassName
{
border-color: #A65DC8;
}
.TagClassName
{
border-color: #A65DC8;
}
</style>