Shades of Deep Lilac #A366C0
Tints of Deep Lilac #A366C0
RGB
CMYK
RGB Variations
Color information
#A366C0 (or 0xA366C0) is known color: Deep Lilac. HEX triplet: A3, 66 and C0. RGB value is (163,102,192). Sum of RGB (Red+Green+Blue) = 163+102+192=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #A366C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366C0 is #5C993F. Grayscale: #828282. Windows color (decimal): -6068544 or 12609187. OLE color: 12609187.
HSL color Cylindrical-coordinate representation of color #A366C0: hue angle of 280.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A366C0 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 102 | 192 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.25 |
| HSL | 280.67º | 0.42% | 0.58% | - |
| HSV(B) | 280.67º | 0.47% | 0.75% | - |
| XYZ | 29.37 | 21.1 | 52.39 | - |
| YUV | 130.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 192 | 0.15 | 0.47 | 0 | 0.25 | 280.67 | 0.42 | 0.58 |
| Hex | A3 | 66 | C0 | F | 2F | 0 | 19 | 119 | 2A | 3A |
| Octal | 243 | 146 | 300 | 17 | 57 | 0 | 31 | 431 | 52 | 72 |
| Binary | 10100011 | 1100110 | 11000000 | 1111 | 101111 | 0 | 11001 | 100011001 | 101010 | 111010 |
Color Harmonies of #A366C0
Complementary color
Monochromatic Colors of #A366C0
Black with #A366C0
Text Example
Text Example
White with #A366C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366C0; }
p { color: rgb(163,102,192); }
H1.HeaderClassName
{
color: #A366C0;
}
.AnyTagClassName
{
color: #A366C0;
}
</style>
background-color css
<style>
a { background-color: #A366C0; }
a { background-color: rgb(163,102,192); }
div.DivClassName
{
background-color: #A366C0;
}
.BgClassName
{
background-color: #A366C0;
}
</style>
border-color css
<style>
span { border-color: #A366C0; }
span { border-color: rgb(163,102,192); }
td.TdClassName
{
border-color: #A366C0;
}
.TagClassName
{
border-color: #A366C0;
}
</style>