Shades of Deep Lilac #A666BD
Tints of Deep Lilac #A666BD
RGB
CMYK
RGB Variations
Color information
#A666BD (or 0xA666BD) is known color: Deep Lilac. HEX triplet: A6, 66 and BD. RGB value is (166,102,189). Sum of RGB (Red+Green+Blue) = 166+102+189=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #A666BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666BD is #599942. Grayscale: #828282. Windows color (decimal): -5871939 or 12412582. OLE color: 12412582.
HSL color Cylindrical-coordinate representation of color #A666BD: hue angle of 284.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A666BD is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 102 | 189 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.26 |
| HSL | 284.14º | 0.4% | 0.57% | - |
| HSV(B) | 284.14º | 0.46% | 0.74% | - |
| XYZ | 29.66 | 21.28 | 50.69 | - |
| YUV | 131.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 189 | 0.12 | 0.46 | 0 | 0.26 | 284.14 | 0.4 | 0.57 |
| Hex | A6 | 66 | BD | C | 2E | 0 | 1A | 11C | 28 | 39 |
| Octal | 246 | 146 | 275 | 14 | 56 | 0 | 32 | 434 | 50 | 71 |
| Binary | 10100110 | 1100110 | 10111101 | 1100 | 101110 | 0 | 11010 | 100011100 | 101000 | 111001 |
Color Harmonies of #A666BD
Complementary color
Monochromatic Colors of #A666BD
Black with #A666BD
Text Example
Text Example
White with #A666BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666BD; }
p { color: rgb(166,102,189); }
H1.HeaderClassName
{
color: #A666BD;
}
.AnyTagClassName
{
color: #A666BD;
}
</style>
background-color css
<style>
a { background-color: #A666BD; }
a { background-color: rgb(166,102,189); }
div.DivClassName
{
background-color: #A666BD;
}
.BgClassName
{
background-color: #A666BD;
}
</style>
border-color css
<style>
span { border-color: #A666BD; }
span { border-color: rgb(166,102,189); }
td.TdClassName
{
border-color: #A666BD;
}
.TagClassName
{
border-color: #A666BD;
}
</style>