Shades of Deep Lilac #A24BBF
Tints of Deep Lilac #A24BBF
RGB
CMYK
RGB Variations
Color information
#A24BBF (or 0xA24BBF) is known color: Deep Lilac. HEX triplet: A2, 4B and BF. RGB value is (162,75,191). Sum of RGB (Red+Green+Blue) = 162+75+191=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #A24BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24BBF is #5DB440. Grayscale: #717171. Windows color (decimal): -6140993 or 12536738. OLE color: 12536738.
HSL color Cylindrical-coordinate representation of color #A24BBF: hue angle of 285º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A24BBF is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 75 | 191 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.25 |
| HSL | 285º | 0.48% | 0.52% | - |
| HSV(B) | 285º | 0.61% | 0.75% | - |
| XYZ | 26.82 | 16.48 | 51.06 | - |
| YUV | 114.24 | 171.32 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 191 | 0.15 | 0.61 | 0 | 0.25 | 285 | 0.48 | 0.52 |
| Hex | A2 | 4B | BF | F | 3D | 0 | 19 | 11D | 30 | 34 |
| Octal | 242 | 113 | 277 | 17 | 75 | 0 | 31 | 435 | 60 | 64 |
| Binary | 10100010 | 1001011 | 10111111 | 1111 | 111101 | 0 | 11001 | 100011101 | 110000 | 110100 |
Color Harmonies of #A24BBF
Complementary color
Monochromatic Colors of #A24BBF
Black with #A24BBF
Text Example
Text Example
White with #A24BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24BBF; }
p { color: rgb(162,75,191); }
H1.HeaderClassName
{
color: #A24BBF;
}
.AnyTagClassName
{
color: #A24BBF;
}
</style>
background-color css
<style>
a { background-color: #A24BBF; }
a { background-color: rgb(162,75,191); }
div.DivClassName
{
background-color: #A24BBF;
}
.BgClassName
{
background-color: #A24BBF;
}
</style>
border-color css
<style>
span { border-color: #A24BBF; }
span { border-color: rgb(162,75,191); }
td.TdClassName
{
border-color: #A24BBF;
}
.TagClassName
{
border-color: #A24BBF;
}
</style>