Shades of Deep Lilac #A546BA
Tints of Deep Lilac #A546BA
RGB
CMYK
RGB Variations
Color information
#A546BA (or 0xA546BA) is known color: Deep Lilac. HEX triplet: A5, 46 and BA. RGB value is (165,70,186). Sum of RGB (Red+Green+Blue) = 165+70+186=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #A546BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A546BA is #5AB945. Grayscale: #6F6F6F. Windows color (decimal): -5945670 or 12207781. OLE color: 12207781.
HSL color Cylindrical-coordinate representation of color #A546BA: hue angle of 289.14º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A546BA is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 70 | 186 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.27 |
| HSL | 289.14º | 0.46% | 0.5% | - |
| HSV(B) | 289.14º | 0.62% | 0.73% | - |
| XYZ | 26.57 | 15.92 | 48.13 | - |
| YUV | 111.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 186 | 0.11 | 0.62 | 0 | 0.27 | 289.14 | 0.46 | 0.5 |
| Hex | A5 | 46 | BA | B | 3E | 0 | 1B | 121 | 2E | 32 |
| Octal | 245 | 106 | 272 | 13 | 76 | 0 | 33 | 441 | 56 | 62 |
| Binary | 10100101 | 1000110 | 10111010 | 1011 | 111110 | 0 | 11011 | 100100001 | 101110 | 110010 |
Color Harmonies of #A546BA
Complementary color
Monochromatic Colors of #A546BA
Black with #A546BA
Text Example
Text Example
White with #A546BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A546BA; }
p { color: rgb(165,70,186); }
H1.HeaderClassName
{
color: #A546BA;
}
.AnyTagClassName
{
color: #A546BA;
}
</style>
background-color css
<style>
a { background-color: #A546BA; }
a { background-color: rgb(165,70,186); }
div.DivClassName
{
background-color: #A546BA;
}
.BgClassName
{
background-color: #A546BA;
}
</style>
border-color css
<style>
span { border-color: #A546BA; }
span { border-color: rgb(165,70,186); }
td.TdClassName
{
border-color: #A546BA;
}
.TagClassName
{
border-color: #A546BA;
}
</style>