Shades of Deep Lilac #A45CBC
Tints of Deep Lilac #A45CBC
RGB
CMYK
RGB Variations
Color information
#A45CBC (or 0xA45CBC) is known color: Deep Lilac. HEX triplet: A4, 5C and BC. RGB value is (164,92,188). Sum of RGB (Red+Green+Blue) = 164+92+188=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #A45CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CBC is #5BA343. Grayscale: #7C7C7C. Windows color (decimal): -6005572 or 12344484. OLE color: 12344484.
HSL color Cylindrical-coordinate representation of color #A45CBC: hue angle of 285º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45CBC is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 92 | 188 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.26 |
| HSL | 285º | 0.42% | 0.55% | - |
| HSV(B) | 285º | 0.51% | 0.74% | - |
| XYZ | 28.21 | 19.18 | 49.79 | - |
| YUV | 124.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 188 | 0.13 | 0.51 | 0 | 0.26 | 285 | 0.42 | 0.55 |
| Hex | A4 | 5C | BC | D | 33 | 0 | 1A | 11D | 2A | 37 |
| Octal | 244 | 134 | 274 | 15 | 63 | 0 | 32 | 435 | 52 | 67 |
| Binary | 10100100 | 1011100 | 10111100 | 1101 | 110011 | 0 | 11010 | 100011101 | 101010 | 110111 |
Color Harmonies of #A45CBC
Complementary color
Monochromatic Colors of #A45CBC
Black with #A45CBC
Text Example
Text Example
White with #A45CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45CBC; }
p { color: rgb(164,92,188); }
H1.HeaderClassName
{
color: #A45CBC;
}
.AnyTagClassName
{
color: #A45CBC;
}
</style>
background-color css
<style>
a { background-color: #A45CBC; }
a { background-color: rgb(164,92,188); }
div.DivClassName
{
background-color: #A45CBC;
}
.BgClassName
{
background-color: #A45CBC;
}
</style>
border-color css
<style>
span { border-color: #A45CBC; }
span { border-color: rgb(164,92,188); }
td.TdClassName
{
border-color: #A45CBC;
}
.TagClassName
{
border-color: #A45CBC;
}
</style>