Shades of Deep Lilac #A24ACC
Tints of Deep Lilac #A24ACC
RGB
CMYK
RGB Variations
Color information
#A24ACC (or 0xA24ACC) is known color: Deep Lilac. HEX triplet: A2, 4A and CC. RGB value is (162,74,204). Sum of RGB (Red+Green+Blue) = 162+74+204=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #A24ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24ACC is #5DB533. Grayscale: #727272. Windows color (decimal): -6141236 or 13388450. OLE color: 13388450.
HSL color Cylindrical-coordinate representation of color #A24ACC: hue angle of 280.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A24ACC is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 74 | 204 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.2 |
| HSL | 280.62º | 0.56% | 0.55% | - |
| HSV(B) | 280.62º | 0.64% | 0.8% | - |
| XYZ | 28.25 | 16.94 | 58.91 | - |
| YUV | 115.13 | 178.15 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 204 | 0.21 | 0.64 | 0 | 0.2 | 280.62 | 0.56 | 0.55 |
| Hex | A2 | 4A | CC | 15 | 40 | 0 | 14 | 119 | 38 | 37 |
| Octal | 242 | 112 | 314 | 25 | 100 | 0 | 24 | 431 | 70 | 67 |
| Binary | 10100010 | 1001010 | 11001100 | 10101 | 1000000 | 0 | 10100 | 100011001 | 111000 | 110111 |
Color Harmonies of #A24ACC
Complementary color
Monochromatic Colors of #A24ACC
Black with #A24ACC
Text Example
Text Example
White with #A24ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24ACC; }
p { color: rgb(162,74,204); }
H1.HeaderClassName
{
color: #A24ACC;
}
.AnyTagClassName
{
color: #A24ACC;
}
</style>
background-color css
<style>
a { background-color: #A24ACC; }
a { background-color: rgb(162,74,204); }
div.DivClassName
{
background-color: #A24ACC;
}
.BgClassName
{
background-color: #A24ACC;
}
</style>
border-color css
<style>
span { border-color: #A24ACC; }
span { border-color: rgb(162,74,204); }
td.TdClassName
{
border-color: #A24ACC;
}
.TagClassName
{
border-color: #A24ACC;
}
</style>