Shades of Deep Lilac #A655BC
Tints of Deep Lilac #A655BC
RGB
CMYK
RGB Variations
Color information
#A655BC (or 0xA655BC) is known color: Deep Lilac. HEX triplet: A6, 55 and BC. RGB value is (166,85,188). Sum of RGB (Red+Green+Blue) = 166+85+188=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #A655BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655BC is #59AA43. Grayscale: #787878. Windows color (decimal): -5876292 or 12342694. OLE color: 12342694.
HSL color Cylindrical-coordinate representation of color #A655BC: hue angle of 287.18º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A655BC is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 85 | 188 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.26 |
| HSL | 287.18º | 0.43% | 0.54% | - |
| HSV(B) | 287.18º | 0.55% | 0.74% | - |
| XYZ | 28.05 | 18.23 | 49.62 | - |
| YUV | 120.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 188 | 0.12 | 0.55 | 0 | 0.26 | 287.18 | 0.43 | 0.54 |
| Hex | A6 | 55 | BC | C | 37 | 0 | 1A | 11F | 2B | 36 |
| Octal | 246 | 125 | 274 | 14 | 67 | 0 | 32 | 437 | 53 | 66 |
| Binary | 10100110 | 1010101 | 10111100 | 1100 | 110111 | 0 | 11010 | 100011111 | 101011 | 110110 |
Color Harmonies of #A655BC
Complementary color
Monochromatic Colors of #A655BC
Black with #A655BC
Text Example
Text Example
White with #A655BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A655BC; }
p { color: rgb(166,85,188); }
H1.HeaderClassName
{
color: #A655BC;
}
.AnyTagClassName
{
color: #A655BC;
}
</style>
background-color css
<style>
a { background-color: #A655BC; }
a { background-color: rgb(166,85,188); }
div.DivClassName
{
background-color: #A655BC;
}
.BgClassName
{
background-color: #A655BC;
}
</style>
border-color css
<style>
span { border-color: #A655BC; }
span { border-color: rgb(166,85,188); }
td.TdClassName
{
border-color: #A655BC;
}
.TagClassName
{
border-color: #A655BC;
}
</style>