Shades of Deep Lilac #A558CB
Tints of Deep Lilac #A558CB
RGB
CMYK
RGB Variations
Color information
#A558CB (or 0xA558CB) is known color: Deep Lilac. HEX triplet: A5, 58 and CB. RGB value is (165,88,203). Sum of RGB (Red+Green+Blue) = 165+88+203=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #A558CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558CB is #5AA734. Grayscale: #7B7B7B. Windows color (decimal): -5941045 or 13326501. OLE color: 13326501.
HSL color Cylindrical-coordinate representation of color #A558CB: hue angle of 280.17º 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 #A558CB is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 88 | 203 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.20 |
| HSL | 280.17º | 0.53% | 0.57% | - |
| HSV(B) | 280.17º | 0.57% | 0.8% | - |
| XYZ | 29.79 | 19.29 | 58.65 | - |
| YUV | 124.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 203 | 0.19 | 0.57 | 0 | 0.20 | 280.17 | 0.53 | 0.57 |
| Hex | A5 | 58 | CB | 13 | 39 | 0 | 14 | 118 | 35 | 39 |
| Octal | 245 | 130 | 313 | 23 | 71 | 0 | 24 | 430 | 65 | 71 |
| Binary | 10100101 | 1011000 | 11001011 | 10011 | 111001 | 0 | 10100 | 100011000 | 110101 | 111001 |
Color Harmonies of #A558CB
Complementary color
Monochromatic Colors of #A558CB
Black with #A558CB
Text Example
Text Example
White with #A558CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A558CB; }
p { color: rgb(165,88,203); }
H1.HeaderClassName
{
color: #A558CB;
}
.AnyTagClassName
{
color: #A558CB;
}
</style>
background-color css
<style>
a { background-color: #A558CB; }
a { background-color: rgb(165,88,203); }
div.DivClassName
{
background-color: #A558CB;
}
.BgClassName
{
background-color: #A558CB;
}
</style>
border-color css
<style>
span { border-color: #A558CB; }
span { border-color: rgb(165,88,203); }
td.TdClassName
{
border-color: #A558CB;
}
.TagClassName
{
border-color: #A558CB;
}
</style>