Shades of Deep Lilac #A661BD
Tints of Deep Lilac #A661BD
RGB
CMYK
RGB Variations
Color information
#A661BD (or 0xA661BD) is known color: Deep Lilac. HEX triplet: A6, 61 and BD. RGB value is (166,97,189). Sum of RGB (Red+Green+Blue) = 166+97+189=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #A661BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661BD is #599E42. Grayscale: #7F7F7F. Windows color (decimal): -5873219 or 12411302. OLE color: 12411302.
HSL color Cylindrical-coordinate representation of color #A661BD: hue angle of 285º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A661BD is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 97 | 189 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.26 |
| HSL | 285º | 0.41% | 0.56% | - |
| HSV(B) | 285º | 0.49% | 0.74% | - |
| XYZ | 29.19 | 20.33 | 50.53 | - |
| YUV | 128.12 | 162.36 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 189 | 0.12 | 0.49 | 0 | 0.26 | 285 | 0.41 | 0.56 |
| Hex | A6 | 61 | BD | C | 31 | 0 | 1A | 11D | 29 | 38 |
| Octal | 246 | 141 | 275 | 14 | 61 | 0 | 32 | 435 | 51 | 70 |
| Binary | 10100110 | 1100001 | 10111101 | 1100 | 110001 | 0 | 11010 | 100011101 | 101001 | 111000 |
Color Harmonies of #A661BD
Complementary color
Monochromatic Colors of #A661BD
Black with #A661BD
Text Example
Text Example
White with #A661BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A661BD; }
p { color: rgb(166,97,189); }
H1.HeaderClassName
{
color: #A661BD;
}
.AnyTagClassName
{
color: #A661BD;
}
</style>
background-color css
<style>
a { background-color: #A661BD; }
a { background-color: rgb(166,97,189); }
div.DivClassName
{
background-color: #A661BD;
}
.BgClassName
{
background-color: #A661BD;
}
</style>
border-color css
<style>
span { border-color: #A661BD; }
span { border-color: rgb(166,97,189); }
td.TdClassName
{
border-color: #A661BD;
}
.TagClassName
{
border-color: #A661BD;
}
</style>