Shades of Deep Lilac #A558BC
Tints of Deep Lilac #A558BC
RGB
CMYK
RGB Variations
Color information
#A558BC (or 0xA558BC) is known color: Deep Lilac. HEX triplet: A5, 58 and BC. RGB value is (165,88,188). Sum of RGB (Red+Green+Blue) = 165+88+188=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #A558BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558BC is #5AA743. Grayscale: #7A7A7A. Windows color (decimal): -5941060 or 12343461. OLE color: 12343461.
HSL color Cylindrical-coordinate representation of color #A558BC: hue angle of 286.2º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A558BC is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 88 | 188 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.26 |
| HSL | 286.2º | 0.43% | 0.54% | - |
| HSV(B) | 286.2º | 0.53% | 0.74% | - |
| XYZ | 28.08 | 18.61 | 49.69 | - |
| YUV | 122.42 | 165.01 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 188 | 0.12 | 0.53 | 0 | 0.26 | 286.2 | 0.43 | 0.54 |
| Hex | A5 | 58 | BC | C | 35 | 0 | 1A | 11E | 2B | 36 |
| Octal | 245 | 130 | 274 | 14 | 65 | 0 | 32 | 436 | 53 | 66 |
| Binary | 10100101 | 1011000 | 10111100 | 1100 | 110101 | 0 | 11010 | 100011110 | 101011 | 110110 |
Color Harmonies of #A558BC
Complementary color
Monochromatic Colors of #A558BC
Black with #A558BC
Text Example
Text Example
White with #A558BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A558BC; }
p { color: rgb(165,88,188); }
H1.HeaderClassName
{
color: #A558BC;
}
.AnyTagClassName
{
color: #A558BC;
}
</style>
background-color css
<style>
a { background-color: #A558BC; }
a { background-color: rgb(165,88,188); }
div.DivClassName
{
background-color: #A558BC;
}
.BgClassName
{
background-color: #A558BC;
}
</style>
border-color css
<style>
span { border-color: #A558BC; }
span { border-color: rgb(165,88,188); }
td.TdClassName
{
border-color: #A558BC;
}
.TagClassName
{
border-color: #A558BC;
}
</style>