Shades of Deep Lilac #A239AB
Tints of Deep Lilac #A239AB
RGB
CMYK
RGB Variations
Color information
#A239AB (or 0xA239AB) is known color: Deep Lilac. HEX triplet: A2, 39 and AB. RGB value is (162,57,171). Sum of RGB (Red+Green+Blue) = 162+57+171=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #A239AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A239AB is #5DC654. Grayscale: #656565. Windows color (decimal): -6145621 or 11221410. OLE color: 11221410.
HSL color Cylindrical-coordinate representation of color #A239AB: hue angle of 295.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A239AB is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 57 | 171 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.33 |
| HSL | 295.26º | 0.5% | 0.45% | - |
| HSV(B) | 295.26º | 0.67% | 0.67% | - |
| XYZ | 23.71 | 13.55 | 39.89 | - |
| YUV | 101.39 | 167.29 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 171 | 0.05 | 0.67 | 0 | 0.33 | 295.26 | 0.5 | 0.45 |
| Hex | A2 | 39 | AB | 5 | 43 | 0 | 21 | 127 | 32 | 2D |
| Octal | 242 | 71 | 253 | 5 | 103 | 0 | 41 | 447 | 62 | 55 |
| Binary | 10100010 | 111001 | 10101011 | 101 | 1000011 | 0 | 100001 | 100100111 | 110010 | 101101 |
Color Harmonies of #A239AB
Complementary color
Monochromatic Colors of #A239AB
Black with #A239AB
Text Example
Text Example
White with #A239AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A239AB; }
p { color: rgb(162,57,171); }
H1.HeaderClassName
{
color: #A239AB;
}
.AnyTagClassName
{
color: #A239AB;
}
</style>
background-color css
<style>
a { background-color: #A239AB; }
a { background-color: rgb(162,57,171); }
div.DivClassName
{
background-color: #A239AB;
}
.BgClassName
{
background-color: #A239AB;
}
</style>
border-color css
<style>
span { border-color: #A239AB; }
span { border-color: rgb(162,57,171); }
td.TdClassName
{
border-color: #A239AB;
}
.TagClassName
{
border-color: #A239AB;
}
</style>