Shades of Deep Lilac #A55CBC
Tints of Deep Lilac #A55CBC
RGB
CMYK
RGB Variations
Color information
#A55CBC (or 0xA55CBC) is known color: Deep Lilac. HEX triplet: A5, 5C and BC. RGB value is (165,92,188). Sum of RGB (Red+Green+Blue) = 165+92+188=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #A55CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CBC is #5AA343. Grayscale: #7C7C7C. Windows color (decimal): -5940036 or 12344485. OLE color: 12344485.
HSL color Cylindrical-coordinate representation of color #A55CBC: hue angle of 285.62º 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 #A55CBC is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 92 | 188 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.26 |
| HSL | 285.63º | 0.42% | 0.55% | - |
| HSV(B) | 285.63º | 0.51% | 0.74% | - |
| XYZ | 28.42 | 19.28 | 49.8 | - |
| YUV | 124.77 | 163.68 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 188 | 0.12 | 0.51 | 0 | 0.26 | 285.63 | 0.42 | 0.55 |
| Hex | A5 | 5C | BC | C | 33 | 0 | 1A | 11E | 2A | 37 |
| Octal | 245 | 134 | 274 | 14 | 63 | 0 | 32 | 436 | 52 | 67 |
| Binary | 10100101 | 1011100 | 10111100 | 1100 | 110011 | 0 | 11010 | 100011110 | 101010 | 110111 |
Color Harmonies of #A55CBC
Complementary color
Monochromatic Colors of #A55CBC
Black with #A55CBC
Text Example
Text Example
White with #A55CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55CBC; }
p { color: rgb(165,92,188); }
H1.HeaderClassName
{
color: #A55CBC;
}
.AnyTagClassName
{
color: #A55CBC;
}
</style>
background-color css
<style>
a { background-color: #A55CBC; }
a { background-color: rgb(165,92,188); }
div.DivClassName
{
background-color: #A55CBC;
}
.BgClassName
{
background-color: #A55CBC;
}
</style>
border-color css
<style>
span { border-color: #A55CBC; }
span { border-color: rgb(165,92,188); }
td.TdClassName
{
border-color: #A55CBC;
}
.TagClassName
{
border-color: #A55CBC;
}
</style>