Shades of Deep Lilac #A752BC
Tints of Deep Lilac #A752BC
RGB
CMYK
RGB Variations
Color information
#A752BC (or 0xA752BC) is known color: Deep Lilac. HEX triplet: A7, 52 and BC. RGB value is (167,82,188). Sum of RGB (Red+Green+Blue) = 167+82+188=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #A752BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752BC is #58AD43. Grayscale: #777777. Windows color (decimal): -5811524 or 12341927. OLE color: 12341927.
HSL color Cylindrical-coordinate representation of color #A752BC: hue angle of 288.11º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A752BC is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 82 | 188 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.26 |
| HSL | 288.11º | 0.44% | 0.53% | - |
| HSV(B) | 288.11º | 0.56% | 0.74% | - |
| XYZ | 28.03 | 17.88 | 49.55 | - |
| YUV | 119.5 | 166.66 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 188 | 0.11 | 0.56 | 0 | 0.26 | 288.11 | 0.44 | 0.53 |
| Hex | A7 | 52 | BC | B | 38 | 0 | 1A | 120 | 2C | 35 |
| Octal | 247 | 122 | 274 | 13 | 70 | 0 | 32 | 440 | 54 | 65 |
| Binary | 10100111 | 1010010 | 10111100 | 1011 | 111000 | 0 | 11010 | 100100000 | 101100 | 110101 |
Color Harmonies of #A752BC
Complementary color
Monochromatic Colors of #A752BC
Black with #A752BC
Text Example
Text Example
White with #A752BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752BC; }
p { color: rgb(167,82,188); }
H1.HeaderClassName
{
color: #A752BC;
}
.AnyTagClassName
{
color: #A752BC;
}
</style>
background-color css
<style>
a { background-color: #A752BC; }
a { background-color: rgb(167,82,188); }
div.DivClassName
{
background-color: #A752BC;
}
.BgClassName
{
background-color: #A752BC;
}
</style>
border-color css
<style>
span { border-color: #A752BC; }
span { border-color: rgb(167,82,188); }
td.TdClassName
{
border-color: #A752BC;
}
.TagClassName
{
border-color: #A752BC;
}
</style>