Shades of Deep Lilac #A557CB
Tints of Deep Lilac #A557CB
RGB
CMYK
RGB Variations
Color information
#A557CB (or 0xA557CB) is known color: Deep Lilac. HEX triplet: A5, 57 and CB. RGB value is (165,87,203). Sum of RGB (Red+Green+Blue) = 165+87+203=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #A557CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557CB is #5AA834. Grayscale: #7B7B7B. Windows color (decimal): -5941301 or 13326245. OLE color: 13326245.
HSL color Cylindrical-coordinate representation of color #A557CB: hue angle of 280.34º 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 #A557CB is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 87 | 203 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.20 |
| HSL | 280.34º | 0.53% | 0.57% | - |
| HSV(B) | 280.34º | 0.57% | 0.8% | - |
| XYZ | 29.7 | 19.13 | 58.63 | - |
| YUV | 123.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 203 | 0.19 | 0.57 | 0 | 0.20 | 280.34 | 0.53 | 0.57 |
| Hex | A5 | 57 | CB | 13 | 39 | 0 | 14 | 118 | 35 | 39 |
| Octal | 245 | 127 | 313 | 23 | 71 | 0 | 24 | 430 | 65 | 71 |
| Binary | 10100101 | 1010111 | 11001011 | 10011 | 111001 | 0 | 10100 | 100011000 | 110101 | 111001 |
Color Harmonies of #A557CB
Complementary color
Monochromatic Colors of #A557CB
Black with #A557CB
Text Example
Text Example
White with #A557CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A557CB; }
p { color: rgb(165,87,203); }
H1.HeaderClassName
{
color: #A557CB;
}
.AnyTagClassName
{
color: #A557CB;
}
</style>
background-color css
<style>
a { background-color: #A557CB; }
a { background-color: rgb(165,87,203); }
div.DivClassName
{
background-color: #A557CB;
}
.BgClassName
{
background-color: #A557CB;
}
</style>
border-color css
<style>
span { border-color: #A557CB; }
span { border-color: rgb(165,87,203); }
td.TdClassName
{
border-color: #A557CB;
}
.TagClassName
{
border-color: #A557CB;
}
</style>