Shades of Deep Lilac #A557CE
Tints of Deep Lilac #A557CE
RGB
CMYK
RGB Variations
Color information
#A557CE (or 0xA557CE) is known color: Deep Lilac. HEX triplet: A5, 57 and CE. RGB value is (165,87,206). Sum of RGB (Red+Green+Blue) = 165+87+206=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #A557CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557CE is #5AA831. Grayscale: #7B7B7B. Windows color (decimal): -5941298 or 13522853. OLE color: 13522853.
HSL color Cylindrical-coordinate representation of color #A557CE: hue angle of 279.33º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A557CE is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 87 | 206 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.19 |
| HSL | 279.33º | 0.55% | 0.57% | - |
| HSV(B) | 279.33º | 0.58% | 0.81% | - |
| XYZ | 30.07 | 19.27 | 60.53 | - |
| YUV | 123.89 | 174.34 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 206 | 0.20 | 0.58 | 0 | 0.19 | 279.33 | 0.55 | 0.57 |
| Hex | A5 | 57 | CE | 14 | 3A | 0 | 13 | 117 | 37 | 39 |
| Octal | 245 | 127 | 316 | 24 | 72 | 0 | 23 | 427 | 67 | 71 |
| Binary | 10100101 | 1010111 | 11001110 | 10100 | 111010 | 0 | 10011 | 100010111 | 110111 | 111001 |
Color Harmonies of #A557CE
Complementary color
Monochromatic Colors of #A557CE
Black with #A557CE
Text Example
Text Example
White with #A557CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A557CE; }
p { color: rgb(165,87,206); }
H1.HeaderClassName
{
color: #A557CE;
}
.AnyTagClassName
{
color: #A557CE;
}
</style>
background-color css
<style>
a { background-color: #A557CE; }
a { background-color: rgb(165,87,206); }
div.DivClassName
{
background-color: #A557CE;
}
.BgClassName
{
background-color: #A557CE;
}
</style>
border-color css
<style>
span { border-color: #A557CE; }
span { border-color: rgb(165,87,206); }
td.TdClassName
{
border-color: #A557CE;
}
.TagClassName
{
border-color: #A557CE;
}
</style>