Shades of Deep Lilac #A666BE
Tints of Deep Lilac #A666BE
RGB
CMYK
RGB Variations
Color information
#A666BE (or 0xA666BE) is known color: Deep Lilac. HEX triplet: A6, 66 and BE. RGB value is (166,102,190). Sum of RGB (Red+Green+Blue) = 166+102+190=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #A666BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666BE is #599941. Grayscale: #828282. Windows color (decimal): -5871938 or 12478118. OLE color: 12478118.
HSL color Cylindrical-coordinate representation of color #A666BE: hue angle of 283.64º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A666BE is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 102 | 190 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.25 |
| HSL | 283.64º | 0.4% | 0.57% | - |
| HSV(B) | 283.64º | 0.46% | 0.75% | - |
| XYZ | 29.77 | 21.33 | 51.26 | - |
| YUV | 131.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 190 | 0.13 | 0.46 | 0 | 0.25 | 283.64 | 0.4 | 0.57 |
| Hex | A6 | 66 | BE | D | 2E | 0 | 19 | 11C | 28 | 39 |
| Octal | 246 | 146 | 276 | 15 | 56 | 0 | 31 | 434 | 50 | 71 |
| Binary | 10100110 | 1100110 | 10111110 | 1101 | 101110 | 0 | 11001 | 100011100 | 101000 | 111001 |
Color Harmonies of #A666BE
Complementary color
Monochromatic Colors of #A666BE
Black with #A666BE
Text Example
Text Example
White with #A666BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666BE; }
p { color: rgb(166,102,190); }
H1.HeaderClassName
{
color: #A666BE;
}
.AnyTagClassName
{
color: #A666BE;
}
</style>
background-color css
<style>
a { background-color: #A666BE; }
a { background-color: rgb(166,102,190); }
div.DivClassName
{
background-color: #A666BE;
}
.BgClassName
{
background-color: #A666BE;
}
</style>
border-color css
<style>
span { border-color: #A666BE; }
span { border-color: rgb(166,102,190); }
td.TdClassName
{
border-color: #A666BE;
}
.TagClassName
{
border-color: #A666BE;
}
</style>