Shades of Deep Lilac #A24FB4
Tints of Deep Lilac #A24FB4
RGB
CMYK
RGB Variations
Color information
#A24FB4 (or 0xA24FB4) is known color: Deep Lilac. HEX triplet: A2, 4F and B4. RGB value is (162,79,180). Sum of RGB (Red+Green+Blue) = 162+79+180=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #A24FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24FB4 is #5DB04B. Grayscale: #737373. Windows color (decimal): -6139980 or 11816866. OLE color: 11816866.
HSL color Cylindrical-coordinate representation of color #A24FB4: hue angle of 289.31º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24FB4 is Cyan = 0.1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 79 | 180 | - |
| CMYK | 0.1 | 0.56 | 0 | 0.29 |
| HSL | 289.31º | 0.4% | 0.51% | - |
| HSV(B) | 289.31º | 0.56% | 0.71% | - |
| XYZ | 25.93 | 16.57 | 45.01 | - |
| YUV | 115.33 | 164.5 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 180 | 0.1 | 0.56 | 0 | 0.29 | 289.31 | 0.4 | 0.51 |
| Hex | A2 | 4F | B4 | A | 38 | 0 | 1D | 121 | 28 | 33 |
| Octal | 242 | 117 | 264 | 12 | 70 | 0 | 35 | 441 | 50 | 63 |
| Binary | 10100010 | 1001111 | 10110100 | 1010 | 111000 | 0 | 11101 | 100100001 | 101000 | 110011 |
Color Harmonies of #A24FB4
Complementary color
Monochromatic Colors of #A24FB4
Black with #A24FB4
Text Example
Text Example
White with #A24FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24FB4; }
p { color: rgb(162,79,180); }
H1.HeaderClassName
{
color: #A24FB4;
}
.AnyTagClassName
{
color: #A24FB4;
}
</style>
background-color css
<style>
a { background-color: #A24FB4; }
a { background-color: rgb(162,79,180); }
div.DivClassName
{
background-color: #A24FB4;
}
.BgClassName
{
background-color: #A24FB4;
}
</style>
border-color css
<style>
span { border-color: #A24FB4; }
span { border-color: rgb(162,79,180); }
td.TdClassName
{
border-color: #A24FB4;
}
.TagClassName
{
border-color: #A24FB4;
}
</style>