Shades of Deep Lilac #A850C1
Tints of Deep Lilac #A850C1
RGB
CMYK
RGB Variations
Color information
#A850C1 (or 0xA850C1) is known color: Deep Lilac. HEX triplet: A8, 50 and C1. RGB value is (168,80,193). Sum of RGB (Red+Green+Blue) = 168+80+193=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #A850C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850C1 is #57AF3E. Grayscale: #767676. Windows color (decimal): -5746495 or 12669096. OLE color: 12669096.
HSL color Cylindrical-coordinate representation of color #A850C1: hue angle of 286.73º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A850C1 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 80 | 193 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.24 |
| HSL | 286.73º | 0.48% | 0.54% | - |
| HSV(B) | 286.73º | 0.59% | 0.76% | - |
| XYZ | 28.64 | 17.91 | 52.4 | - |
| YUV | 119.19 | 169.65 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 193 | 0.13 | 0.59 | 0 | 0.24 | 286.73 | 0.48 | 0.54 |
| Hex | A8 | 50 | C1 | D | 3B | 0 | 18 | 11F | 30 | 36 |
| Octal | 250 | 120 | 301 | 15 | 73 | 0 | 30 | 437 | 60 | 66 |
| Binary | 10101000 | 1010000 | 11000001 | 1101 | 111011 | 0 | 11000 | 100011111 | 110000 | 110110 |
Color Harmonies of #A850C1
Complementary color
Monochromatic Colors of #A850C1
Black with #A850C1
Text Example
Text Example
White with #A850C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850C1; }
p { color: rgb(168,80,193); }
H1.HeaderClassName
{
color: #A850C1;
}
.AnyTagClassName
{
color: #A850C1;
}
</style>
background-color css
<style>
a { background-color: #A850C1; }
a { background-color: rgb(168,80,193); }
div.DivClassName
{
background-color: #A850C1;
}
.BgClassName
{
background-color: #A850C1;
}
</style>
border-color css
<style>
span { border-color: #A850C1; }
span { border-color: rgb(168,80,193); }
td.TdClassName
{
border-color: #A850C1;
}
.TagClassName
{
border-color: #A850C1;
}
</style>