Shades of Deep Lilac #A667C0
Tints of Deep Lilac #A667C0
RGB
CMYK
RGB Variations
Color information
#A667C0 (or 0xA667C0) is known color: Deep Lilac. HEX triplet: A6, 67 and C0. RGB value is (166,103,192). Sum of RGB (Red+Green+Blue) = 166+103+192=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #A667C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667C0 is #59983F. Grayscale: #838383. Windows color (decimal): -5871680 or 12609446. OLE color: 12609446.
HSL color Cylindrical-coordinate representation of color #A667C0: hue angle of 282.47º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A667C0 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 103 | 192 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.25 |
| HSL | 282.47º | 0.41% | 0.58% | - |
| HSV(B) | 282.47º | 0.46% | 0.75% | - |
| XYZ | 30.09 | 21.61 | 52.46 | - |
| YUV | 131.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 192 | 0.14 | 0.46 | 0 | 0.25 | 282.47 | 0.41 | 0.58 |
| Hex | A6 | 67 | C0 | E | 2E | 0 | 19 | 11A | 29 | 3A |
| Octal | 246 | 147 | 300 | 16 | 56 | 0 | 31 | 432 | 51 | 72 |
| Binary | 10100110 | 1100111 | 11000000 | 1110 | 101110 | 0 | 11001 | 100011010 | 101001 | 111010 |
Color Harmonies of #A667C0
Complementary color
Monochromatic Colors of #A667C0
Black with #A667C0
Text Example
Text Example
White with #A667C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667C0; }
p { color: rgb(166,103,192); }
H1.HeaderClassName
{
color: #A667C0;
}
.AnyTagClassName
{
color: #A667C0;
}
</style>
background-color css
<style>
a { background-color: #A667C0; }
a { background-color: rgb(166,103,192); }
div.DivClassName
{
background-color: #A667C0;
}
.BgClassName
{
background-color: #A667C0;
}
</style>
border-color css
<style>
span { border-color: #A667C0; }
span { border-color: rgb(166,103,192); }
td.TdClassName
{
border-color: #A667C0;
}
.TagClassName
{
border-color: #A667C0;
}
</style>