Shades of Deep Lilac #A047BD
Tints of Deep Lilac #A047BD
RGB
CMYK
RGB Variations
Color information
#A047BD (or 0xA047BD) is known color: Deep Lilac. HEX triplet: A0, 47 and BD. RGB value is (160,71,189). Sum of RGB (Red+Green+Blue) = 160+71+189=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #A047BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A047BD is #5FB842. Grayscale: #6E6E6E. Windows color (decimal): -6273091 or 12404640. OLE color: 12404640.
HSL color Cylindrical-coordinate representation of color #A047BD: hue angle of 285.25º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A047BD is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 71 | 189 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.26 |
| HSL | 285.25º | 0.47% | 0.51% | - |
| HSV(B) | 285.25º | 0.62% | 0.74% | - |
| XYZ | 25.94 | 15.65 | 49.8 | - |
| YUV | 111.06 | 171.99 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 189 | 0.15 | 0.62 | 0 | 0.26 | 285.25 | 0.47 | 0.51 |
| Hex | A0 | 47 | BD | F | 3E | 0 | 1A | 11D | 2F | 33 |
| Octal | 240 | 107 | 275 | 17 | 76 | 0 | 32 | 435 | 57 | 63 |
| Binary | 10100000 | 1000111 | 10111101 | 1111 | 111110 | 0 | 11010 | 100011101 | 101111 | 110011 |
Color Harmonies of #A047BD
Complementary color
Monochromatic Colors of #A047BD
Black with #A047BD
Text Example
Text Example
White with #A047BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A047BD; }
p { color: rgb(160,71,189); }
H1.HeaderClassName
{
color: #A047BD;
}
.AnyTagClassName
{
color: #A047BD;
}
</style>
background-color css
<style>
a { background-color: #A047BD; }
a { background-color: rgb(160,71,189); }
div.DivClassName
{
background-color: #A047BD;
}
.BgClassName
{
background-color: #A047BD;
}
</style>
border-color css
<style>
span { border-color: #A047BD; }
span { border-color: rgb(160,71,189); }
td.TdClassName
{
border-color: #A047BD;
}
.TagClassName
{
border-color: #A047BD;
}
</style>