Shades of Deep Lilac #A047B6
Tints of Deep Lilac #A047B6
RGB
CMYK
RGB Variations
Color information
#A047B6 (or 0xA047B6) is known color: Deep Lilac. HEX triplet: A0, 47 and B6. RGB value is (160,71,182). Sum of RGB (Red+Green+Blue) = 160+71+182=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 182 - color contains mainly: blue. Hex color #A047B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A047B6 is #5FB849. Grayscale: #6D6D6D. Windows color (decimal): -6273098 or 11945888. OLE color: 11945888.
HSL color Cylindrical-coordinate representation of color #A047B6: hue angle of 288.11º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A047B6 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 71 | 182 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.29 |
| HSL | 288.11º | 0.44% | 0.5% | - |
| HSV(B) | 288.11º | 0.61% | 0.71% | - |
| XYZ | 25.19 | 15.36 | 45.89 | - |
| YUV | 110.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 182 | 0.12 | 0.61 | 0 | 0.29 | 288.11 | 0.44 | 0.5 |
| Hex | A0 | 47 | B6 | C | 3D | 0 | 1D | 120 | 2C | 32 |
| Octal | 240 | 107 | 266 | 14 | 75 | 0 | 35 | 440 | 54 | 62 |
| Binary | 10100000 | 1000111 | 10110110 | 1100 | 111101 | 0 | 11101 | 100100000 | 101100 | 110010 |
Color Harmonies of #A047B6
Complementary color
Monochromatic Colors of #A047B6
Black with #A047B6
Text Example
Text Example
White with #A047B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A047B6; }
p { color: rgb(160,71,182); }
H1.HeaderClassName
{
color: #A047B6;
}
.AnyTagClassName
{
color: #A047B6;
}
</style>
background-color css
<style>
a { background-color: #A047B6; }
a { background-color: rgb(160,71,182); }
div.DivClassName
{
background-color: #A047B6;
}
.BgClassName
{
background-color: #A047B6;
}
</style>
border-color css
<style>
span { border-color: #A047B6; }
span { border-color: rgb(160,71,182); }
td.TdClassName
{
border-color: #A047B6;
}
.TagClassName
{
border-color: #A047B6;
}
</style>