Shades of Deep Lilac #A360C1
Tints of Deep Lilac #A360C1
RGB
CMYK
RGB Variations
Color information
#A360C1 (or 0xA360C1) is known color: Deep Lilac. HEX triplet: A3, 60 and C1. RGB value is (163,96,193). Sum of RGB (Red+Green+Blue) = 163+96+193=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #A360C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360C1 is #5C9F3E. Grayscale: #7E7E7E. Windows color (decimal): -6070079 or 12673187. OLE color: 12673187.
HSL color Cylindrical-coordinate representation of color #A360C1: hue angle of 281.44º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A360C1 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 96 | 193 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.24 |
| HSL | 281.44º | 0.44% | 0.57% | - |
| HSV(B) | 281.44º | 0.5% | 0.76% | - |
| XYZ | 28.91 | 20 | 52.79 | - |
| YUV | 127.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 193 | 0.16 | 0.50 | 0 | 0.24 | 281.44 | 0.44 | 0.57 |
| Hex | A3 | 60 | C1 | 10 | 32 | 0 | 18 | 119 | 2C | 39 |
| Octal | 243 | 140 | 301 | 20 | 62 | 0 | 30 | 431 | 54 | 71 |
| Binary | 10100011 | 1100000 | 11000001 | 10000 | 110010 | 0 | 11000 | 100011001 | 101100 | 111001 |
Color Harmonies of #A360C1
Complementary color
Monochromatic Colors of #A360C1
Black with #A360C1
Text Example
Text Example
White with #A360C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360C1; }
p { color: rgb(163,96,193); }
H1.HeaderClassName
{
color: #A360C1;
}
.AnyTagClassName
{
color: #A360C1;
}
</style>
background-color css
<style>
a { background-color: #A360C1; }
a { background-color: rgb(163,96,193); }
div.DivClassName
{
background-color: #A360C1;
}
.BgClassName
{
background-color: #A360C1;
}
</style>
border-color css
<style>
span { border-color: #A360C1; }
span { border-color: rgb(163,96,193); }
td.TdClassName
{
border-color: #A360C1;
}
.TagClassName
{
border-color: #A360C1;
}
</style>