Shades of Deep Lilac #A45CC5
Tints of Deep Lilac #A45CC5
RGB
CMYK
RGB Variations
Color information
#A45CC5 (or 0xA45CC5) is known color: Deep Lilac. HEX triplet: A4, 5C and C5. RGB value is (164,92,197). Sum of RGB (Red+Green+Blue) = 164+92+197=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #A45CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CC5 is #5BA33A. Grayscale: #7D7D7D. Windows color (decimal): -6005563 or 12934308. OLE color: 12934308.
HSL color Cylindrical-coordinate representation of color #A45CC5: hue angle of 281.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A45CC5 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 92 | 197 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.23 |
| HSL | 281.14º | 0.48% | 0.57% | - |
| HSV(B) | 281.14º | 0.53% | 0.77% | - |
| XYZ | 29.22 | 19.58 | 55.06 | - |
| YUV | 125.5 | 168.35 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 197 | 0.17 | 0.53 | 0 | 0.23 | 281.14 | 0.48 | 0.57 |
| Hex | A4 | 5C | C5 | 11 | 35 | 0 | 17 | 119 | 30 | 39 |
| Octal | 244 | 134 | 305 | 21 | 65 | 0 | 27 | 431 | 60 | 71 |
| Binary | 10100100 | 1011100 | 11000101 | 10001 | 110101 | 0 | 10111 | 100011001 | 110000 | 111001 |
Color Harmonies of #A45CC5
Complementary color
Monochromatic Colors of #A45CC5
Black with #A45CC5
Text Example
Text Example
White with #A45CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45CC5; }
p { color: rgb(164,92,197); }
H1.HeaderClassName
{
color: #A45CC5;
}
.AnyTagClassName
{
color: #A45CC5;
}
</style>
background-color css
<style>
a { background-color: #A45CC5; }
a { background-color: rgb(164,92,197); }
div.DivClassName
{
background-color: #A45CC5;
}
.BgClassName
{
background-color: #A45CC5;
}
</style>
border-color css
<style>
span { border-color: #A45CC5; }
span { border-color: rgb(164,92,197); }
td.TdClassName
{
border-color: #A45CC5;
}
.TagClassName
{
border-color: #A45CC5;
}
</style>