Shades of Deep Lilac #A557CC
Tints of Deep Lilac #A557CC
RGB
CMYK
RGB Variations
Color information
#A557CC (or 0xA557CC) is known color: Deep Lilac. HEX triplet: A5, 57 and CC. RGB value is (165,87,204). Sum of RGB (Red+Green+Blue) = 165+87+204=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #A557CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557CC is #5AA833. Grayscale: #7B7B7B. Windows color (decimal): -5941300 or 13391781. OLE color: 13391781.
HSL color Cylindrical-coordinate representation of color #A557CC: hue angle of 280º 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 #A557CC is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 87 | 204 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.2 |
| HSL | 280º | 0.53% | 0.57% | - |
| HSV(B) | 280º | 0.57% | 0.8% | - |
| XYZ | 29.82 | 19.18 | 59.26 | - |
| YUV | 123.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 204 | 0.19 | 0.57 | 0 | 0.2 | 280 | 0.53 | 0.57 |
| Hex | A5 | 57 | CC | 13 | 39 | 0 | 14 | 118 | 35 | 39 |
| Octal | 245 | 127 | 314 | 23 | 71 | 0 | 24 | 430 | 65 | 71 |
| Binary | 10100101 | 1010111 | 11001100 | 10011 | 111001 | 0 | 10100 | 100011000 | 110101 | 111001 |
Color Harmonies of #A557CC
Complementary color
Monochromatic Colors of #A557CC
Black with #A557CC
Text Example
Text Example
White with #A557CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A557CC; }
p { color: rgb(165,87,204); }
H1.HeaderClassName
{
color: #A557CC;
}
.AnyTagClassName
{
color: #A557CC;
}
</style>
background-color css
<style>
a { background-color: #A557CC; }
a { background-color: rgb(165,87,204); }
div.DivClassName
{
background-color: #A557CC;
}
.BgClassName
{
background-color: #A557CC;
}
</style>
border-color css
<style>
span { border-color: #A557CC; }
span { border-color: rgb(165,87,204); }
td.TdClassName
{
border-color: #A557CC;
}
.TagClassName
{
border-color: #A557CC;
}
</style>