Shades of Deep Lilac #A55FBC
Tints of Deep Lilac #A55FBC
RGB
CMYK
RGB Variations
Color information
#A55FBC (or 0xA55FBC) is known color: Deep Lilac. HEX triplet: A5, 5F and BC. RGB value is (165,95,188). Sum of RGB (Red+Green+Blue) = 165+95+188=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #A55FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FBC is #5AA043. Grayscale: #7E7E7E. Windows color (decimal): -5939268 or 12345253. OLE color: 12345253.
HSL color Cylindrical-coordinate representation of color #A55FBC: hue angle of 285.16º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A55FBC is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 95 | 188 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.26 |
| HSL | 285.16º | 0.41% | 0.55% | - |
| HSV(B) | 285.16º | 0.49% | 0.74% | - |
| XYZ | 28.69 | 19.81 | 49.89 | - |
| YUV | 126.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 188 | 0.12 | 0.49 | 0 | 0.26 | 285.16 | 0.41 | 0.55 |
| Hex | A5 | 5F | BC | C | 31 | 0 | 1A | 11D | 29 | 37 |
| Octal | 245 | 137 | 274 | 14 | 61 | 0 | 32 | 435 | 51 | 67 |
| Binary | 10100101 | 1011111 | 10111100 | 1100 | 110001 | 0 | 11010 | 100011101 | 101001 | 110111 |
Color Harmonies of #A55FBC
Complementary color
Monochromatic Colors of #A55FBC
Black with #A55FBC
Text Example
Text Example
White with #A55FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55FBC; }
p { color: rgb(165,95,188); }
H1.HeaderClassName
{
color: #A55FBC;
}
.AnyTagClassName
{
color: #A55FBC;
}
</style>
background-color css
<style>
a { background-color: #A55FBC; }
a { background-color: rgb(165,95,188); }
div.DivClassName
{
background-color: #A55FBC;
}
.BgClassName
{
background-color: #A55FBC;
}
</style>
border-color css
<style>
span { border-color: #A55FBC; }
span { border-color: rgb(165,95,188); }
td.TdClassName
{
border-color: #A55FBC;
}
.TagClassName
{
border-color: #A55FBC;
}
</style>