Shades of Deep Lilac #A657BC
Tints of Deep Lilac #A657BC
RGB
CMYK
RGB Variations
Color information
#A657BC (or 0xA657BC) is known color: Deep Lilac. HEX triplet: A6, 57 and BC. RGB value is (166,87,188). Sum of RGB (Red+Green+Blue) = 166+87+188=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #A657BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A657BC is #59A843. Grayscale: #797979. Windows color (decimal): -5875780 or 12343206. OLE color: 12343206.
HSL color Cylindrical-coordinate representation of color #A657BC: hue angle of 286.93º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A657BC is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 87 | 188 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.26 |
| HSL | 286.93º | 0.43% | 0.54% | - |
| HSV(B) | 286.93º | 0.54% | 0.74% | - |
| XYZ | 28.21 | 18.55 | 49.67 | - |
| YUV | 122.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 188 | 0.12 | 0.54 | 0 | 0.26 | 286.93 | 0.43 | 0.54 |
| Hex | A6 | 57 | BC | C | 36 | 0 | 1A | 11F | 2B | 36 |
| Octal | 246 | 127 | 274 | 14 | 66 | 0 | 32 | 437 | 53 | 66 |
| Binary | 10100110 | 1010111 | 10111100 | 1100 | 110110 | 0 | 11010 | 100011111 | 101011 | 110110 |
Color Harmonies of #A657BC
Complementary color
Monochromatic Colors of #A657BC
Black with #A657BC
Text Example
Text Example
White with #A657BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A657BC; }
p { color: rgb(166,87,188); }
H1.HeaderClassName
{
color: #A657BC;
}
.AnyTagClassName
{
color: #A657BC;
}
</style>
background-color css
<style>
a { background-color: #A657BC; }
a { background-color: rgb(166,87,188); }
div.DivClassName
{
background-color: #A657BC;
}
.BgClassName
{
background-color: #A657BC;
}
</style>
border-color css
<style>
span { border-color: #A657BC; }
span { border-color: rgb(166,87,188); }
td.TdClassName
{
border-color: #A657BC;
}
.TagClassName
{
border-color: #A657BC;
}
</style>