Shades of Deep Lilac #A558CC
Tints of Deep Lilac #A558CC
RGB
CMYK
RGB Variations
Color information
#A558CC (or 0xA558CC) is known color: Deep Lilac. HEX triplet: A5, 58 and CC. RGB value is (165,88,204). Sum of RGB (Red+Green+Blue) = 165+88+204=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #A558CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558CC is #5AA733. Grayscale: #7B7B7B. Windows color (decimal): -5941044 or 13392037. OLE color: 13392037.
HSL color Cylindrical-coordinate representation of color #A558CC: hue angle of 279.83º 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 #A558CC is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 88 | 204 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.2 |
| HSL | 279.83º | 0.53% | 0.57% | - |
| HSV(B) | 279.83º | 0.57% | 0.8% | - |
| XYZ | 29.91 | 19.34 | 59.28 | - |
| YUV | 124.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 204 | 0.19 | 0.57 | 0 | 0.2 | 279.83 | 0.53 | 0.57 |
| Hex | A5 | 58 | CC | 13 | 39 | 0 | 14 | 118 | 35 | 39 |
| Octal | 245 | 130 | 314 | 23 | 71 | 0 | 24 | 430 | 65 | 71 |
| Binary | 10100101 | 1011000 | 11001100 | 10011 | 111001 | 0 | 10100 | 100011000 | 110101 | 111001 |
Color Harmonies of #A558CC
Complementary color
Monochromatic Colors of #A558CC
Black with #A558CC
Text Example
Text Example
White with #A558CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A558CC; }
p { color: rgb(165,88,204); }
H1.HeaderClassName
{
color: #A558CC;
}
.AnyTagClassName
{
color: #A558CC;
}
</style>
background-color css
<style>
a { background-color: #A558CC; }
a { background-color: rgb(165,88,204); }
div.DivClassName
{
background-color: #A558CC;
}
.BgClassName
{
background-color: #A558CC;
}
</style>
border-color css
<style>
span { border-color: #A558CC; }
span { border-color: rgb(165,88,204); }
td.TdClassName
{
border-color: #A558CC;
}
.TagClassName
{
border-color: #A558CC;
}
</style>