Shades of Deep Lilac #A057C6
Tints of Deep Lilac #A057C6
RGB
CMYK
RGB Variations
Color information
#A057C6 (or 0xA057C6) is known color: Deep Lilac. HEX triplet: A0, 57 and C6. RGB value is (160,87,198). Sum of RGB (Red+Green+Blue) = 160+87+198=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #A057C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057C6 is #5FA839. Grayscale: #797979. Windows color (decimal): -6268986 or 12998560. OLE color: 12998560.
HSL color Cylindrical-coordinate representation of color #A057C6: hue angle of 279.46º 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 #A057C6 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 87 | 198 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.22 |
| HSL | 279.46º | 0.49% | 0.56% | - |
| HSV(B) | 279.46º | 0.56% | 0.78% | - |
| XYZ | 28.1 | 18.37 | 55.49 | - |
| YUV | 121.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 198 | 0.19 | 0.56 | 0 | 0.22 | 279.46 | 0.49 | 0.56 |
| Hex | A0 | 57 | C6 | 13 | 38 | 0 | 16 | 117 | 31 | 38 |
| Octal | 240 | 127 | 306 | 23 | 70 | 0 | 26 | 427 | 61 | 70 |
| Binary | 10100000 | 1010111 | 11000110 | 10011 | 111000 | 0 | 10110 | 100010111 | 110001 | 111000 |
Color Harmonies of #A057C6
Complementary color
Monochromatic Colors of #A057C6
Black with #A057C6
Text Example
Text Example
White with #A057C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A057C6; }
p { color: rgb(160,87,198); }
H1.HeaderClassName
{
color: #A057C6;
}
.AnyTagClassName
{
color: #A057C6;
}
</style>
background-color css
<style>
a { background-color: #A057C6; }
a { background-color: rgb(160,87,198); }
div.DivClassName
{
background-color: #A057C6;
}
.BgClassName
{
background-color: #A057C6;
}
</style>
border-color css
<style>
span { border-color: #A057C6; }
span { border-color: rgb(160,87,198); }
td.TdClassName
{
border-color: #A057C6;
}
.TagClassName
{
border-color: #A057C6;
}
</style>