Shades of Deep Lilac #A24FBC
Tints of Deep Lilac #A24FBC
RGB
CMYK
RGB Variations
Color information
#A24FBC (or 0xA24FBC) is known color: Deep Lilac. HEX triplet: A2, 4F and BC. RGB value is (162,79,188). Sum of RGB (Red+Green+Blue) = 162+79+188=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #A24FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24FBC is #5DB043. Grayscale: #737373. Windows color (decimal): -6139972 or 12341154. OLE color: 12341154.
HSL color Cylindrical-coordinate representation of color #A24FBC: hue angle of 285.69º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A24FBC is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 79 | 188 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.26 |
| HSL | 285.69º | 0.45% | 0.52% | - |
| HSV(B) | 285.69º | 0.58% | 0.74% | - |
| XYZ | 26.77 | 16.9 | 49.43 | - |
| YUV | 116.24 | 168.5 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 188 | 0.14 | 0.58 | 0 | 0.26 | 285.69 | 0.45 | 0.52 |
| Hex | A2 | 4F | BC | E | 3A | 0 | 1A | 11E | 2D | 34 |
| Octal | 242 | 117 | 274 | 16 | 72 | 0 | 32 | 436 | 55 | 64 |
| Binary | 10100010 | 1001111 | 10111100 | 1110 | 111010 | 0 | 11010 | 100011110 | 101101 | 110100 |
Color Harmonies of #A24FBC
Complementary color
Monochromatic Colors of #A24FBC
Black with #A24FBC
Text Example
Text Example
White with #A24FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24FBC; }
p { color: rgb(162,79,188); }
H1.HeaderClassName
{
color: #A24FBC;
}
.AnyTagClassName
{
color: #A24FBC;
}
</style>
background-color css
<style>
a { background-color: #A24FBC; }
a { background-color: rgb(162,79,188); }
div.DivClassName
{
background-color: #A24FBC;
}
.BgClassName
{
background-color: #A24FBC;
}
</style>
border-color css
<style>
span { border-color: #A24FBC; }
span { border-color: rgb(162,79,188); }
td.TdClassName
{
border-color: #A24FBC;
}
.TagClassName
{
border-color: #A24FBC;
}
</style>