Shades of Deep Lilac #A239AD
Tints of Deep Lilac #A239AD
RGB
CMYK
RGB Variations
Color information
#A239AD (or 0xA239AD) is known color: Deep Lilac. HEX triplet: A2, 39 and AD. RGB value is (162,57,173). Sum of RGB (Red+Green+Blue) = 162+57+173=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #A239AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A239AD is #5DC652. Grayscale: #656565. Windows color (decimal): -6145619 or 11352482. OLE color: 11352482.
HSL color Cylindrical-coordinate representation of color #A239AD: hue angle of 294.31º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A239AD is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 57 | 173 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.32 |
| HSL | 294.31º | 0.5% | 0.45% | - |
| HSV(B) | 294.31º | 0.67% | 0.68% | - |
| XYZ | 23.91 | 13.62 | 40.91 | - |
| YUV | 101.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 173 | 0.06 | 0.67 | 0 | 0.32 | 294.31 | 0.5 | 0.45 |
| Hex | A2 | 39 | AD | 6 | 43 | 0 | 20 | 126 | 32 | 2D |
| Octal | 242 | 71 | 255 | 6 | 103 | 0 | 40 | 446 | 62 | 55 |
| Binary | 10100010 | 111001 | 10101101 | 110 | 1000011 | 0 | 100000 | 100100110 | 110010 | 101101 |
Color Harmonies of #A239AD
Complementary color
Monochromatic Colors of #A239AD
Black with #A239AD
Text Example
Text Example
White with #A239AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A239AD; }
p { color: rgb(162,57,173); }
H1.HeaderClassName
{
color: #A239AD;
}
.AnyTagClassName
{
color: #A239AD;
}
</style>
background-color css
<style>
a { background-color: #A239AD; }
a { background-color: rgb(162,57,173); }
div.DivClassName
{
background-color: #A239AD;
}
.BgClassName
{
background-color: #A239AD;
}
</style>
border-color css
<style>
span { border-color: #A239AD; }
span { border-color: rgb(162,57,173); }
td.TdClassName
{
border-color: #A239AD;
}
.TagClassName
{
border-color: #A239AD;
}
</style>