Shades of Deep Lilac #A640BC
Tints of Deep Lilac #A640BC
RGB
CMYK
RGB Variations
Color information
#A640BC (or 0xA640BC) is known color: Deep Lilac. HEX triplet: A6, 40 and BC. RGB value is (166,64,188). Sum of RGB (Red+Green+Blue) = 166+64+188=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #A640BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A640BC is #59BF43. Grayscale: #6C6C6C. Windows color (decimal): -5881668 or 12337318. OLE color: 12337318.
HSL color Cylindrical-coordinate representation of color #A640BC: hue angle of 289.35º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A640BC is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 64 | 188 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.26 |
| HSL | 289.35º | 0.49% | 0.49% | - |
| HSV(B) | 289.35º | 0.66% | 0.74% | - |
| XYZ | 26.64 | 15.4 | 49.15 | - |
| YUV | 108.63 | 172.79 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 188 | 0.12 | 0.66 | 0 | 0.26 | 289.35 | 0.49 | 0.49 |
| Hex | A6 | 40 | BC | C | 42 | 0 | 1A | 121 | 31 | 31 |
| Octal | 246 | 100 | 274 | 14 | 102 | 0 | 32 | 441 | 61 | 61 |
| Binary | 10100110 | 1000000 | 10111100 | 1100 | 1000010 | 0 | 11010 | 100100001 | 110001 | 110001 |
Color Harmonies of #A640BC
Complementary color
Monochromatic Colors of #A640BC
Black with #A640BC
Text Example
Text Example
White with #A640BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A640BC; }
p { color: rgb(166,64,188); }
H1.HeaderClassName
{
color: #A640BC;
}
.AnyTagClassName
{
color: #A640BC;
}
</style>
background-color css
<style>
a { background-color: #A640BC; }
a { background-color: rgb(166,64,188); }
div.DivClassName
{
background-color: #A640BC;
}
.BgClassName
{
background-color: #A640BC;
}
</style>
border-color css
<style>
span { border-color: #A640BC; }
span { border-color: rgb(166,64,188); }
td.TdClassName
{
border-color: #A640BC;
}
.TagClassName
{
border-color: #A640BC;
}
</style>