Shades of Deep Lilac #A547B1
Tints of Deep Lilac #A547B1
RGB
CMYK
RGB Variations
Color information
#A547B1 (or 0xA547B1) is known color: Deep Lilac. HEX triplet: A5, 47 and B1. RGB value is (165,71,177). Sum of RGB (Red+Green+Blue) = 165+71+177=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 177 - color contains mainly: blue. Hex color #A547B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A547B1 is #5AB84E. Grayscale: #6E6E6E. Windows color (decimal): -5945423 or 11618213. OLE color: 11618213.
HSL color Cylindrical-coordinate representation of color #A547B1: hue angle of 293.21º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A547B1 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 71 | 177 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.31 |
| HSL | 293.21º | 0.43% | 0.49% | - |
| HSV(B) | 293.21º | 0.6% | 0.69% | - |
| XYZ | 25.71 | 15.68 | 43.27 | - |
| YUV | 111.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 177 | 0.07 | 0.60 | 0 | 0.31 | 293.21 | 0.43 | 0.49 |
| Hex | A5 | 47 | B1 | 7 | 3C | 0 | 1F | 125 | 2B | 31 |
| Octal | 245 | 107 | 261 | 7 | 74 | 0 | 37 | 445 | 53 | 61 |
| Binary | 10100101 | 1000111 | 10110001 | 111 | 111100 | 0 | 11111 | 100100101 | 101011 | 110001 |
Color Harmonies of #A547B1
Complementary color
Monochromatic Colors of #A547B1
Black with #A547B1
Text Example
Text Example
White with #A547B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A547B1; }
p { color: rgb(165,71,177); }
H1.HeaderClassName
{
color: #A547B1;
}
.AnyTagClassName
{
color: #A547B1;
}
</style>
background-color css
<style>
a { background-color: #A547B1; }
a { background-color: rgb(165,71,177); }
div.DivClassName
{
background-color: #A547B1;
}
.BgClassName
{
background-color: #A547B1;
}
</style>
border-color css
<style>
span { border-color: #A547B1; }
span { border-color: rgb(165,71,177); }
td.TdClassName
{
border-color: #A547B1;
}
.TagClassName
{
border-color: #A547B1;
}
</style>