Shades of Deep Lilac #A852BD
Tints of Deep Lilac #A852BD
RGB
CMYK
RGB Variations
Color information
#A852BD (or 0xA852BD) is known color: Deep Lilac. HEX triplet: A8, 52 and BD. RGB value is (168,82,189). Sum of RGB (Red+Green+Blue) = 168+82+189=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #A852BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852BD is #57AD42. Grayscale: #777777. Windows color (decimal): -5745987 or 12407464. OLE color: 12407464.
HSL color Cylindrical-coordinate representation of color #A852BD: hue angle of 288.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A852BD is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 82 | 189 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.26 |
| HSL | 288.22º | 0.45% | 0.53% | - |
| HSV(B) | 288.22º | 0.57% | 0.74% | - |
| XYZ | 28.35 | 18.03 | 50.13 | - |
| YUV | 119.91 | 166.99 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 189 | 0.11 | 0.57 | 0 | 0.26 | 288.22 | 0.45 | 0.53 |
| Hex | A8 | 52 | BD | B | 39 | 0 | 1A | 120 | 2D | 35 |
| Octal | 250 | 122 | 275 | 13 | 71 | 0 | 32 | 440 | 55 | 65 |
| Binary | 10101000 | 1010010 | 10111101 | 1011 | 111001 | 0 | 11010 | 100100000 | 101101 | 110101 |
Color Harmonies of #A852BD
Complementary color
Monochromatic Colors of #A852BD
Black with #A852BD
Text Example
Text Example
White with #A852BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852BD; }
p { color: rgb(168,82,189); }
H1.HeaderClassName
{
color: #A852BD;
}
.AnyTagClassName
{
color: #A852BD;
}
</style>
background-color css
<style>
a { background-color: #A852BD; }
a { background-color: rgb(168,82,189); }
div.DivClassName
{
background-color: #A852BD;
}
.BgClassName
{
background-color: #A852BD;
}
</style>
border-color css
<style>
span { border-color: #A852BD; }
span { border-color: rgb(168,82,189); }
td.TdClassName
{
border-color: #A852BD;
}
.TagClassName
{
border-color: #A852BD;
}
</style>