Shades of Deep Lilac #A057C1
Tints of Deep Lilac #A057C1
RGB
CMYK
RGB Variations
Color information
#A057C1 (or 0xA057C1) is known color: Deep Lilac. HEX triplet: A0, 57 and C1. RGB value is (160,87,193). Sum of RGB (Red+Green+Blue) = 160+87+193=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #A057C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057C1 is #5FA83E. Grayscale: #787878. Windows color (decimal): -6268991 or 12670880. OLE color: 12670880.
HSL color Cylindrical-coordinate representation of color #A057C1: hue angle of 281.32º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A057C1 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 87 | 193 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.24 |
| HSL | 281.32º | 0.46% | 0.55% | - |
| HSV(B) | 281.32º | 0.55% | 0.76% | - |
| XYZ | 27.53 | 18.14 | 52.5 | - |
| YUV | 120.91 | 168.68 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 193 | 0.17 | 0.55 | 0 | 0.24 | 281.32 | 0.46 | 0.55 |
| Hex | A0 | 57 | C1 | 11 | 37 | 0 | 18 | 119 | 2E | 37 |
| Octal | 240 | 127 | 301 | 21 | 67 | 0 | 30 | 431 | 56 | 67 |
| Binary | 10100000 | 1010111 | 11000001 | 10001 | 110111 | 0 | 11000 | 100011001 | 101110 | 110111 |
Color Harmonies of #A057C1
Complementary color
Monochromatic Colors of #A057C1
Black with #A057C1
Text Example
Text Example
White with #A057C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A057C1; }
p { color: rgb(160,87,193); }
H1.HeaderClassName
{
color: #A057C1;
}
.AnyTagClassName
{
color: #A057C1;
}
</style>
background-color css
<style>
a { background-color: #A057C1; }
a { background-color: rgb(160,87,193); }
div.DivClassName
{
background-color: #A057C1;
}
.BgClassName
{
background-color: #A057C1;
}
</style>
border-color css
<style>
span { border-color: #A057C1; }
span { border-color: rgb(160,87,193); }
td.TdClassName
{
border-color: #A057C1;
}
.TagClassName
{
border-color: #A057C1;
}
</style>