Shades of Deep Lilac #A650C0
Tints of Deep Lilac #A650C0
RGB
CMYK
RGB Variations
Color information
#A650C0 (or 0xA650C0) is known color: Deep Lilac. HEX triplet: A6, 50 and C0. RGB value is (166,80,192). Sum of RGB (Red+Green+Blue) = 166+80+192=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #A650C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A650C0 is #59AF3F. Grayscale: #767676. Windows color (decimal): -5877568 or 12603558. OLE color: 12603558.
HSL color Cylindrical-coordinate representation of color #A650C0: hue angle of 286.07º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A650C0 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 80 | 192 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.25 |
| HSL | 286.07º | 0.47% | 0.53% | - |
| HSV(B) | 286.07º | 0.58% | 0.75% | - |
| XYZ | 28.11 | 17.65 | 51.79 | - |
| YUV | 118.48 | 169.49 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 192 | 0.14 | 0.58 | 0 | 0.25 | 286.07 | 0.47 | 0.53 |
| Hex | A6 | 50 | C0 | E | 3A | 0 | 19 | 11E | 2F | 35 |
| Octal | 246 | 120 | 300 | 16 | 72 | 0 | 31 | 436 | 57 | 65 |
| Binary | 10100110 | 1010000 | 11000000 | 1110 | 111010 | 0 | 11001 | 100011110 | 101111 | 110101 |
Color Harmonies of #A650C0
Complementary color
Monochromatic Colors of #A650C0
Black with #A650C0
Text Example
Text Example
White with #A650C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A650C0; }
p { color: rgb(166,80,192); }
H1.HeaderClassName
{
color: #A650C0;
}
.AnyTagClassName
{
color: #A650C0;
}
</style>
background-color css
<style>
a { background-color: #A650C0; }
a { background-color: rgb(166,80,192); }
div.DivClassName
{
background-color: #A650C0;
}
.BgClassName
{
background-color: #A650C0;
}
</style>
border-color css
<style>
span { border-color: #A650C0; }
span { border-color: rgb(166,80,192); }
td.TdClassName
{
border-color: #A650C0;
}
.TagClassName
{
border-color: #A650C0;
}
</style>