Shades of Deep Lilac #A145C0
Tints of Deep Lilac #A145C0
RGB
CMYK
RGB Variations
Color information
#A145C0 (or 0xA145C0) is known color: Deep Lilac. HEX triplet: A1, 45 and C0. RGB value is (161,69,192). Sum of RGB (Red+Green+Blue) = 161+69+192=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #A145C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A145C0 is #5EBA3F. Grayscale: #6E6E6E. Windows color (decimal): -6208064 or 12600737. OLE color: 12600737.
HSL color Cylindrical-coordinate representation of color #A145C0: hue angle of 284.88º 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 #A145C0 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 69 | 192 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.25 |
| HSL | 284.88º | 0.49% | 0.51% | - |
| HSV(B) | 284.88º | 0.64% | 0.75% | - |
| XYZ | 26.34 | 15.64 | 51.5 | - |
| YUV | 110.53 | 173.98 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 192 | 0.16 | 0.64 | 0 | 0.25 | 284.88 | 0.49 | 0.51 |
| Hex | A1 | 45 | C0 | 10 | 40 | 0 | 19 | 11D | 31 | 33 |
| Octal | 241 | 105 | 300 | 20 | 100 | 0 | 31 | 435 | 61 | 63 |
| Binary | 10100001 | 1000101 | 11000000 | 10000 | 1000000 | 0 | 11001 | 100011101 | 110001 | 110011 |
Color Harmonies of #A145C0
Complementary color
Monochromatic Colors of #A145C0
Black with #A145C0
Text Example
Text Example
White with #A145C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A145C0; }
p { color: rgb(161,69,192); }
H1.HeaderClassName
{
color: #A145C0;
}
.AnyTagClassName
{
color: #A145C0;
}
</style>
background-color css
<style>
a { background-color: #A145C0; }
a { background-color: rgb(161,69,192); }
div.DivClassName
{
background-color: #A145C0;
}
.BgClassName
{
background-color: #A145C0;
}
</style>
border-color css
<style>
span { border-color: #A145C0; }
span { border-color: rgb(161,69,192); }
td.TdClassName
{
border-color: #A145C0;
}
.TagClassName
{
border-color: #A145C0;
}
</style>