Shades of Deep Lilac #A546AF
Tints of Deep Lilac #A546AF
RGB
CMYK
RGB Variations
Color information
#A546AF (or 0xA546AF) is known color: Deep Lilac. HEX triplet: A5, 46 and AF. RGB value is (165,70,175). Sum of RGB (Red+Green+Blue) = 165+70+175=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #A546AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A546AF is #5AB950. Grayscale: #6E6E6E. Windows color (decimal): -5945681 or 11486885. OLE color: 11486885.
HSL color Cylindrical-coordinate representation of color #A546AF: hue angle of 294.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A546AF is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 70 | 175 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.31 |
| HSL | 294.29º | 0.43% | 0.48% | - |
| HSV(B) | 294.29º | 0.6% | 0.69% | - |
| XYZ | 25.45 | 15.47 | 42.2 | - |
| YUV | 110.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 175 | 0.06 | 0.60 | 0 | 0.31 | 294.29 | 0.43 | 0.48 |
| Hex | A5 | 46 | AF | 6 | 3C | 0 | 1F | 126 | 2B | 30 |
| Octal | 245 | 106 | 257 | 6 | 74 | 0 | 37 | 446 | 53 | 60 |
| Binary | 10100101 | 1000110 | 10101111 | 110 | 111100 | 0 | 11111 | 100100110 | 101011 | 110000 |
Color Harmonies of #A546AF
Complementary color
Monochromatic Colors of #A546AF
Black with #A546AF
Text Example
Text Example
White with #A546AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A546AF; }
p { color: rgb(165,70,175); }
H1.HeaderClassName
{
color: #A546AF;
}
.AnyTagClassName
{
color: #A546AF;
}
</style>
background-color css
<style>
a { background-color: #A546AF; }
a { background-color: rgb(165,70,175); }
div.DivClassName
{
background-color: #A546AF;
}
.BgClassName
{
background-color: #A546AF;
}
</style>
border-color css
<style>
span { border-color: #A546AF; }
span { border-color: rgb(165,70,175); }
td.TdClassName
{
border-color: #A546AF;
}
.TagClassName
{
border-color: #A546AF;
}
</style>