Shades of Deep Lilac #A454C2
Tints of Deep Lilac #A454C2
RGB
CMYK
RGB Variations
Color information
#A454C2 (or 0xA454C2) is known color: Deep Lilac. HEX triplet: A4, 54 and C2. RGB value is (164,84,194). Sum of RGB (Red+Green+Blue) = 164+84+194=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #A454C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A454C2 is #5BAB3D. Grayscale: #787878. Windows color (decimal): -6007614 or 12735652. OLE color: 12735652.
HSL color Cylindrical-coordinate representation of color #A454C2: hue angle of 283.64º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A454C2 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 84 | 194 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.24 |
| HSL | 283.64º | 0.47% | 0.55% | - |
| HSV(B) | 283.64º | 0.57% | 0.76% | - |
| XYZ | 28.22 | 18.13 | 53.05 | - |
| YUV | 120.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 194 | 0.15 | 0.57 | 0 | 0.24 | 283.64 | 0.47 | 0.55 |
| Hex | A4 | 54 | C2 | F | 39 | 0 | 18 | 11C | 2F | 37 |
| Octal | 244 | 124 | 302 | 17 | 71 | 0 | 30 | 434 | 57 | 67 |
| Binary | 10100100 | 1010100 | 11000010 | 1111 | 111001 | 0 | 11000 | 100011100 | 101111 | 110111 |
Color Harmonies of #A454C2
Complementary color
Monochromatic Colors of #A454C2
Black with #A454C2
Text Example
Text Example
White with #A454C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A454C2; }
p { color: rgb(164,84,194); }
H1.HeaderClassName
{
color: #A454C2;
}
.AnyTagClassName
{
color: #A454C2;
}
</style>
background-color css
<style>
a { background-color: #A454C2; }
a { background-color: rgb(164,84,194); }
div.DivClassName
{
background-color: #A454C2;
}
.BgClassName
{
background-color: #A454C2;
}
</style>
border-color css
<style>
span { border-color: #A454C2; }
span { border-color: rgb(164,84,194); }
td.TdClassName
{
border-color: #A454C2;
}
.TagClassName
{
border-color: #A454C2;
}
</style>