Shades of Deep Lilac #A546C8
Tints of Deep Lilac #A546C8
RGB
CMYK
RGB Variations
Color information
#A546C8 (or 0xA546C8) is known color: Deep Lilac. HEX triplet: A5, 46 and C8. RGB value is (165,70,200). Sum of RGB (Red+Green+Blue) = 165+70+200=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 200 - color contains mainly: blue. Hex color #A546C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A546C8 is #5AB937. Grayscale: #707070. Windows color (decimal): -5945656 or 13125285. OLE color: 13125285.
HSL color Cylindrical-coordinate representation of color #A546C8: hue angle of 283.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A546C8 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 70 | 200 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.22 |
| HSL | 283.85º | 0.54% | 0.53% | - |
| HSV(B) | 283.85º | 0.65% | 0.78% | - |
| XYZ | 28.13 | 16.55 | 56.36 | - |
| YUV | 113.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 200 | 0.18 | 0.65 | 0 | 0.22 | 283.85 | 0.54 | 0.53 |
| Hex | A5 | 46 | C8 | 12 | 41 | 0 | 16 | 11C | 36 | 35 |
| Octal | 245 | 106 | 310 | 22 | 101 | 0 | 26 | 434 | 66 | 65 |
| Binary | 10100101 | 1000110 | 11001000 | 10010 | 1000001 | 0 | 10110 | 100011100 | 110110 | 110101 |
Color Harmonies of #A546C8
Complementary color
Monochromatic Colors of #A546C8
Black with #A546C8
Text Example
Text Example
White with #A546C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A546C8; }
p { color: rgb(165,70,200); }
H1.HeaderClassName
{
color: #A546C8;
}
.AnyTagClassName
{
color: #A546C8;
}
</style>
background-color css
<style>
a { background-color: #A546C8; }
a { background-color: rgb(165,70,200); }
div.DivClassName
{
background-color: #A546C8;
}
.BgClassName
{
background-color: #A546C8;
}
</style>
border-color css
<style>
span { border-color: #A546C8; }
span { border-color: rgb(165,70,200); }
td.TdClassName
{
border-color: #A546C8;
}
.TagClassName
{
border-color: #A546C8;
}
</style>