Shades of Deep Lilac #A749BD
Tints of Deep Lilac #A749BD
RGB
CMYK
RGB Variations
Color information
#A749BD (or 0xA749BD) is known color: Deep Lilac. HEX triplet: A7, 49 and BD. RGB value is (167,73,189). Sum of RGB (Red+Green+Blue) = 167+73+189=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #A749BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749BD is #58B642. Grayscale: #717171. Windows color (decimal): -5813827 or 12405159. OLE color: 12405159.
HSL color Cylindrical-coordinate representation of color #A749BD: hue angle of 288.62º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A749BD is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 73 | 189 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.26 |
| HSL | 288.62º | 0.47% | 0.51% | - |
| HSV(B) | 288.62º | 0.61% | 0.74% | - |
| XYZ | 27.5 | 16.65 | 49.91 | - |
| YUV | 114.33 | 170.14 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 73 | 189 | 0.12 | 0.61 | 0 | 0.26 | 288.62 | 0.47 | 0.51 |
| Hex | A7 | 49 | BD | C | 3D | 0 | 1A | 121 | 2F | 33 |
| Octal | 247 | 111 | 275 | 14 | 75 | 0 | 32 | 441 | 57 | 63 |
| Binary | 10100111 | 1001001 | 10111101 | 1100 | 111101 | 0 | 11010 | 100100001 | 101111 | 110011 |
Color Harmonies of #A749BD
Complementary color
Monochromatic Colors of #A749BD
Black with #A749BD
Text Example
Text Example
White with #A749BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A749BD; }
p { color: rgb(167,73,189); }
H1.HeaderClassName
{
color: #A749BD;
}
.AnyTagClassName
{
color: #A749BD;
}
</style>
background-color css
<style>
a { background-color: #A749BD; }
a { background-color: rgb(167,73,189); }
div.DivClassName
{
background-color: #A749BD;
}
.BgClassName
{
background-color: #A749BD;
}
</style>
border-color css
<style>
span { border-color: #A749BD; }
span { border-color: rgb(167,73,189); }
td.TdClassName
{
border-color: #A749BD;
}
.TagClassName
{
border-color: #A749BD;
}
</style>