Shades of Deep Lilac #A24BBA
Tints of Deep Lilac #A24BBA
RGB
CMYK
RGB Variations
Color information
#A24BBA (or 0xA24BBA) is known color: Deep Lilac. HEX triplet: A2, 4B and BA. RGB value is (162,75,186). Sum of RGB (Red+Green+Blue) = 162+75+186=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #A24BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24BBA is #5DB445. Grayscale: #717171. Windows color (decimal): -6140998 or 12209058. OLE color: 12209058.
HSL color Cylindrical-coordinate representation of color #A24BBA: hue angle of 287.03º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24BBA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 75 | 186 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.27 |
| HSL | 287.03º | 0.45% | 0.51% | - |
| HSV(B) | 287.03º | 0.6% | 0.73% | - |
| XYZ | 26.28 | 16.26 | 48.21 | - |
| YUV | 113.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 186 | 0.13 | 0.60 | 0 | 0.27 | 287.03 | 0.45 | 0.51 |
| Hex | A2 | 4B | BA | D | 3C | 0 | 1B | 11F | 2D | 33 |
| Octal | 242 | 113 | 272 | 15 | 74 | 0 | 33 | 437 | 55 | 63 |
| Binary | 10100010 | 1001011 | 10111010 | 1101 | 111100 | 0 | 11011 | 100011111 | 101101 | 110011 |
Color Harmonies of #A24BBA
Complementary color
Monochromatic Colors of #A24BBA
Black with #A24BBA
Text Example
Text Example
White with #A24BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24BBA; }
p { color: rgb(162,75,186); }
H1.HeaderClassName
{
color: #A24BBA;
}
.AnyTagClassName
{
color: #A24BBA;
}
</style>
background-color css
<style>
a { background-color: #A24BBA; }
a { background-color: rgb(162,75,186); }
div.DivClassName
{
background-color: #A24BBA;
}
.BgClassName
{
background-color: #A24BBA;
}
</style>
border-color css
<style>
span { border-color: #A24BBA; }
span { border-color: rgb(162,75,186); }
td.TdClassName
{
border-color: #A24BBA;
}
.TagClassName
{
border-color: #A24BBA;
}
</style>