Shades of Deep Lilac #A750BD
Tints of Deep Lilac #A750BD
RGB
CMYK
RGB Variations
Color information
#A750BD (or 0xA750BD) is known color: Deep Lilac. HEX triplet: A7, 50 and BD. RGB value is (167,80,189). Sum of RGB (Red+Green+Blue) = 167+80+189=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #A750BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A750BD is #58AF42. Grayscale: #767676. Windows color (decimal): -5812035 or 12406951. OLE color: 12406951.
HSL color Cylindrical-coordinate representation of color #A750BD: hue angle of 287.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A750BD is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 80 | 189 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.26 |
| HSL | 287.89º | 0.45% | 0.53% | - |
| HSV(B) | 287.89º | 0.58% | 0.74% | - |
| XYZ | 27.99 | 17.63 | 50.07 | - |
| YUV | 118.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 80 | 189 | 0.12 | 0.58 | 0 | 0.26 | 287.89 | 0.45 | 0.53 |
| Hex | A7 | 50 | BD | C | 3A | 0 | 1A | 120 | 2D | 35 |
| Octal | 247 | 120 | 275 | 14 | 72 | 0 | 32 | 440 | 55 | 65 |
| Binary | 10100111 | 1010000 | 10111101 | 1100 | 111010 | 0 | 11010 | 100100000 | 101101 | 110101 |
Color Harmonies of #A750BD
Complementary color
Monochromatic Colors of #A750BD
Black with #A750BD
Text Example
Text Example
White with #A750BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A750BD; }
p { color: rgb(167,80,189); }
H1.HeaderClassName
{
color: #A750BD;
}
.AnyTagClassName
{
color: #A750BD;
}
</style>
background-color css
<style>
a { background-color: #A750BD; }
a { background-color: rgb(167,80,189); }
div.DivClassName
{
background-color: #A750BD;
}
.BgClassName
{
background-color: #A750BD;
}
</style>
border-color css
<style>
span { border-color: #A750BD; }
span { border-color: rgb(167,80,189); }
td.TdClassName
{
border-color: #A750BD;
}
.TagClassName
{
border-color: #A750BD;
}
</style>