Shades of Deep Lilac #A850B9
Tints of Deep Lilac #A850B9
RGB
CMYK
RGB Variations
Color information
#A850B9 (or 0xA850B9) is known color: Deep Lilac. HEX triplet: A8, 50 and B9. RGB value is (168,80,185). Sum of RGB (Red+Green+Blue) = 168+80+185=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 185 - color contains mainly: blue. Hex color #A850B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850B9 is #57AF46. Grayscale: #757575. Windows color (decimal): -5746503 or 12144808. OLE color: 12144808.
HSL color Cylindrical-coordinate representation of color #A850B9: hue angle of 290.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A850B9 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 80 | 185 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.27 |
| HSL | 290.29º | 0.43% | 0.52% | - |
| HSV(B) | 290.29º | 0.57% | 0.73% | - |
| XYZ | 27.77 | 17.56 | 47.83 | - |
| YUV | 118.28 | 165.65 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 185 | 0.09 | 0.57 | 0 | 0.27 | 290.29 | 0.43 | 0.52 |
| Hex | A8 | 50 | B9 | 9 | 39 | 0 | 1B | 122 | 2B | 34 |
| Octal | 250 | 120 | 271 | 11 | 71 | 0 | 33 | 442 | 53 | 64 |
| Binary | 10101000 | 1010000 | 10111001 | 1001 | 111001 | 0 | 11011 | 100100010 | 101011 | 110100 |
Color Harmonies of #A850B9
Complementary color
Monochromatic Colors of #A850B9
Black with #A850B9
Text Example
Text Example
White with #A850B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850B9; }
p { color: rgb(168,80,185); }
H1.HeaderClassName
{
color: #A850B9;
}
.AnyTagClassName
{
color: #A850B9;
}
</style>
background-color css
<style>
a { background-color: #A850B9; }
a { background-color: rgb(168,80,185); }
div.DivClassName
{
background-color: #A850B9;
}
.BgClassName
{
background-color: #A850B9;
}
</style>
border-color css
<style>
span { border-color: #A850B9; }
span { border-color: rgb(168,80,185); }
td.TdClassName
{
border-color: #A850B9;
}
.TagClassName
{
border-color: #A850B9;
}
</style>