Shades of Deep Lilac #A464BE
Tints of Deep Lilac #A464BE
RGB
CMYK
RGB Variations
Color information
#A464BE (or 0xA464BE) is known color: Deep Lilac. HEX triplet: A4, 64 and BE. RGB value is (164,100,190). Sum of RGB (Red+Green+Blue) = 164+100+190=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #A464BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464BE is #5B9B41. Grayscale: #818181. Windows color (decimal): -6003522 or 12477604. OLE color: 12477604.
HSL color Cylindrical-coordinate representation of color #A464BE: hue angle of 282.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A464BE is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 100 | 190 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.25 |
| HSL | 282.67º | 0.41% | 0.57% | - |
| HSV(B) | 282.67º | 0.47% | 0.75% | - |
| XYZ | 29.16 | 20.72 | 51.18 | - |
| YUV | 129.4 | 162.2 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 190 | 0.14 | 0.47 | 0 | 0.25 | 282.67 | 0.41 | 0.57 |
| Hex | A4 | 64 | BE | E | 2F | 0 | 19 | 11B | 29 | 39 |
| Octal | 244 | 144 | 276 | 16 | 57 | 0 | 31 | 433 | 51 | 71 |
| Binary | 10100100 | 1100100 | 10111110 | 1110 | 101111 | 0 | 11001 | 100011011 | 101001 | 111001 |
Color Harmonies of #A464BE
Complementary color
Monochromatic Colors of #A464BE
Black with #A464BE
Text Example
Text Example
White with #A464BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A464BE; }
p { color: rgb(164,100,190); }
H1.HeaderClassName
{
color: #A464BE;
}
.AnyTagClassName
{
color: #A464BE;
}
</style>
background-color css
<style>
a { background-color: #A464BE; }
a { background-color: rgb(164,100,190); }
div.DivClassName
{
background-color: #A464BE;
}
.BgClassName
{
background-color: #A464BE;
}
</style>
border-color css
<style>
span { border-color: #A464BE; }
span { border-color: rgb(164,100,190); }
td.TdClassName
{
border-color: #A464BE;
}
.TagClassName
{
border-color: #A464BE;
}
</style>