Shades of Deep Lilac #A852BE
Tints of Deep Lilac #A852BE
RGB
CMYK
RGB Variations
Color information
#A852BE (or 0xA852BE) is known color: Deep Lilac. HEX triplet: A8, 52 and BE. RGB value is (168,82,190). Sum of RGB (Red+Green+Blue) = 168+82+190=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #A852BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852BE is #57AD41. Grayscale: #777777. Windows color (decimal): -5745986 or 12473000. OLE color: 12473000.
HSL color Cylindrical-coordinate representation of color #A852BE: hue angle of 287.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A852BE is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 82 | 190 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.25 |
| HSL | 287.78º | 0.45% | 0.53% | - |
| HSV(B) | 287.78º | 0.57% | 0.75% | - |
| XYZ | 28.46 | 18.08 | 50.7 | - |
| YUV | 120.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 190 | 0.12 | 0.57 | 0 | 0.25 | 287.78 | 0.45 | 0.53 |
| Hex | A8 | 52 | BE | C | 39 | 0 | 19 | 120 | 2D | 35 |
| Octal | 250 | 122 | 276 | 14 | 71 | 0 | 31 | 440 | 55 | 65 |
| Binary | 10101000 | 1010010 | 10111110 | 1100 | 111001 | 0 | 11001 | 100100000 | 101101 | 110101 |
Color Harmonies of #A852BE
Complementary color
Monochromatic Colors of #A852BE
Black with #A852BE
Text Example
Text Example
White with #A852BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852BE; }
p { color: rgb(168,82,190); }
H1.HeaderClassName
{
color: #A852BE;
}
.AnyTagClassName
{
color: #A852BE;
}
</style>
background-color css
<style>
a { background-color: #A852BE; }
a { background-color: rgb(168,82,190); }
div.DivClassName
{
background-color: #A852BE;
}
.BgClassName
{
background-color: #A852BE;
}
</style>
border-color css
<style>
span { border-color: #A852BE; }
span { border-color: rgb(168,82,190); }
td.TdClassName
{
border-color: #A852BE;
}
.TagClassName
{
border-color: #A852BE;
}
</style>