Shades of Deep Lilac #A243C1
Tints of Deep Lilac #A243C1
RGB
CMYK
RGB Variations
Color information
#A243C1 (or 0xA243C1) is known color: Deep Lilac. HEX triplet: A2, 43 and C1. RGB value is (162,67,193). Sum of RGB (Red+Green+Blue) = 162+67+193=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #A243C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243C1 is #5DBC3E. Grayscale: #6D6D6D. Windows color (decimal): -6143039 or 12665762. OLE color: 12665762.
HSL color Cylindrical-coordinate representation of color #A243C1: hue angle of 285.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A243C1 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 67 | 193 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.24 |
| HSL | 285.24º | 0.5% | 0.51% | - |
| HSV(B) | 285.24º | 0.65% | 0.76% | - |
| XYZ | 26.53 | 15.55 | 52.05 | - |
| YUV | 109.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 193 | 0.16 | 0.65 | 0 | 0.24 | 285.24 | 0.5 | 0.51 |
| Hex | A2 | 43 | C1 | 10 | 41 | 0 | 18 | 11D | 32 | 33 |
| Octal | 242 | 103 | 301 | 20 | 101 | 0 | 30 | 435 | 62 | 63 |
| Binary | 10100010 | 1000011 | 11000001 | 10000 | 1000001 | 0 | 11000 | 100011101 | 110010 | 110011 |
Color Harmonies of #A243C1
Complementary color
Monochromatic Colors of #A243C1
Black with #A243C1
Text Example
Text Example
White with #A243C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A243C1; }
p { color: rgb(162,67,193); }
H1.HeaderClassName
{
color: #A243C1;
}
.AnyTagClassName
{
color: #A243C1;
}
</style>
background-color css
<style>
a { background-color: #A243C1; }
a { background-color: rgb(162,67,193); }
div.DivClassName
{
background-color: #A243C1;
}
.BgClassName
{
background-color: #A243C1;
}
</style>
border-color css
<style>
span { border-color: #A243C1; }
span { border-color: rgb(162,67,193); }
td.TdClassName
{
border-color: #A243C1;
}
.TagClassName
{
border-color: #A243C1;
}
</style>