Shades of Deep Lilac #A245AF
Tints of Deep Lilac #A245AF
RGB
CMYK
RGB Variations
Color information
#A245AF (or 0xA245AF) is known color: Deep Lilac. HEX triplet: A2, 45 and AF. RGB value is (162,69,175). Sum of RGB (Red+Green+Blue) = 162+69+175=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #A245AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A245AF is #5DBA50. Grayscale: #6C6C6C. Windows color (decimal): -6142545 or 11486626. OLE color: 11486626.
HSL color Cylindrical-coordinate representation of color #A245AF: hue angle of 292.64º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A245AF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 69 | 175 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.31 |
| HSL | 292.64º | 0.43% | 0.48% | - |
| HSV(B) | 292.64º | 0.61% | 0.69% | - |
| XYZ | 24.77 | 15.03 | 42.15 | - |
| YUV | 108.89 | 165.31 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 175 | 0.07 | 0.61 | 0 | 0.31 | 292.64 | 0.43 | 0.48 |
| Hex | A2 | 45 | AF | 7 | 3D | 0 | 1F | 125 | 2B | 30 |
| Octal | 242 | 105 | 257 | 7 | 75 | 0 | 37 | 445 | 53 | 60 |
| Binary | 10100010 | 1000101 | 10101111 | 111 | 111101 | 0 | 11111 | 100100101 | 101011 | 110000 |
Color Harmonies of #A245AF
Complementary color
Monochromatic Colors of #A245AF
Black with #A245AF
Text Example
Text Example
White with #A245AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A245AF; }
p { color: rgb(162,69,175); }
H1.HeaderClassName
{
color: #A245AF;
}
.AnyTagClassName
{
color: #A245AF;
}
</style>
background-color css
<style>
a { background-color: #A245AF; }
a { background-color: rgb(162,69,175); }
div.DivClassName
{
background-color: #A245AF;
}
.BgClassName
{
background-color: #A245AF;
}
</style>
border-color css
<style>
span { border-color: #A245AF; }
span { border-color: rgb(162,69,175); }
td.TdClassName
{
border-color: #A245AF;
}
.TagClassName
{
border-color: #A245AF;
}
</style>