Shades of Deep Lilac #A451C0
Tints of Deep Lilac #A451C0
RGB
CMYK
RGB Variations
Color information
#A451C0 (or 0xA451C0) is known color: Deep Lilac. HEX triplet: A4, 51 and C0. RGB value is (164,81,192). Sum of RGB (Red+Green+Blue) = 164+81+192=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #A451C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451C0 is #5BAE3F. Grayscale: #767676. Windows color (decimal): -6008384 or 12603812. OLE color: 12603812.
HSL color Cylindrical-coordinate representation of color #A451C0: hue angle of 284.86º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A451C0 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 81 | 192 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.25 |
| HSL | 284.86º | 0.47% | 0.54% | - |
| HSV(B) | 284.86º | 0.58% | 0.75% | - |
| XYZ | 27.77 | 17.58 | 51.8 | - |
| YUV | 118.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 192 | 0.15 | 0.58 | 0 | 0.25 | 284.86 | 0.47 | 0.54 |
| Hex | A4 | 51 | C0 | F | 3A | 0 | 19 | 11D | 2F | 36 |
| Octal | 244 | 121 | 300 | 17 | 72 | 0 | 31 | 435 | 57 | 66 |
| Binary | 10100100 | 1010001 | 11000000 | 1111 | 111010 | 0 | 11001 | 100011101 | 101111 | 110110 |
Color Harmonies of #A451C0
Complementary color
Monochromatic Colors of #A451C0
Black with #A451C0
Text Example
Text Example
White with #A451C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A451C0; }
p { color: rgb(164,81,192); }
H1.HeaderClassName
{
color: #A451C0;
}
.AnyTagClassName
{
color: #A451C0;
}
</style>
background-color css
<style>
a { background-color: #A451C0; }
a { background-color: rgb(164,81,192); }
div.DivClassName
{
background-color: #A451C0;
}
.BgClassName
{
background-color: #A451C0;
}
</style>
border-color css
<style>
span { border-color: #A451C0; }
span { border-color: rgb(164,81,192); }
td.TdClassName
{
border-color: #A451C0;
}
.TagClassName
{
border-color: #A451C0;
}
</style>