Shades of Deep Lilac #A457C6
Tints of Deep Lilac #A457C6
RGB
CMYK
RGB Variations
Color information
#A457C6 (or 0xA457C6) is known color: Deep Lilac. HEX triplet: A4, 57 and C6. RGB value is (164,87,198). Sum of RGB (Red+Green+Blue) = 164+87+198=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #A457C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A457C6 is #5BA839. Grayscale: #7A7A7A. Windows color (decimal): -6006842 or 12998564. OLE color: 12998564.
HSL color Cylindrical-coordinate representation of color #A457C6: hue angle of 281.62º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A457C6 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 87 | 198 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.22 |
| HSL | 281.62º | 0.49% | 0.56% | - |
| HSV(B) | 281.62º | 0.56% | 0.78% | - |
| XYZ | 28.91 | 18.79 | 55.53 | - |
| YUV | 122.68 | 170.51 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 87 | 198 | 0.17 | 0.56 | 0 | 0.22 | 281.62 | 0.49 | 0.56 |
| Hex | A4 | 57 | C6 | 11 | 38 | 0 | 16 | 11A | 31 | 38 |
| Octal | 244 | 127 | 306 | 21 | 70 | 0 | 26 | 432 | 61 | 70 |
| Binary | 10100100 | 1010111 | 11000110 | 10001 | 111000 | 0 | 10110 | 100011010 | 110001 | 111000 |
Color Harmonies of #A457C6
Complementary color
Monochromatic Colors of #A457C6
Black with #A457C6
Text Example
Text Example
White with #A457C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A457C6; }
p { color: rgb(164,87,198); }
H1.HeaderClassName
{
color: #A457C6;
}
.AnyTagClassName
{
color: #A457C6;
}
</style>
background-color css
<style>
a { background-color: #A457C6; }
a { background-color: rgb(164,87,198); }
div.DivClassName
{
background-color: #A457C6;
}
.BgClassName
{
background-color: #A457C6;
}
</style>
border-color css
<style>
span { border-color: #A457C6; }
span { border-color: rgb(164,87,198); }
td.TdClassName
{
border-color: #A457C6;
}
.TagClassName
{
border-color: #A457C6;
}
</style>