Shades of Deep Lilac #A45AB6
Tints of Deep Lilac #A45AB6
RGB
CMYK
RGB Variations
Color information
#A45AB6 (or 0xA45AB6) is known color: Deep Lilac. HEX triplet: A4, 5A and B6. RGB value is (164,90,182). Sum of RGB (Red+Green+Blue) = 164+90+182=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 182 - color contains mainly: blue. Hex color #A45AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45AB6 is #5BA549. Grayscale: #7A7A7A. Windows color (decimal): -6006090 or 11950756. OLE color: 11950756.
HSL color Cylindrical-coordinate representation of color #A45AB6: hue angle of 288.26º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45AB6 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 90 | 182 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.29 |
| HSL | 288.26º | 0.39% | 0.53% | - |
| HSV(B) | 288.26º | 0.51% | 0.71% | - |
| XYZ | 27.41 | 18.58 | 46.4 | - |
| YUV | 122.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 182 | 0.10 | 0.51 | 0 | 0.29 | 288.26 | 0.39 | 0.53 |
| Hex | A4 | 5A | B6 | A | 33 | 0 | 1D | 120 | 27 | 35 |
| Octal | 244 | 132 | 266 | 12 | 63 | 0 | 35 | 440 | 47 | 65 |
| Binary | 10100100 | 1011010 | 10110110 | 1010 | 110011 | 0 | 11101 | 100100000 | 100111 | 110101 |
Color Harmonies of #A45AB6
Complementary color
Monochromatic Colors of #A45AB6
Black with #A45AB6
Text Example
Text Example
White with #A45AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45AB6; }
p { color: rgb(164,90,182); }
H1.HeaderClassName
{
color: #A45AB6;
}
.AnyTagClassName
{
color: #A45AB6;
}
</style>
background-color css
<style>
a { background-color: #A45AB6; }
a { background-color: rgb(164,90,182); }
div.DivClassName
{
background-color: #A45AB6;
}
.BgClassName
{
background-color: #A45AB6;
}
</style>
border-color css
<style>
span { border-color: #A45AB6; }
span { border-color: rgb(164,90,182); }
td.TdClassName
{
border-color: #A45AB6;
}
.TagClassName
{
border-color: #A45AB6;
}
</style>