Shades of Deep Lilac #A457CC
Tints of Deep Lilac #A457CC
RGB
CMYK
RGB Variations
Color information
#A457CC (or 0xA457CC) is known color: Deep Lilac. HEX triplet: A4, 57 and CC. RGB value is (164,87,204). Sum of RGB (Red+Green+Blue) = 164+87+204=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #A457CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A457CC is #5BA833. Grayscale: #7A7A7A. Windows color (decimal): -6006836 or 13391780. OLE color: 13391780.
HSL color Cylindrical-coordinate representation of color #A457CC: hue angle of 279.49º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A457CC is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 87 | 204 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.2 |
| HSL | 279.49º | 0.53% | 0.57% | - |
| HSV(B) | 279.49º | 0.57% | 0.8% | - |
| XYZ | 29.62 | 19.07 | 59.25 | - |
| YUV | 123.36 | 173.51 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 87 | 204 | 0.20 | 0.57 | 0 | 0.2 | 279.49 | 0.53 | 0.57 |
| Hex | A4 | 57 | CC | 14 | 39 | 0 | 14 | 117 | 35 | 39 |
| Octal | 244 | 127 | 314 | 24 | 71 | 0 | 24 | 427 | 65 | 71 |
| Binary | 10100100 | 1010111 | 11001100 | 10100 | 111001 | 0 | 10100 | 100010111 | 110101 | 111001 |
Color Harmonies of #A457CC
Complementary color
Monochromatic Colors of #A457CC
Black with #A457CC
Text Example
Text Example
White with #A457CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A457CC; }
p { color: rgb(164,87,204); }
H1.HeaderClassName
{
color: #A457CC;
}
.AnyTagClassName
{
color: #A457CC;
}
</style>
background-color css
<style>
a { background-color: #A457CC; }
a { background-color: rgb(164,87,204); }
div.DivClassName
{
background-color: #A457CC;
}
.BgClassName
{
background-color: #A457CC;
}
</style>
border-color css
<style>
span { border-color: #A457CC; }
span { border-color: rgb(164,87,204); }
td.TdClassName
{
border-color: #A457CC;
}
.TagClassName
{
border-color: #A457CC;
}
</style>