Shades of Deep Lilac #A154BE
Tints of Deep Lilac #A154BE
RGB
CMYK
RGB Variations
Color information
#A154BE (or 0xA154BE) is known color: Deep Lilac. HEX triplet: A1, 54 and BE. RGB value is (161,84,190). Sum of RGB (Red+Green+Blue) = 161+84+190=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #A154BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A154BE is #5EAB41. Grayscale: #767676. Windows color (decimal): -6204226 or 12473505. OLE color: 12473505.
HSL color Cylindrical-coordinate representation of color #A154BE: hue angle of 283.58º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A154BE is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 84 | 190 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.25 |
| HSL | 283.58º | 0.45% | 0.54% | - |
| HSV(B) | 283.58º | 0.56% | 0.75% | - |
| XYZ | 27.16 | 17.64 | 50.69 | - |
| YUV | 119.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 190 | 0.15 | 0.56 | 0 | 0.25 | 283.58 | 0.45 | 0.54 |
| Hex | A1 | 54 | BE | F | 38 | 0 | 19 | 11C | 2D | 36 |
| Octal | 241 | 124 | 276 | 17 | 70 | 0 | 31 | 434 | 55 | 66 |
| Binary | 10100001 | 1010100 | 10111110 | 1111 | 111000 | 0 | 11001 | 100011100 | 101101 | 110110 |
Color Harmonies of #A154BE
Complementary color
Monochromatic Colors of #A154BE
Black with #A154BE
Text Example
Text Example
White with #A154BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A154BE; }
p { color: rgb(161,84,190); }
H1.HeaderClassName
{
color: #A154BE;
}
.AnyTagClassName
{
color: #A154BE;
}
</style>
background-color css
<style>
a { background-color: #A154BE; }
a { background-color: rgb(161,84,190); }
div.DivClassName
{
background-color: #A154BE;
}
.BgClassName
{
background-color: #A154BE;
}
</style>
border-color css
<style>
span { border-color: #A154BE; }
span { border-color: rgb(161,84,190); }
td.TdClassName
{
border-color: #A154BE;
}
.TagClassName
{
border-color: #A154BE;
}
</style>