Shades of Deep Lilac #A45AB4
Tints of Deep Lilac #A45AB4
RGB
CMYK
RGB Variations
Color information
#A45AB4 (or 0xA45AB4) is known color: Deep Lilac. HEX triplet: A4, 5A and B4. RGB value is (164,90,180). Sum of RGB (Red+Green+Blue) = 164+90+180=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 180 - color contains mainly: blue. Hex color #A45AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45AB4 is #5BA54B. Grayscale: #7A7A7A. Windows color (decimal): -6006092 or 11819684. OLE color: 11819684.
HSL color Cylindrical-coordinate representation of color #A45AB4: hue angle of 289.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A45AB4 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 90 | 180 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.29 |
| HSL | 289.33º | 0.38% | 0.53% | - |
| HSV(B) | 289.33º | 0.5% | 0.71% | - |
| XYZ | 27.2 | 18.5 | 45.32 | - |
| YUV | 122.39 | 160.52 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 180 | 0.09 | 0.50 | 0 | 0.29 | 289.33 | 0.38 | 0.53 |
| Hex | A4 | 5A | B4 | 9 | 32 | 0 | 1D | 121 | 26 | 35 |
| Octal | 244 | 132 | 264 | 11 | 62 | 0 | 35 | 441 | 46 | 65 |
| Binary | 10100100 | 1011010 | 10110100 | 1001 | 110010 | 0 | 11101 | 100100001 | 100110 | 110101 |
Color Harmonies of #A45AB4
Complementary color
Monochromatic Colors of #A45AB4
Black with #A45AB4
Text Example
Text Example
White with #A45AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45AB4; }
p { color: rgb(164,90,180); }
H1.HeaderClassName
{
color: #A45AB4;
}
.AnyTagClassName
{
color: #A45AB4;
}
</style>
background-color css
<style>
a { background-color: #A45AB4; }
a { background-color: rgb(164,90,180); }
div.DivClassName
{
background-color: #A45AB4;
}
.BgClassName
{
background-color: #A45AB4;
}
</style>
border-color css
<style>
span { border-color: #A45AB4; }
span { border-color: rgb(164,90,180); }
td.TdClassName
{
border-color: #A45AB4;
}
.TagClassName
{
border-color: #A45AB4;
}
</style>