Shades of Deep Lilac #A245C0
Tints of Deep Lilac #A245C0
RGB
CMYK
RGB Variations
Color information
#A245C0 (or 0xA245C0) is known color: Deep Lilac. HEX triplet: A2, 45 and C0. RGB value is (162,69,192). Sum of RGB (Red+Green+Blue) = 162+69+192=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #A245C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A245C0 is #5DBA3F. Grayscale: #6E6E6E. Windows color (decimal): -6142528 or 12600738. OLE color: 12600738.
HSL color Cylindrical-coordinate representation of color #A245C0: hue angle of 285.37º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A245C0 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 69 | 192 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.25 |
| HSL | 285.37º | 0.49% | 0.51% | - |
| HSV(B) | 285.37º | 0.64% | 0.75% | - |
| XYZ | 26.54 | 15.74 | 51.51 | - |
| YUV | 110.83 | 173.81 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 192 | 0.16 | 0.64 | 0 | 0.25 | 285.37 | 0.49 | 0.51 |
| Hex | A2 | 45 | C0 | 10 | 40 | 0 | 19 | 11D | 31 | 33 |
| Octal | 242 | 105 | 300 | 20 | 100 | 0 | 31 | 435 | 61 | 63 |
| Binary | 10100010 | 1000101 | 11000000 | 10000 | 1000000 | 0 | 11001 | 100011101 | 110001 | 110011 |
Color Harmonies of #A245C0
Complementary color
Monochromatic Colors of #A245C0
Black with #A245C0
Text Example
Text Example
White with #A245C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A245C0; }
p { color: rgb(162,69,192); }
H1.HeaderClassName
{
color: #A245C0;
}
.AnyTagClassName
{
color: #A245C0;
}
</style>
background-color css
<style>
a { background-color: #A245C0; }
a { background-color: rgb(162,69,192); }
div.DivClassName
{
background-color: #A245C0;
}
.BgClassName
{
background-color: #A245C0;
}
</style>
border-color css
<style>
span { border-color: #A245C0; }
span { border-color: rgb(162,69,192); }
td.TdClassName
{
border-color: #A245C0;
}
.TagClassName
{
border-color: #A245C0;
}
</style>