Shades of Deep Lilac #A554BD
Tints of Deep Lilac #A554BD
RGB
CMYK
RGB Variations
Color information
#A554BD (or 0xA554BD) is known color: Deep Lilac. HEX triplet: A5, 54 and BD. RGB value is (165,84,189). Sum of RGB (Red+Green+Blue) = 165+84+189=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #A554BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554BD is #5AAB42. Grayscale: #777777. Windows color (decimal): -5942083 or 12407973. OLE color: 12407973.
HSL color Cylindrical-coordinate representation of color #A554BD: hue angle of 286.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A554BD is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 84 | 189 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.26 |
| HSL | 286.29º | 0.44% | 0.54% | - |
| HSV(B) | 286.29º | 0.56% | 0.74% | - |
| XYZ | 27.87 | 18.01 | 50.15 | - |
| YUV | 120.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 189 | 0.13 | 0.56 | 0 | 0.26 | 286.29 | 0.44 | 0.54 |
| Hex | A5 | 54 | BD | D | 38 | 0 | 1A | 11E | 2C | 36 |
| Octal | 245 | 124 | 275 | 15 | 70 | 0 | 32 | 436 | 54 | 66 |
| Binary | 10100101 | 1010100 | 10111101 | 1101 | 111000 | 0 | 11010 | 100011110 | 101100 | 110110 |
Color Harmonies of #A554BD
Complementary color
Monochromatic Colors of #A554BD
Black with #A554BD
Text Example
Text Example
White with #A554BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554BD; }
p { color: rgb(165,84,189); }
H1.HeaderClassName
{
color: #A554BD;
}
.AnyTagClassName
{
color: #A554BD;
}
</style>
background-color css
<style>
a { background-color: #A554BD; }
a { background-color: rgb(165,84,189); }
div.DivClassName
{
background-color: #A554BD;
}
.BgClassName
{
background-color: #A554BD;
}
</style>
border-color css
<style>
span { border-color: #A554BD; }
span { border-color: rgb(165,84,189); }
td.TdClassName
{
border-color: #A554BD;
}
.TagClassName
{
border-color: #A554BD;
}
</style>