Shades of Deep Lilac #A454BE
Tints of Deep Lilac #A454BE
RGB
CMYK
RGB Variations
Color information
#A454BE (or 0xA454BE) is known color: Deep Lilac. HEX triplet: A4, 54 and BE. RGB value is (164,84,190). Sum of RGB (Red+Green+Blue) = 164+84+190=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #A454BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A454BE is #5BAB41. Grayscale: #777777. Windows color (decimal): -6007618 or 12473508. OLE color: 12473508.
HSL color Cylindrical-coordinate representation of color #A454BE: hue angle of 285.28º 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 #A454BE is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 84 | 190 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.25 |
| HSL | 285.28º | 0.45% | 0.54% | - |
| HSV(B) | 285.28º | 0.56% | 0.75% | - |
| XYZ | 27.77 | 17.95 | 50.72 | - |
| YUV | 120 | 167.5 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 190 | 0.14 | 0.56 | 0 | 0.25 | 285.28 | 0.45 | 0.54 |
| Hex | A4 | 54 | BE | E | 38 | 0 | 19 | 11D | 2D | 36 |
| Octal | 244 | 124 | 276 | 16 | 70 | 0 | 31 | 435 | 55 | 66 |
| Binary | 10100100 | 1010100 | 10111110 | 1110 | 111000 | 0 | 11001 | 100011101 | 101101 | 110110 |
Color Harmonies of #A454BE
Complementary color
Monochromatic Colors of #A454BE
Black with #A454BE
Text Example
Text Example
White with #A454BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A454BE; }
p { color: rgb(164,84,190); }
H1.HeaderClassName
{
color: #A454BE;
}
.AnyTagClassName
{
color: #A454BE;
}
</style>
background-color css
<style>
a { background-color: #A454BE; }
a { background-color: rgb(164,84,190); }
div.DivClassName
{
background-color: #A454BE;
}
.BgClassName
{
background-color: #A454BE;
}
</style>
border-color css
<style>
span { border-color: #A454BE; }
span { border-color: rgb(164,84,190); }
td.TdClassName
{
border-color: #A454BE;
}
.TagClassName
{
border-color: #A454BE;
}
</style>