Shades of Deep Lilac #A245AD
Tints of Deep Lilac #A245AD
RGB
CMYK
RGB Variations
Color information
#A245AD (or 0xA245AD) is known color: Deep Lilac. HEX triplet: A2, 45 and AD. RGB value is (162,69,173). Sum of RGB (Red+Green+Blue) = 162+69+173=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #A245AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A245AD is #5DBA52. Grayscale: #6C6C6C. Windows color (decimal): -6142547 or 11355554. OLE color: 11355554.
HSL color Cylindrical-coordinate representation of color #A245AD: hue angle of 293.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A245AD is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 69 | 173 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.32 |
| HSL | 293.65º | 0.43% | 0.47% | - |
| HSV(B) | 293.65º | 0.6% | 0.68% | - |
| XYZ | 24.57 | 14.95 | 41.13 | - |
| YUV | 108.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 173 | 0.06 | 0.60 | 0 | 0.32 | 293.65 | 0.43 | 0.47 |
| Hex | A2 | 45 | AD | 6 | 3C | 0 | 20 | 126 | 2B | 2F |
| Octal | 242 | 105 | 255 | 6 | 74 | 0 | 40 | 446 | 53 | 57 |
| Binary | 10100010 | 1000101 | 10101101 | 110 | 111100 | 0 | 100000 | 100100110 | 101011 | 101111 |
Color Harmonies of #A245AD
Complementary color
Monochromatic Colors of #A245AD
Black with #A245AD
Text Example
Text Example
White with #A245AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A245AD; }
p { color: rgb(162,69,173); }
H1.HeaderClassName
{
color: #A245AD;
}
.AnyTagClassName
{
color: #A245AD;
}
</style>
background-color css
<style>
a { background-color: #A245AD; }
a { background-color: rgb(162,69,173); }
div.DivClassName
{
background-color: #A245AD;
}
.BgClassName
{
background-color: #A245AD;
}
</style>
border-color css
<style>
span { border-color: #A245AD; }
span { border-color: rgb(162,69,173); }
td.TdClassName
{
border-color: #A245AD;
}
.TagClassName
{
border-color: #A245AD;
}
</style>