Shades of Deep Lilac #A455BA
Tints of Deep Lilac #A455BA
RGB
CMYK
RGB Variations
Color information
#A455BA (or 0xA455BA) is known color: Deep Lilac. HEX triplet: A4, 55 and BA. RGB value is (164,85,186). Sum of RGB (Red+Green+Blue) = 164+85+186=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #A455BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455BA is #5BAA45. Grayscale: #777777. Windows color (decimal): -6007366 or 12211620. OLE color: 12211620.
HSL color Cylindrical-coordinate representation of color #A455BA: hue angle of 286.93º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A455BA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 85 | 186 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.27 |
| HSL | 286.93º | 0.42% | 0.53% | - |
| HSV(B) | 286.93º | 0.54% | 0.73% | - |
| XYZ | 27.42 | 17.93 | 48.47 | - |
| YUV | 120.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 186 | 0.12 | 0.54 | 0 | 0.27 | 286.93 | 0.42 | 0.53 |
| Hex | A4 | 55 | BA | C | 36 | 0 | 1B | 11F | 2A | 35 |
| Octal | 244 | 125 | 272 | 14 | 66 | 0 | 33 | 437 | 52 | 65 |
| Binary | 10100100 | 1010101 | 10111010 | 1100 | 110110 | 0 | 11011 | 100011111 | 101010 | 110101 |
Color Harmonies of #A455BA
Complementary color
Monochromatic Colors of #A455BA
Black with #A455BA
Text Example
Text Example
White with #A455BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A455BA; }
p { color: rgb(164,85,186); }
H1.HeaderClassName
{
color: #A455BA;
}
.AnyTagClassName
{
color: #A455BA;
}
</style>
background-color css
<style>
a { background-color: #A455BA; }
a { background-color: rgb(164,85,186); }
div.DivClassName
{
background-color: #A455BA;
}
.BgClassName
{
background-color: #A455BA;
}
</style>
border-color css
<style>
span { border-color: #A455BA; }
span { border-color: rgb(164,85,186); }
td.TdClassName
{
border-color: #A455BA;
}
.TagClassName
{
border-color: #A455BA;
}
</style>