Shades of Deep Lilac #A546B4
Tints of Deep Lilac #A546B4
RGB
CMYK
RGB Variations
Color information
#A546B4 (or 0xA546B4) is known color: Deep Lilac. HEX triplet: A5, 46 and B4. RGB value is (165,70,180). Sum of RGB (Red+Green+Blue) = 165+70+180=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #A546B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A546B4 is #5AB94B. Grayscale: #6E6E6E. Windows color (decimal): -5945676 or 11814565. OLE color: 11814565.
HSL color Cylindrical-coordinate representation of color #A546B4: hue angle of 291.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A546B4 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 70 | 180 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.29 |
| HSL | 291.82º | 0.44% | 0.49% | - |
| HSV(B) | 291.82º | 0.61% | 0.71% | - |
| XYZ | 25.95 | 15.67 | 44.84 | - |
| YUV | 110.95 | 166.97 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 180 | 0.08 | 0.61 | 0 | 0.29 | 291.82 | 0.44 | 0.49 |
| Hex | A5 | 46 | B4 | 8 | 3D | 0 | 1D | 124 | 2C | 31 |
| Octal | 245 | 106 | 264 | 10 | 75 | 0 | 35 | 444 | 54 | 61 |
| Binary | 10100101 | 1000110 | 10110100 | 1000 | 111101 | 0 | 11101 | 100100100 | 101100 | 110001 |
Color Harmonies of #A546B4
Complementary color
Monochromatic Colors of #A546B4
Black with #A546B4
Text Example
Text Example
White with #A546B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A546B4; }
p { color: rgb(165,70,180); }
H1.HeaderClassName
{
color: #A546B4;
}
.AnyTagClassName
{
color: #A546B4;
}
</style>
background-color css
<style>
a { background-color: #A546B4; }
a { background-color: rgb(165,70,180); }
div.DivClassName
{
background-color: #A546B4;
}
.BgClassName
{
background-color: #A546B4;
}
</style>
border-color css
<style>
span { border-color: #A546B4; }
span { border-color: rgb(165,70,180); }
td.TdClassName
{
border-color: #A546B4;
}
.TagClassName
{
border-color: #A546B4;
}
</style>