Shades of Deep Lilac #A557B2
Tints of Deep Lilac #A557B2
RGB
CMYK
RGB Variations
Color information
#A557B2 (or 0xA557B2) is known color: Deep Lilac. HEX triplet: A5, 57 and B2. RGB value is (165,87,178). Sum of RGB (Red+Green+Blue) = 165+87+178=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 178 - color contains mainly: blue. Hex color #A557B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A557B2 is #5AA84D. Grayscale: #787878. Windows color (decimal): -5941326 or 11687845. OLE color: 11687845.
HSL color Cylindrical-coordinate representation of color #A557B2: hue angle of 291.43º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A557B2 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 87 | 178 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.30 |
| HSL | 291.43º | 0.37% | 0.52% | - |
| HSV(B) | 291.43º | 0.51% | 0.7% | - |
| XYZ | 26.96 | 18.03 | 44.18 | - |
| YUV | 120.7 | 160.34 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 178 | 0.07 | 0.51 | 0 | 0.30 | 291.43 | 0.37 | 0.52 |
| Hex | A5 | 57 | B2 | 7 | 33 | 0 | 1E | 123 | 25 | 34 |
| Octal | 245 | 127 | 262 | 7 | 63 | 0 | 36 | 443 | 45 | 64 |
| Binary | 10100101 | 1010111 | 10110010 | 111 | 110011 | 0 | 11110 | 100100011 | 100101 | 110100 |
Color Harmonies of #A557B2
Complementary color
Monochromatic Colors of #A557B2
Black with #A557B2
Text Example
Text Example
White with #A557B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A557B2; }
p { color: rgb(165,87,178); }
H1.HeaderClassName
{
color: #A557B2;
}
.AnyTagClassName
{
color: #A557B2;
}
</style>
background-color css
<style>
a { background-color: #A557B2; }
a { background-color: rgb(165,87,178); }
div.DivClassName
{
background-color: #A557B2;
}
.BgClassName
{
background-color: #A557B2;
}
</style>
border-color css
<style>
span { border-color: #A557B2; }
span { border-color: rgb(165,87,178); }
td.TdClassName
{
border-color: #A557B2;
}
.TagClassName
{
border-color: #A557B2;
}
</style>