Shades of Deep Lilac #A641BC
Tints of Deep Lilac #A641BC
RGB
CMYK
RGB Variations
Color information
#A641BC (or 0xA641BC) is known color: Deep Lilac. HEX triplet: A6, 41 and BC. RGB value is (166,65,188). Sum of RGB (Red+Green+Blue) = 166+65+188=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #A641BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641BC is #59BE43. Grayscale: #6C6C6C. Windows color (decimal): -5881412 or 12337574. OLE color: 12337574.
HSL color Cylindrical-coordinate representation of color #A641BC: hue angle of 289.27º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A641BC is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 65 | 188 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.26 |
| HSL | 289.27º | 0.49% | 0.5% | - |
| HSV(B) | 289.27º | 0.65% | 0.74% | - |
| XYZ | 26.69 | 15.52 | 49.17 | - |
| YUV | 109.22 | 172.46 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 188 | 0.12 | 0.65 | 0 | 0.26 | 289.27 | 0.49 | 0.5 |
| Hex | A6 | 41 | BC | C | 41 | 0 | 1A | 121 | 31 | 32 |
| Octal | 246 | 101 | 274 | 14 | 101 | 0 | 32 | 441 | 61 | 62 |
| Binary | 10100110 | 1000001 | 10111100 | 1100 | 1000001 | 0 | 11010 | 100100001 | 110001 | 110010 |
Color Harmonies of #A641BC
Complementary color
Monochromatic Colors of #A641BC
Black with #A641BC
Text Example
Text Example
White with #A641BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A641BC; }
p { color: rgb(166,65,188); }
H1.HeaderClassName
{
color: #A641BC;
}
.AnyTagClassName
{
color: #A641BC;
}
</style>
background-color css
<style>
a { background-color: #A641BC; }
a { background-color: rgb(166,65,188); }
div.DivClassName
{
background-color: #A641BC;
}
.BgClassName
{
background-color: #A641BC;
}
</style>
border-color css
<style>
span { border-color: #A641BC; }
span { border-color: rgb(166,65,188); }
td.TdClassName
{
border-color: #A641BC;
}
.TagClassName
{
border-color: #A641BC;
}
</style>