Shades of Deep Lilac #A45BC0
Tints of Deep Lilac #A45BC0
RGB
CMYK
RGB Variations
Color information
#A45BC0 (or 0xA45BC0) is known color: Deep Lilac. HEX triplet: A4, 5B and C0. RGB value is (164,91,192). Sum of RGB (Red+Green+Blue) = 164+91+192=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #A45BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45BC0 is #5BA43F. Grayscale: #7C7C7C. Windows color (decimal): -6005824 or 12606372. OLE color: 12606372.
HSL color Cylindrical-coordinate representation of color #A45BC0: hue angle of 283.37º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A45BC0 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 91 | 192 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.25 |
| HSL | 283.37º | 0.44% | 0.55% | - |
| HSV(B) | 283.37º | 0.53% | 0.75% | - |
| XYZ | 28.57 | 19.18 | 52.07 | - |
| YUV | 124.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 192 | 0.15 | 0.53 | 0 | 0.25 | 283.37 | 0.44 | 0.55 |
| Hex | A4 | 5B | C0 | F | 35 | 0 | 19 | 11B | 2C | 37 |
| Octal | 244 | 133 | 300 | 17 | 65 | 0 | 31 | 433 | 54 | 67 |
| Binary | 10100100 | 1011011 | 11000000 | 1111 | 110101 | 0 | 11001 | 100011011 | 101100 | 110111 |
Color Harmonies of #A45BC0
Complementary color
Monochromatic Colors of #A45BC0
Black with #A45BC0
Text Example
Text Example
White with #A45BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BC0; }
p { color: rgb(164,91,192); }
H1.HeaderClassName
{
color: #A45BC0;
}
.AnyTagClassName
{
color: #A45BC0;
}
</style>
background-color css
<style>
a { background-color: #A45BC0; }
a { background-color: rgb(164,91,192); }
div.DivClassName
{
background-color: #A45BC0;
}
.BgClassName
{
background-color: #A45BC0;
}
</style>
border-color css
<style>
span { border-color: #A45BC0; }
span { border-color: rgb(164,91,192); }
td.TdClassName
{
border-color: #A45BC0;
}
.TagClassName
{
border-color: #A45BC0;
}
</style>