Shades of Deep Lilac #A850B2
Tints of Deep Lilac #A850B2
RGB
CMYK
RGB Variations
Color information
#A850B2 (or 0xA850B2) is known color: Deep Lilac. HEX triplet: A8, 50 and B2. RGB value is (168,80,178). Sum of RGB (Red+Green+Blue) = 168+80+178=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 178 - color contains mainly: blue. Hex color #A850B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A850B2 is #57AF4D. Grayscale: #757575. Windows color (decimal): -5746510 or 11686056. OLE color: 11686056.
HSL color Cylindrical-coordinate representation of color #A850B2: hue angle of 293.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A850B2 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 80 | 178 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.30 |
| HSL | 293.88º | 0.39% | 0.51% | - |
| HSV(B) | 293.88º | 0.55% | 0.7% | - |
| XYZ | 27.05 | 17.28 | 44.03 | - |
| YUV | 117.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 178 | 0.06 | 0.55 | 0 | 0.30 | 293.88 | 0.39 | 0.51 |
| Hex | A8 | 50 | B2 | 6 | 37 | 0 | 1E | 126 | 27 | 33 |
| Octal | 250 | 120 | 262 | 6 | 67 | 0 | 36 | 446 | 47 | 63 |
| Binary | 10101000 | 1010000 | 10110010 | 110 | 110111 | 0 | 11110 | 100100110 | 100111 | 110011 |
Color Harmonies of #A850B2
Complementary color
Monochromatic Colors of #A850B2
Black with #A850B2
Text Example
Text Example
White with #A850B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850B2; }
p { color: rgb(168,80,178); }
H1.HeaderClassName
{
color: #A850B2;
}
.AnyTagClassName
{
color: #A850B2;
}
</style>
background-color css
<style>
a { background-color: #A850B2; }
a { background-color: rgb(168,80,178); }
div.DivClassName
{
background-color: #A850B2;
}
.BgClassName
{
background-color: #A850B2;
}
</style>
border-color css
<style>
span { border-color: #A850B2; }
span { border-color: rgb(168,80,178); }
td.TdClassName
{
border-color: #A850B2;
}
.TagClassName
{
border-color: #A850B2;
}
</style>