Shades of Deep Lilac #A65CC5
Tints of Deep Lilac #A65CC5
RGB
CMYK
RGB Variations
Color information
#A65CC5 (or 0xA65CC5) is known color: Deep Lilac. HEX triplet: A6, 5C and C5. RGB value is (166,92,197). Sum of RGB (Red+Green+Blue) = 166+92+197=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 197 - color contains mainly: blue. Hex color #A65CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CC5 is #59A33A. Grayscale: #7D7D7D. Windows color (decimal): -5874491 or 12934310. OLE color: 12934310.
HSL color Cylindrical-coordinate representation of color #A65CC5: hue angle of 282.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A65CC5 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 92 | 197 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.23 |
| HSL | 282.29º | 0.48% | 0.57% | - |
| HSV(B) | 282.29º | 0.53% | 0.77% | - |
| XYZ | 29.63 | 19.79 | 55.08 | - |
| YUV | 126.1 | 168.02 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 197 | 0.16 | 0.53 | 0 | 0.23 | 282.29 | 0.48 | 0.57 |
| Hex | A6 | 5C | C5 | 10 | 35 | 0 | 17 | 11A | 30 | 39 |
| Octal | 246 | 134 | 305 | 20 | 65 | 0 | 27 | 432 | 60 | 71 |
| Binary | 10100110 | 1011100 | 11000101 | 10000 | 110101 | 0 | 10111 | 100011010 | 110000 | 111001 |
Color Harmonies of #A65CC5
Complementary color
Monochromatic Colors of #A65CC5
Black with #A65CC5
Text Example
Text Example
White with #A65CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65CC5; }
p { color: rgb(166,92,197); }
H1.HeaderClassName
{
color: #A65CC5;
}
.AnyTagClassName
{
color: #A65CC5;
}
</style>
background-color css
<style>
a { background-color: #A65CC5; }
a { background-color: rgb(166,92,197); }
div.DivClassName
{
background-color: #A65CC5;
}
.BgClassName
{
background-color: #A65CC5;
}
</style>
border-color css
<style>
span { border-color: #A65CC5; }
span { border-color: rgb(166,92,197); }
td.TdClassName
{
border-color: #A65CC5;
}
.TagClassName
{
border-color: #A65CC5;
}
</style>