Shades of Deep Lilac #A547BD
Tints of Deep Lilac #A547BD
RGB
CMYK
RGB Variations
Color information
#A547BD (or 0xA547BD) is known color: Deep Lilac. HEX triplet: A5, 47 and BD. RGB value is (165,71,189). Sum of RGB (Red+Green+Blue) = 165+71+189=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #A547BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547BD is #5AB842. Grayscale: #707070. Windows color (decimal): -5945411 or 12404645. OLE color: 12404645.
HSL color Cylindrical-coordinate representation of color #A547BD: hue angle of 287.8º 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 #A547BD is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 71 | 189 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.26 |
| HSL | 287.8º | 0.47% | 0.51% | - |
| HSV(B) | 287.8º | 0.62% | 0.74% | - |
| XYZ | 26.96 | 16.18 | 49.85 | - |
| YUV | 112.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 189 | 0.13 | 0.62 | 0 | 0.26 | 287.8 | 0.47 | 0.51 |
| Hex | A5 | 47 | BD | D | 3E | 0 | 1A | 120 | 2F | 33 |
| Octal | 245 | 107 | 275 | 15 | 76 | 0 | 32 | 440 | 57 | 63 |
| Binary | 10100101 | 1000111 | 10111101 | 1101 | 111110 | 0 | 11010 | 100100000 | 101111 | 110011 |
Color Harmonies of #A547BD
Complementary color
Monochromatic Colors of #A547BD
Black with #A547BD
Text Example
Text Example
White with #A547BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A547BD; }
p { color: rgb(165,71,189); }
H1.HeaderClassName
{
color: #A547BD;
}
.AnyTagClassName
{
color: #A547BD;
}
</style>
background-color css
<style>
a { background-color: #A547BD; }
a { background-color: rgb(165,71,189); }
div.DivClassName
{
background-color: #A547BD;
}
.BgClassName
{
background-color: #A547BD;
}
</style>
border-color css
<style>
span { border-color: #A547BD; }
span { border-color: rgb(165,71,189); }
td.TdClassName
{
border-color: #A547BD;
}
.TagClassName
{
border-color: #A547BD;
}
</style>