Shades of Deep Lilac #A24FCB
Tints of Deep Lilac #A24FCB
RGB
CMYK
RGB Variations
Color information
#A24FCB (or 0xA24FCB) is known color: Deep Lilac. HEX triplet: A2, 4F and CB. RGB value is (162,79,203). Sum of RGB (Red+Green+Blue) = 162+79+203=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #A24FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24FCB is #5DB034. Grayscale: #757575. Windows color (decimal): -6139957 or 13324194. OLE color: 13324194.
HSL color Cylindrical-coordinate representation of color #A24FCB: hue angle of 280.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A24FCB is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 79 | 203 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.20 |
| HSL | 280.16º | 0.54% | 0.55% | - |
| HSV(B) | 280.16º | 0.61% | 0.8% | - |
| XYZ | 28.48 | 17.59 | 58.39 | - |
| YUV | 117.95 | 176 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 203 | 0.20 | 0.61 | 0 | 0.20 | 280.16 | 0.54 | 0.55 |
| Hex | A2 | 4F | CB | 14 | 3D | 0 | 14 | 118 | 36 | 37 |
| Octal | 242 | 117 | 313 | 24 | 75 | 0 | 24 | 430 | 66 | 67 |
| Binary | 10100010 | 1001111 | 11001011 | 10100 | 111101 | 0 | 10100 | 100011000 | 110110 | 110111 |
Color Harmonies of #A24FCB
Complementary color
Monochromatic Colors of #A24FCB
Black with #A24FCB
Text Example
Text Example
White with #A24FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24FCB; }
p { color: rgb(162,79,203); }
H1.HeaderClassName
{
color: #A24FCB;
}
.AnyTagClassName
{
color: #A24FCB;
}
</style>
background-color css
<style>
a { background-color: #A24FCB; }
a { background-color: rgb(162,79,203); }
div.DivClassName
{
background-color: #A24FCB;
}
.BgClassName
{
background-color: #A24FCB;
}
</style>
border-color css
<style>
span { border-color: #A24FCB; }
span { border-color: rgb(162,79,203); }
td.TdClassName
{
border-color: #A24FCB;
}
.TagClassName
{
border-color: #A24FCB;
}
</style>