Shades of Deep Lilac #A557BA
Tints of Deep Lilac #A557BA
RGB
CMYK
RGB Variations
Color information
#A557BA (or 0xA557BA) is known color: Deep Lilac. HEX triplet: A5, 57 and BA. RGB value is (165,87,186). Sum of RGB (Red+Green+Blue) = 165+87+186=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #A557BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557BA is #5AA845. Grayscale: #797979. Windows color (decimal): -5941318 or 12212133. OLE color: 12212133.
HSL color Cylindrical-coordinate representation of color #A557BA: hue angle of 287.27º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A557BA is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 87 | 186 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.27 |
| HSL | 287.27º | 0.42% | 0.54% | - |
| HSV(B) | 287.27º | 0.53% | 0.73% | - |
| XYZ | 27.79 | 18.36 | 48.53 | - |
| YUV | 121.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 186 | 0.11 | 0.53 | 0 | 0.27 | 287.27 | 0.42 | 0.54 |
| Hex | A5 | 57 | BA | B | 35 | 0 | 1B | 11F | 2A | 36 |
| Octal | 245 | 127 | 272 | 13 | 65 | 0 | 33 | 437 | 52 | 66 |
| Binary | 10100101 | 1010111 | 10111010 | 1011 | 110101 | 0 | 11011 | 100011111 | 101010 | 110110 |
Color Harmonies of #A557BA
Complementary color
Monochromatic Colors of #A557BA
Black with #A557BA
Text Example
Text Example
White with #A557BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A557BA; }
p { color: rgb(165,87,186); }
H1.HeaderClassName
{
color: #A557BA;
}
.AnyTagClassName
{
color: #A557BA;
}
</style>
background-color css
<style>
a { background-color: #A557BA; }
a { background-color: rgb(165,87,186); }
div.DivClassName
{
background-color: #A557BA;
}
.BgClassName
{
background-color: #A557BA;
}
</style>
border-color css
<style>
span { border-color: #A557BA; }
span { border-color: rgb(165,87,186); }
td.TdClassName
{
border-color: #A557BA;
}
.TagClassName
{
border-color: #A557BA;
}
</style>