Shades of Deep Lilac #A66ABC
Tints of Deep Lilac #A66ABC
RGB
CMYK
RGB Variations
Color information
#A66ABC (or 0xA66ABC) is known color: Deep Lilac. HEX triplet: A6, 6A and BC. RGB value is (166,106,188). Sum of RGB (Red+Green+Blue) = 166+106+188=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #A66ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66ABC is #599543. Grayscale: #858585. Windows color (decimal): -5870916 or 12348070. OLE color: 12348070.
HSL color Cylindrical-coordinate representation of color #A66ABC: hue angle of 283.9º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A66ABC is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 106 | 188 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.26 |
| HSL | 283.9º | 0.38% | 0.58% | - |
| HSV(B) | 283.9º | 0.44% | 0.74% | - |
| XYZ | 29.96 | 22.05 | 50.25 | - |
| YUV | 133.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 188 | 0.12 | 0.44 | 0 | 0.26 | 283.9 | 0.38 | 0.58 |
| Hex | A6 | 6A | BC | C | 2C | 0 | 1A | 11C | 26 | 3A |
| Octal | 246 | 152 | 274 | 14 | 54 | 0 | 32 | 434 | 46 | 72 |
| Binary | 10100110 | 1101010 | 10111100 | 1100 | 101100 | 0 | 11010 | 100011100 | 100110 | 111010 |
Color Harmonies of #A66ABC
Complementary color
Monochromatic Colors of #A66ABC
Black with #A66ABC
Text Example
Text Example
White with #A66ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66ABC; }
p { color: rgb(166,106,188); }
H1.HeaderClassName
{
color: #A66ABC;
}
.AnyTagClassName
{
color: #A66ABC;
}
</style>
background-color css
<style>
a { background-color: #A66ABC; }
a { background-color: rgb(166,106,188); }
div.DivClassName
{
background-color: #A66ABC;
}
.BgClassName
{
background-color: #A66ABC;
}
</style>
border-color css
<style>
span { border-color: #A66ABC; }
span { border-color: rgb(166,106,188); }
td.TdClassName
{
border-color: #A66ABC;
}
.TagClassName
{
border-color: #A66ABC;
}
</style>