Shades of Deep Lilac #A65DCA
Tints of Deep Lilac #A65DCA
RGB
CMYK
RGB Variations
Color information
#A65DCA (or 0xA65DCA) is known color: Deep Lilac. HEX triplet: A6, 5D and CA. RGB value is (166,93,202). Sum of RGB (Red+Green+Blue) = 166+93+202=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #A65DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DCA is #59A235. Grayscale: #7E7E7E. Windows color (decimal): -5874230 or 13262246. OLE color: 13262246.
HSL color Cylindrical-coordinate representation of color #A65DCA: hue angle of 280.18º degrees, saturation: 0.51, 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 #A65DCA is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 93 | 202 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.21 |
| HSL | 280.18º | 0.51% | 0.58% | - |
| HSV(B) | 280.18º | 0.54% | 0.79% | - |
| XYZ | 30.3 | 20.2 | 58.18 | - |
| YUV | 127.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 202 | 0.18 | 0.54 | 0 | 0.21 | 280.18 | 0.51 | 0.58 |
| Hex | A6 | 5D | CA | 12 | 36 | 0 | 15 | 118 | 33 | 3A |
| Octal | 246 | 135 | 312 | 22 | 66 | 0 | 25 | 430 | 63 | 72 |
| Binary | 10100110 | 1011101 | 11001010 | 10010 | 110110 | 0 | 10101 | 100011000 | 110011 | 111010 |
Color Harmonies of #A65DCA
Complementary color
Monochromatic Colors of #A65DCA
Black with #A65DCA
Text Example
Text Example
White with #A65DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DCA; }
p { color: rgb(166,93,202); }
H1.HeaderClassName
{
color: #A65DCA;
}
.AnyTagClassName
{
color: #A65DCA;
}
</style>
background-color css
<style>
a { background-color: #A65DCA; }
a { background-color: rgb(166,93,202); }
div.DivClassName
{
background-color: #A65DCA;
}
.BgClassName
{
background-color: #A65DCA;
}
</style>
border-color css
<style>
span { border-color: #A65DCA; }
span { border-color: rgb(166,93,202); }
td.TdClassName
{
border-color: #A65DCA;
}
.TagClassName
{
border-color: #A65DCA;
}
</style>