Shades of Deep Lilac #A747BB
Tints of Deep Lilac #A747BB
RGB
CMYK
RGB Variations
Color information
#A747BB (or 0xA747BB) is known color: Deep Lilac. HEX triplet: A7, 47 and BB. RGB value is (167,71,187). Sum of RGB (Red+Green+Blue) = 167+71+187=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #A747BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A747BB is #58B844. Grayscale: #707070. Windows color (decimal): -5814341 or 12273575. OLE color: 12273575.
HSL color Cylindrical-coordinate representation of color #A747BB: hue angle of 289.66º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A747BB is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 71 | 187 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.27 |
| HSL | 289.66º | 0.46% | 0.51% | - |
| HSV(B) | 289.66º | 0.62% | 0.73% | - |
| XYZ | 27.16 | 16.31 | 48.73 | - |
| YUV | 112.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 187 | 0.11 | 0.62 | 0 | 0.27 | 289.66 | 0.46 | 0.51 |
| Hex | A7 | 47 | BB | B | 3E | 0 | 1B | 122 | 2E | 33 |
| Octal | 247 | 107 | 273 | 13 | 76 | 0 | 33 | 442 | 56 | 63 |
| Binary | 10100111 | 1000111 | 10111011 | 1011 | 111110 | 0 | 11011 | 100100010 | 101110 | 110011 |
Color Harmonies of #A747BB
Complementary color
Monochromatic Colors of #A747BB
Black with #A747BB
Text Example
Text Example
White with #A747BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A747BB; }
p { color: rgb(167,71,187); }
H1.HeaderClassName
{
color: #A747BB;
}
.AnyTagClassName
{
color: #A747BB;
}
</style>
background-color css
<style>
a { background-color: #A747BB; }
a { background-color: rgb(167,71,187); }
div.DivClassName
{
background-color: #A747BB;
}
.BgClassName
{
background-color: #A747BB;
}
</style>
border-color css
<style>
span { border-color: #A747BB; }
span { border-color: rgb(167,71,187); }
td.TdClassName
{
border-color: #A747BB;
}
.TagClassName
{
border-color: #A747BB;
}
</style>