Shades of Deep Lilac #A45AC0
Tints of Deep Lilac #A45AC0
RGB
CMYK
RGB Variations
Color information
#A45AC0 (or 0xA45AC0) is known color: Deep Lilac. HEX triplet: A4, 5A and C0. RGB value is (164,90,192). Sum of RGB (Red+Green+Blue) = 164+90+192=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #A45AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45AC0 is #5BA53F. Grayscale: #7B7B7B. Windows color (decimal): -6006080 or 12606116. OLE color: 12606116.
HSL color Cylindrical-coordinate representation of color #A45AC0: hue angle of 283.53º degrees, saturation: 0.45, 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 #A45AC0 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 90 | 192 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.25 |
| HSL | 283.53º | 0.45% | 0.55% | - |
| HSV(B) | 283.53º | 0.53% | 0.75% | - |
| XYZ | 28.48 | 19.01 | 52.04 | - |
| YUV | 123.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 192 | 0.15 | 0.53 | 0 | 0.25 | 283.53 | 0.45 | 0.55 |
| Hex | A4 | 5A | C0 | F | 35 | 0 | 19 | 11C | 2D | 37 |
| Octal | 244 | 132 | 300 | 17 | 65 | 0 | 31 | 434 | 55 | 67 |
| Binary | 10100100 | 1011010 | 11000000 | 1111 | 110101 | 0 | 11001 | 100011100 | 101101 | 110111 |
Color Harmonies of #A45AC0
Complementary color
Monochromatic Colors of #A45AC0
Black with #A45AC0
Text Example
Text Example
White with #A45AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45AC0; }
p { color: rgb(164,90,192); }
H1.HeaderClassName
{
color: #A45AC0;
}
.AnyTagClassName
{
color: #A45AC0;
}
</style>
background-color css
<style>
a { background-color: #A45AC0; }
a { background-color: rgb(164,90,192); }
div.DivClassName
{
background-color: #A45AC0;
}
.BgClassName
{
background-color: #A45AC0;
}
</style>
border-color css
<style>
span { border-color: #A45AC0; }
span { border-color: rgb(164,90,192); }
td.TdClassName
{
border-color: #A45AC0;
}
.TagClassName
{
border-color: #A45AC0;
}
</style>