Shades of Deep Lilac #A245C1
Tints of Deep Lilac #A245C1
RGB
CMYK
RGB Variations
Color information
#A245C1 (or 0xA245C1) is known color: Deep Lilac. HEX triplet: A2, 45 and C1. RGB value is (162,69,193). Sum of RGB (Red+Green+Blue) = 162+69+193=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #A245C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A245C1 is #5DBA3E. Grayscale: #6E6E6E. Windows color (decimal): -6142527 or 12666274. OLE color: 12666274.
HSL color Cylindrical-coordinate representation of color #A245C1: hue angle of 285º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A245C1 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 69 | 193 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.24 |
| HSL | 285º | 0.5% | 0.51% | - |
| HSV(B) | 285º | 0.64% | 0.76% | - |
| XYZ | 26.65 | 15.79 | 52.09 | - |
| YUV | 110.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 193 | 0.16 | 0.64 | 0 | 0.24 | 285 | 0.5 | 0.51 |
| Hex | A2 | 45 | C1 | 10 | 40 | 0 | 18 | 11D | 32 | 33 |
| Octal | 242 | 105 | 301 | 20 | 100 | 0 | 30 | 435 | 62 | 63 |
| Binary | 10100010 | 1000101 | 11000001 | 10000 | 1000000 | 0 | 11000 | 100011101 | 110010 | 110011 |
Color Harmonies of #A245C1
Complementary color
Monochromatic Colors of #A245C1
Black with #A245C1
Text Example
Text Example
White with #A245C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A245C1; }
p { color: rgb(162,69,193); }
H1.HeaderClassName
{
color: #A245C1;
}
.AnyTagClassName
{
color: #A245C1;
}
</style>
background-color css
<style>
a { background-color: #A245C1; }
a { background-color: rgb(162,69,193); }
div.DivClassName
{
background-color: #A245C1;
}
.BgClassName
{
background-color: #A245C1;
}
</style>
border-color css
<style>
span { border-color: #A245C1; }
span { border-color: rgb(162,69,193); }
td.TdClassName
{
border-color: #A245C1;
}
.TagClassName
{
border-color: #A245C1;
}
</style>