Shades of Deep Lilac #A45EC2
Tints of Deep Lilac #A45EC2
RGB
CMYK
RGB Variations
Color information
#A45EC2 (or 0xA45EC2) is known color: Deep Lilac. HEX triplet: A4, 5E and C2. RGB value is (164,94,194). Sum of RGB (Red+Green+Blue) = 164+94+194=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #A45EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45EC2 is #5BA13D. Grayscale: #7E7E7E. Windows color (decimal): -6005054 or 12738212. OLE color: 12738212.
HSL color Cylindrical-coordinate representation of color #A45EC2: hue angle of 282º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A45EC2 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 94 | 194 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.24 |
| HSL | 282º | 0.45% | 0.56% | - |
| HSV(B) | 282º | 0.52% | 0.76% | - |
| XYZ | 29.05 | 19.79 | 53.33 | - |
| YUV | 126.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 194 | 0.15 | 0.52 | 0 | 0.24 | 282 | 0.45 | 0.56 |
| Hex | A4 | 5E | C2 | F | 34 | 0 | 18 | 11A | 2D | 38 |
| Octal | 244 | 136 | 302 | 17 | 64 | 0 | 30 | 432 | 55 | 70 |
| Binary | 10100100 | 1011110 | 11000010 | 1111 | 110100 | 0 | 11000 | 100011010 | 101101 | 111000 |
Color Harmonies of #A45EC2
Complementary color
Monochromatic Colors of #A45EC2
Black with #A45EC2
Text Example
Text Example
White with #A45EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45EC2; }
p { color: rgb(164,94,194); }
H1.HeaderClassName
{
color: #A45EC2;
}
.AnyTagClassName
{
color: #A45EC2;
}
</style>
background-color css
<style>
a { background-color: #A45EC2; }
a { background-color: rgb(164,94,194); }
div.DivClassName
{
background-color: #A45EC2;
}
.BgClassName
{
background-color: #A45EC2;
}
</style>
border-color css
<style>
span { border-color: #A45EC2; }
span { border-color: rgb(164,94,194); }
td.TdClassName
{
border-color: #A45EC2;
}
.TagClassName
{
border-color: #A45EC2;
}
</style>