Shades of Deep Lilac #A850B6
Tints of Deep Lilac #A850B6
RGB
CMYK
RGB Variations
Color information
#A850B6 (or 0xA850B6) is known color: Deep Lilac. HEX triplet: A8, 50 and B6. RGB value is (168,80,182). Sum of RGB (Red+Green+Blue) = 168+80+182=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 182 - color contains mainly: blue. Hex color #A850B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850B6 is #57AF49. Grayscale: #757575. Windows color (decimal): -5746506 or 11948200. OLE color: 11948200.
HSL color Cylindrical-coordinate representation of color #A850B6: hue angle of 291.76º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A850B6 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 80 | 182 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.29 |
| HSL | 291.76º | 0.41% | 0.51% | - |
| HSV(B) | 291.76º | 0.56% | 0.71% | - |
| XYZ | 27.46 | 17.44 | 46.17 | - |
| YUV | 117.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 182 | 0.08 | 0.56 | 0 | 0.29 | 291.76 | 0.41 | 0.51 |
| Hex | A8 | 50 | B6 | 8 | 38 | 0 | 1D | 124 | 29 | 33 |
| Octal | 250 | 120 | 266 | 10 | 70 | 0 | 35 | 444 | 51 | 63 |
| Binary | 10101000 | 1010000 | 10110110 | 1000 | 111000 | 0 | 11101 | 100100100 | 101001 | 110011 |
Color Harmonies of #A850B6
Complementary color
Monochromatic Colors of #A850B6
Black with #A850B6
Text Example
Text Example
White with #A850B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850B6; }
p { color: rgb(168,80,182); }
H1.HeaderClassName
{
color: #A850B6;
}
.AnyTagClassName
{
color: #A850B6;
}
</style>
background-color css
<style>
a { background-color: #A850B6; }
a { background-color: rgb(168,80,182); }
div.DivClassName
{
background-color: #A850B6;
}
.BgClassName
{
background-color: #A850B6;
}
</style>
border-color css
<style>
span { border-color: #A850B6; }
span { border-color: rgb(168,80,182); }
td.TdClassName
{
border-color: #A850B6;
}
.TagClassName
{
border-color: #A850B6;
}
</style>