Shades of Deep Lilac #A55BC4
Tints of Deep Lilac #A55BC4
RGB
CMYK
RGB Variations
Color information
#A55BC4 (or 0xA55BC4) is known color: Deep Lilac. HEX triplet: A5, 5B and C4. RGB value is (165,91,196). Sum of RGB (Red+Green+Blue) = 165+91+196=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 196 - color contains mainly: blue. Hex color #A55BC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55BC4 is #5AA43B. Grayscale: #7C7C7C. Windows color (decimal): -5940284 or 12868517. OLE color: 12868517.
HSL color Cylindrical-coordinate representation of color #A55BC4: hue angle of 282.29º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A55BC4 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 91 | 196 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.23 |
| HSL | 282.29º | 0.47% | 0.56% | - |
| HSV(B) | 282.29º | 0.54% | 0.77% | - |
| XYZ | 29.22 | 19.47 | 54.44 | - |
| YUV | 125.1 | 168.02 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 196 | 0.16 | 0.54 | 0 | 0.23 | 282.29 | 0.47 | 0.56 |
| Hex | A5 | 5B | C4 | 10 | 36 | 0 | 17 | 11A | 2F | 38 |
| Octal | 245 | 133 | 304 | 20 | 66 | 0 | 27 | 432 | 57 | 70 |
| Binary | 10100101 | 1011011 | 11000100 | 10000 | 110110 | 0 | 10111 | 100011010 | 101111 | 111000 |
Color Harmonies of #A55BC4
Complementary color
Monochromatic Colors of #A55BC4
Black with #A55BC4
Text Example
Text Example
White with #A55BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55BC4; }
p { color: rgb(165,91,196); }
H1.HeaderClassName
{
color: #A55BC4;
}
.AnyTagClassName
{
color: #A55BC4;
}
</style>
background-color css
<style>
a { background-color: #A55BC4; }
a { background-color: rgb(165,91,196); }
div.DivClassName
{
background-color: #A55BC4;
}
.BgClassName
{
background-color: #A55BC4;
}
</style>
border-color css
<style>
span { border-color: #A55BC4; }
span { border-color: rgb(165,91,196); }
td.TdClassName
{
border-color: #A55BC4;
}
.TagClassName
{
border-color: #A55BC4;
}
</style>