Shades of Deep Lilac #A45BBE
Tints of Deep Lilac #A45BBE
RGB
CMYK
RGB Variations
Color information
#A45BBE (or 0xA45BBE) is known color: Deep Lilac. HEX triplet: A4, 5B and BE. RGB value is (164,91,190). Sum of RGB (Red+Green+Blue) = 164+91+190=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #A45BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45BBE is #5BA441. Grayscale: #7B7B7B. Windows color (decimal): -6005826 or 12475300. OLE color: 12475300.
HSL color Cylindrical-coordinate representation of color #A45BBE: hue angle of 284.24º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A45BBE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 91 | 190 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.25 |
| HSL | 284.24º | 0.43% | 0.55% | - |
| HSV(B) | 284.24º | 0.52% | 0.75% | - |
| XYZ | 28.35 | 19.09 | 50.91 | - |
| YUV | 124.11 | 165.18 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 190 | 0.14 | 0.52 | 0 | 0.25 | 284.24 | 0.43 | 0.55 |
| Hex | A4 | 5B | BE | E | 34 | 0 | 19 | 11C | 2B | 37 |
| Octal | 244 | 133 | 276 | 16 | 64 | 0 | 31 | 434 | 53 | 67 |
| Binary | 10100100 | 1011011 | 10111110 | 1110 | 110100 | 0 | 11001 | 100011100 | 101011 | 110111 |
Color Harmonies of #A45BBE
Complementary color
Monochromatic Colors of #A45BBE
Black with #A45BBE
Text Example
Text Example
White with #A45BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BBE; }
p { color: rgb(164,91,190); }
H1.HeaderClassName
{
color: #A45BBE;
}
.AnyTagClassName
{
color: #A45BBE;
}
</style>
background-color css
<style>
a { background-color: #A45BBE; }
a { background-color: rgb(164,91,190); }
div.DivClassName
{
background-color: #A45BBE;
}
.BgClassName
{
background-color: #A45BBE;
}
</style>
border-color css
<style>
span { border-color: #A45BBE; }
span { border-color: rgb(164,91,190); }
td.TdClassName
{
border-color: #A45BBE;
}
.TagClassName
{
border-color: #A45BBE;
}
</style>