Shades of Deep Lilac #A457B1
Tints of Deep Lilac #A457B1
RGB
CMYK
RGB Variations
Color information
#A457B1 (or 0xA457B1) is known color: Deep Lilac. HEX triplet: A4, 57 and B1. RGB value is (164,87,177). Sum of RGB (Red+Green+Blue) = 164+87+177=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 177 - color contains mainly: blue. Hex color #A457B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A457B1 is #5BA84E. Grayscale: #787878. Windows color (decimal): -6006863 or 11622308. OLE color: 11622308.
HSL color Cylindrical-coordinate representation of color #A457B1: hue angle of 291.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A457B1 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 87 | 177 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.31 |
| HSL | 291.33º | 0.37% | 0.52% | - |
| HSV(B) | 291.33º | 0.51% | 0.69% | - |
| XYZ | 26.65 | 17.88 | 43.64 | - |
| YUV | 120.28 | 160.01 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 87 | 177 | 0.07 | 0.51 | 0 | 0.31 | 291.33 | 0.37 | 0.52 |
| Hex | A4 | 57 | B1 | 7 | 33 | 0 | 1F | 123 | 25 | 34 |
| Octal | 244 | 127 | 261 | 7 | 63 | 0 | 37 | 443 | 45 | 64 |
| Binary | 10100100 | 1010111 | 10110001 | 111 | 110011 | 0 | 11111 | 100100011 | 100101 | 110100 |
Color Harmonies of #A457B1
Complementary color
Monochromatic Colors of #A457B1
Black with #A457B1
Text Example
Text Example
White with #A457B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A457B1; }
p { color: rgb(164,87,177); }
H1.HeaderClassName
{
color: #A457B1;
}
.AnyTagClassName
{
color: #A457B1;
}
</style>
background-color css
<style>
a { background-color: #A457B1; }
a { background-color: rgb(164,87,177); }
div.DivClassName
{
background-color: #A457B1;
}
.BgClassName
{
background-color: #A457B1;
}
</style>
border-color css
<style>
span { border-color: #A457B1; }
span { border-color: rgb(164,87,177); }
td.TdClassName
{
border-color: #A457B1;
}
.TagClassName
{
border-color: #A457B1;
}
</style>