Shades of Deep Lilac #A850B5
Tints of Deep Lilac #A850B5
RGB
CMYK
RGB Variations
Color information
#A850B5 (or 0xA850B5) is known color: Deep Lilac. HEX triplet: A8, 50 and B5. RGB value is (168,80,181). Sum of RGB (Red+Green+Blue) = 168+80+181=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 181 - color contains mainly: blue. Hex color #A850B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850B5 is #57AF4A. Grayscale: #757575. Windows color (decimal): -5746507 or 11882664. OLE color: 11882664.
HSL color Cylindrical-coordinate representation of color #A850B5: hue angle of 292.28º 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 #A850B5 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 80 | 181 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.29 |
| HSL | 292.28º | 0.41% | 0.51% | - |
| HSV(B) | 292.28º | 0.56% | 0.71% | - |
| XYZ | 27.36 | 17.4 | 45.63 | - |
| YUV | 117.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 181 | 0.07 | 0.56 | 0 | 0.29 | 292.28 | 0.41 | 0.51 |
| Hex | A8 | 50 | B5 | 7 | 38 | 0 | 1D | 124 | 29 | 33 |
| Octal | 250 | 120 | 265 | 7 | 70 | 0 | 35 | 444 | 51 | 63 |
| Binary | 10101000 | 1010000 | 10110101 | 111 | 111000 | 0 | 11101 | 100100100 | 101001 | 110011 |
Color Harmonies of #A850B5
Complementary color
Monochromatic Colors of #A850B5
Black with #A850B5
Text Example
Text Example
White with #A850B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850B5; }
p { color: rgb(168,80,181); }
H1.HeaderClassName
{
color: #A850B5;
}
.AnyTagClassName
{
color: #A850B5;
}
</style>
background-color css
<style>
a { background-color: #A850B5; }
a { background-color: rgb(168,80,181); }
div.DivClassName
{
background-color: #A850B5;
}
.BgClassName
{
background-color: #A850B5;
}
</style>
border-color css
<style>
span { border-color: #A850B5; }
span { border-color: rgb(168,80,181); }
td.TdClassName
{
border-color: #A850B5;
}
.TagClassName
{
border-color: #A850B5;
}
</style>