Shades of Deep Lilac #A24CB4
Tints of Deep Lilac #A24CB4
RGB
CMYK
RGB Variations
Color information
#A24CB4 (or 0xA24CB4) is known color: Deep Lilac. HEX triplet: A2, 4C and B4. RGB value is (162,76,180). Sum of RGB (Red+Green+Blue) = 162+76+180=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #A24CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24CB4 is #5DB34B. Grayscale: #717171. Windows color (decimal): -6140748 or 11816098. OLE color: 11816098.
HSL color Cylindrical-coordinate representation of color #A24CB4: hue angle of 289.62º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A24CB4 is Cyan = 0.1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 76 | 180 | - |
| CMYK | 0.1 | 0.58 | 0 | 0.29 |
| HSL | 289.62º | 0.41% | 0.5% | - |
| HSV(B) | 289.62º | 0.58% | 0.71% | - |
| XYZ | 25.72 | 16.15 | 44.94 | - |
| YUV | 113.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 180 | 0.1 | 0.58 | 0 | 0.29 | 289.62 | 0.41 | 0.5 |
| Hex | A2 | 4C | B4 | A | 3A | 0 | 1D | 122 | 29 | 32 |
| Octal | 242 | 114 | 264 | 12 | 72 | 0 | 35 | 442 | 51 | 62 |
| Binary | 10100010 | 1001100 | 10110100 | 1010 | 111010 | 0 | 11101 | 100100010 | 101001 | 110010 |
Color Harmonies of #A24CB4
Complementary color
Monochromatic Colors of #A24CB4
Black with #A24CB4
Text Example
Text Example
White with #A24CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24CB4; }
p { color: rgb(162,76,180); }
H1.HeaderClassName
{
color: #A24CB4;
}
.AnyTagClassName
{
color: #A24CB4;
}
</style>
background-color css
<style>
a { background-color: #A24CB4; }
a { background-color: rgb(162,76,180); }
div.DivClassName
{
background-color: #A24CB4;
}
.BgClassName
{
background-color: #A24CB4;
}
</style>
border-color css
<style>
span { border-color: #A24CB4; }
span { border-color: rgb(162,76,180); }
td.TdClassName
{
border-color: #A24CB4;
}
.TagClassName
{
border-color: #A24CB4;
}
</style>