Shades of Deep Lilac #A667BB
Tints of Deep Lilac #A667BB
RGB
CMYK
RGB Variations
Color information
#A667BB (or 0xA667BB) is known color: Deep Lilac. HEX triplet: A6, 67 and BB. RGB value is (166,103,187). Sum of RGB (Red+Green+Blue) = 166+103+187=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #A667BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667BB is #599844. Grayscale: #838383. Windows color (decimal): -5871685 or 12281766. OLE color: 12281766.
HSL color Cylindrical-coordinate representation of color #A667BB: hue angle of 285º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A667BB is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 103 | 187 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.27 |
| HSL | 285º | 0.38% | 0.57% | - |
| HSV(B) | 285º | 0.45% | 0.73% | - |
| XYZ | 29.55 | 21.4 | 49.59 | - |
| YUV | 131.41 | 159.37 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 187 | 0.11 | 0.45 | 0 | 0.27 | 285 | 0.38 | 0.57 |
| Hex | A6 | 67 | BB | B | 2D | 0 | 1B | 11D | 26 | 39 |
| Octal | 246 | 147 | 273 | 13 | 55 | 0 | 33 | 435 | 46 | 71 |
| Binary | 10100110 | 1100111 | 10111011 | 1011 | 101101 | 0 | 11011 | 100011101 | 100110 | 111001 |
Color Harmonies of #A667BB
Complementary color
Monochromatic Colors of #A667BB
Black with #A667BB
Text Example
Text Example
White with #A667BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667BB; }
p { color: rgb(166,103,187); }
H1.HeaderClassName
{
color: #A667BB;
}
.AnyTagClassName
{
color: #A667BB;
}
</style>
background-color css
<style>
a { background-color: #A667BB; }
a { background-color: rgb(166,103,187); }
div.DivClassName
{
background-color: #A667BB;
}
.BgClassName
{
background-color: #A667BB;
}
</style>
border-color css
<style>
span { border-color: #A667BB; }
span { border-color: rgb(166,103,187); }
td.TdClassName
{
border-color: #A667BB;
}
.TagClassName
{
border-color: #A667BB;
}
</style>