Shades of Deep Lilac #A357CC
Tints of Deep Lilac #A357CC
RGB
CMYK
RGB Variations
Color information
#A357CC (or 0xA357CC) is known color: Deep Lilac. HEX triplet: A3, 57 and CC. RGB value is (163,87,204). Sum of RGB (Red+Green+Blue) = 163+87+204=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #A357CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A357CC is #5CA833. Grayscale: #7A7A7A. Windows color (decimal): -6072372 or 13391779. OLE color: 13391779.
HSL color Cylindrical-coordinate representation of color #A357CC: hue angle of 278.97º 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 #A357CC is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 87 | 204 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.2 |
| HSL | 278.97º | 0.53% | 0.57% | - |
| HSV(B) | 278.97º | 0.57% | 0.8% | - |
| XYZ | 29.41 | 18.96 | 59.24 | - |
| YUV | 123.06 | 173.68 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 204 | 0.20 | 0.57 | 0 | 0.2 | 278.97 | 0.53 | 0.57 |
| Hex | A3 | 57 | CC | 14 | 39 | 0 | 14 | 117 | 35 | 39 |
| Octal | 243 | 127 | 314 | 24 | 71 | 0 | 24 | 427 | 65 | 71 |
| Binary | 10100011 | 1010111 | 11001100 | 10100 | 111001 | 0 | 10100 | 100010111 | 110101 | 111001 |
Color Harmonies of #A357CC
Complementary color
Monochromatic Colors of #A357CC
Black with #A357CC
Text Example
Text Example
White with #A357CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A357CC; }
p { color: rgb(163,87,204); }
H1.HeaderClassName
{
color: #A357CC;
}
.AnyTagClassName
{
color: #A357CC;
}
</style>
background-color css
<style>
a { background-color: #A357CC; }
a { background-color: rgb(163,87,204); }
div.DivClassName
{
background-color: #A357CC;
}
.BgClassName
{
background-color: #A357CC;
}
</style>
border-color css
<style>
span { border-color: #A357CC; }
span { border-color: rgb(163,87,204); }
td.TdClassName
{
border-color: #A357CC;
}
.TagClassName
{
border-color: #A357CC;
}
</style>