Shades of Deep Lilac #A645BC
Tints of Deep Lilac #A645BC
RGB
CMYK
RGB Variations
Color information
#A645BC (or 0xA645BC) is known color: Deep Lilac. HEX triplet: A6, 45 and BC. RGB value is (166,69,188). Sum of RGB (Red+Green+Blue) = 166+69+188=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #A645BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A645BC is #59BA43. Grayscale: #6F6F6F. Windows color (decimal): -5880388 or 12338598. OLE color: 12338598.
HSL color Cylindrical-coordinate representation of color #A645BC: hue angle of 288.91º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A645BC is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 69 | 188 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.26 |
| HSL | 288.91º | 0.47% | 0.5% | - |
| HSV(B) | 288.91º | 0.63% | 0.74% | - |
| XYZ | 26.93 | 15.99 | 49.24 | - |
| YUV | 111.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 188 | 0.12 | 0.63 | 0 | 0.26 | 288.91 | 0.47 | 0.5 |
| Hex | A6 | 45 | BC | C | 3F | 0 | 1A | 121 | 2F | 32 |
| Octal | 246 | 105 | 274 | 14 | 77 | 0 | 32 | 441 | 57 | 62 |
| Binary | 10100110 | 1000101 | 10111100 | 1100 | 111111 | 0 | 11010 | 100100001 | 101111 | 110010 |
Color Harmonies of #A645BC
Complementary color
Monochromatic Colors of #A645BC
Black with #A645BC
Text Example
Text Example
White with #A645BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A645BC; }
p { color: rgb(166,69,188); }
H1.HeaderClassName
{
color: #A645BC;
}
.AnyTagClassName
{
color: #A645BC;
}
</style>
background-color css
<style>
a { background-color: #A645BC; }
a { background-color: rgb(166,69,188); }
div.DivClassName
{
background-color: #A645BC;
}
.BgClassName
{
background-color: #A645BC;
}
</style>
border-color css
<style>
span { border-color: #A645BC; }
span { border-color: rgb(166,69,188); }
td.TdClassName
{
border-color: #A645BC;
}
.TagClassName
{
border-color: #A645BC;
}
</style>