Shades of Deep Lilac #A45DB2
Tints of Deep Lilac #A45DB2
RGB
CMYK
RGB Variations
Color information
#A45DB2 (or 0xA45DB2) is known color: Deep Lilac. HEX triplet: A4, 5D and B2. RGB value is (164,93,178). Sum of RGB (Red+Green+Blue) = 164+93+178=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #A45DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45DB2 is #5BA24D. Grayscale: #7B7B7B. Windows color (decimal): -6005326 or 11689380. OLE color: 11689380.
HSL color Cylindrical-coordinate representation of color #A45DB2: hue angle of 290.12º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A45DB2 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 93 | 178 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.30 |
| HSL | 290.12º | 0.36% | 0.53% | - |
| HSV(B) | 290.12º | 0.48% | 0.7% | - |
| XYZ | 27.26 | 18.94 | 44.34 | - |
| YUV | 123.92 | 158.52 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 178 | 0.08 | 0.48 | 0 | 0.30 | 290.12 | 0.36 | 0.53 |
| Hex | A4 | 5D | B2 | 8 | 30 | 0 | 1E | 122 | 24 | 35 |
| Octal | 244 | 135 | 262 | 10 | 60 | 0 | 36 | 442 | 44 | 65 |
| Binary | 10100100 | 1011101 | 10110010 | 1000 | 110000 | 0 | 11110 | 100100010 | 100100 | 110101 |
Color Harmonies of #A45DB2
Complementary color
Monochromatic Colors of #A45DB2
Black with #A45DB2
Text Example
Text Example
White with #A45DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45DB2; }
p { color: rgb(164,93,178); }
H1.HeaderClassName
{
color: #A45DB2;
}
.AnyTagClassName
{
color: #A45DB2;
}
</style>
background-color css
<style>
a { background-color: #A45DB2; }
a { background-color: rgb(164,93,178); }
div.DivClassName
{
background-color: #A45DB2;
}
.BgClassName
{
background-color: #A45DB2;
}
</style>
border-color css
<style>
span { border-color: #A45DB2; }
span { border-color: rgb(164,93,178); }
td.TdClassName
{
border-color: #A45DB2;
}
.TagClassName
{
border-color: #A45DB2;
}
</style>