Shades of Deep Lilac #A65CC0
Tints of Deep Lilac #A65CC0
RGB
CMYK
RGB Variations
Color information
#A65CC0 (or 0xA65CC0) is known color: Deep Lilac. HEX triplet: A6, 5C and C0. RGB value is (166,92,192). Sum of RGB (Red+Green+Blue) = 166+92+192=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #A65CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CC0 is #59A33F. Grayscale: #7D7D7D. Windows color (decimal): -5874496 or 12606630. OLE color: 12606630.
HSL color Cylindrical-coordinate representation of color #A65CC0: hue angle of 284.4º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65CC0 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 92 | 192 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.25 |
| HSL | 284.4º | 0.44% | 0.56% | - |
| HSV(B) | 284.4º | 0.52% | 0.75% | - |
| XYZ | 29.07 | 19.57 | 52.11 | - |
| YUV | 125.53 | 165.52 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 192 | 0.14 | 0.52 | 0 | 0.25 | 284.4 | 0.44 | 0.56 |
| Hex | A6 | 5C | C0 | E | 34 | 0 | 19 | 11C | 2C | 38 |
| Octal | 246 | 134 | 300 | 16 | 64 | 0 | 31 | 434 | 54 | 70 |
| Binary | 10100110 | 1011100 | 11000000 | 1110 | 110100 | 0 | 11001 | 100011100 | 101100 | 111000 |
Color Harmonies of #A65CC0
Complementary color
Monochromatic Colors of #A65CC0
Black with #A65CC0
Text Example
Text Example
White with #A65CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65CC0; }
p { color: rgb(166,92,192); }
H1.HeaderClassName
{
color: #A65CC0;
}
.AnyTagClassName
{
color: #A65CC0;
}
</style>
background-color css
<style>
a { background-color: #A65CC0; }
a { background-color: rgb(166,92,192); }
div.DivClassName
{
background-color: #A65CC0;
}
.BgClassName
{
background-color: #A65CC0;
}
</style>
border-color css
<style>
span { border-color: #A65CC0; }
span { border-color: rgb(166,92,192); }
td.TdClassName
{
border-color: #A65CC0;
}
.TagClassName
{
border-color: #A65CC0;
}
</style>