Shades of Deep Lilac #A752B9
Tints of Deep Lilac #A752B9
RGB
CMYK
RGB Variations
Color information
#A752B9 (or 0xA752B9) is known color: Deep Lilac. HEX triplet: A7, 52 and B9. RGB value is (167,82,185). Sum of RGB (Red+Green+Blue) = 167+82+185=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #A752B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752B9 is #58AD46. Grayscale: #767676. Windows color (decimal): -5811527 or 12145319. OLE color: 12145319.
HSL color Cylindrical-coordinate representation of color #A752B9: hue angle of 289.51º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A752B9 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 82 | 185 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.27 |
| HSL | 289.51º | 0.42% | 0.52% | - |
| HSV(B) | 289.51º | 0.56% | 0.73% | - |
| XYZ | 27.71 | 17.75 | 47.87 | - |
| YUV | 119.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 185 | 0.10 | 0.56 | 0 | 0.27 | 289.51 | 0.42 | 0.52 |
| Hex | A7 | 52 | B9 | A | 38 | 0 | 1B | 122 | 2A | 34 |
| Octal | 247 | 122 | 271 | 12 | 70 | 0 | 33 | 442 | 52 | 64 |
| Binary | 10100111 | 1010010 | 10111001 | 1010 | 111000 | 0 | 11011 | 100100010 | 101010 | 110100 |
Color Harmonies of #A752B9
Complementary color
Monochromatic Colors of #A752B9
Black with #A752B9
Text Example
Text Example
White with #A752B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752B9; }
p { color: rgb(167,82,185); }
H1.HeaderClassName
{
color: #A752B9;
}
.AnyTagClassName
{
color: #A752B9;
}
</style>
background-color css
<style>
a { background-color: #A752B9; }
a { background-color: rgb(167,82,185); }
div.DivClassName
{
background-color: #A752B9;
}
.BgClassName
{
background-color: #A752B9;
}
</style>
border-color css
<style>
span { border-color: #A752B9; }
span { border-color: rgb(167,82,185); }
td.TdClassName
{
border-color: #A752B9;
}
.TagClassName
{
border-color: #A752B9;
}
</style>