Shades of Deep Lilac #A047B3
Tints of Deep Lilac #A047B3
RGB
CMYK
RGB Variations
Color information
#A047B3 (or 0xA047B3) is known color: Deep Lilac. HEX triplet: A0, 47 and B3. RGB value is (160,71,179). Sum of RGB (Red+Green+Blue) = 160+71+179=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 179 - color contains mainly: blue. Hex color #A047B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A047B3 is #5FB84C. Grayscale: #6D6D6D. Windows color (decimal): -6273101 or 11749280. OLE color: 11749280.
HSL color Cylindrical-coordinate representation of color #A047B3: hue angle of 289.44º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A047B3 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 71 | 179 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.30 |
| HSL | 289.44º | 0.43% | 0.49% | - |
| HSV(B) | 289.44º | 0.6% | 0.7% | - |
| XYZ | 24.89 | 15.23 | 44.28 | - |
| YUV | 109.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 179 | 0.11 | 0.60 | 0 | 0.30 | 289.44 | 0.43 | 0.49 |
| Hex | A0 | 47 | B3 | B | 3C | 0 | 1E | 121 | 2B | 31 |
| Octal | 240 | 107 | 263 | 13 | 74 | 0 | 36 | 441 | 53 | 61 |
| Binary | 10100000 | 1000111 | 10110011 | 1011 | 111100 | 0 | 11110 | 100100001 | 101011 | 110001 |
Color Harmonies of #A047B3
Complementary color
Monochromatic Colors of #A047B3
Black with #A047B3
Text Example
Text Example
White with #A047B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A047B3; }
p { color: rgb(160,71,179); }
H1.HeaderClassName
{
color: #A047B3;
}
.AnyTagClassName
{
color: #A047B3;
}
</style>
background-color css
<style>
a { background-color: #A047B3; }
a { background-color: rgb(160,71,179); }
div.DivClassName
{
background-color: #A047B3;
}
.BgClassName
{
background-color: #A047B3;
}
</style>
border-color css
<style>
span { border-color: #A047B3; }
span { border-color: rgb(160,71,179); }
td.TdClassName
{
border-color: #A047B3;
}
.TagClassName
{
border-color: #A047B3;
}
</style>