Shades of Deep Lilac #A24AC5
Tints of Deep Lilac #A24AC5
RGB
CMYK
RGB Variations
Color information
#A24AC5 (or 0xA24AC5) is known color: Deep Lilac. HEX triplet: A2, 4A and C5. RGB value is (162,74,197). Sum of RGB (Red+Green+Blue) = 162+74+197=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #A24AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24AC5 is #5DB53A. Grayscale: #717171. Windows color (decimal): -6141243 or 12929698. OLE color: 12929698.
HSL color Cylindrical-coordinate representation of color #A24AC5: hue angle of 282.93º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A24AC5 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 74 | 197 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.23 |
| HSL | 282.93º | 0.51% | 0.53% | - |
| HSV(B) | 282.93º | 0.62% | 0.77% | - |
| XYZ | 27.43 | 16.61 | 54.58 | - |
| YUV | 114.33 | 174.65 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 197 | 0.18 | 0.62 | 0 | 0.23 | 282.93 | 0.51 | 0.53 |
| Hex | A2 | 4A | C5 | 12 | 3E | 0 | 17 | 11B | 33 | 35 |
| Octal | 242 | 112 | 305 | 22 | 76 | 0 | 27 | 433 | 63 | 65 |
| Binary | 10100010 | 1001010 | 11000101 | 10010 | 111110 | 0 | 10111 | 100011011 | 110011 | 110101 |
Color Harmonies of #A24AC5
Complementary color
Monochromatic Colors of #A24AC5
Black with #A24AC5
Text Example
Text Example
White with #A24AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24AC5; }
p { color: rgb(162,74,197); }
H1.HeaderClassName
{
color: #A24AC5;
}
.AnyTagClassName
{
color: #A24AC5;
}
</style>
background-color css
<style>
a { background-color: #A24AC5; }
a { background-color: rgb(162,74,197); }
div.DivClassName
{
background-color: #A24AC5;
}
.BgClassName
{
background-color: #A24AC5;
}
</style>
border-color css
<style>
span { border-color: #A24AC5; }
span { border-color: rgb(162,74,197); }
td.TdClassName
{
border-color: #A24AC5;
}
.TagClassName
{
border-color: #A24AC5;
}
</style>