Shades of Deep Lilac #A358CC
Tints of Deep Lilac #A358CC
RGB
CMYK
RGB Variations
Color information
#A358CC (or 0xA358CC) is known color: Deep Lilac. HEX triplet: A3, 58 and CC. RGB value is (163,88,204). Sum of RGB (Red+Green+Blue) = 163+88+204=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #A358CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358CC is #5CA733. Grayscale: #7B7B7B. Windows color (decimal): -6072116 or 13392035. OLE color: 13392035.
HSL color Cylindrical-coordinate representation of color #A358CC: hue angle of 278.79º 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 #A358CC is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 88 | 204 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.2 |
| HSL | 278.79º | 0.53% | 0.57% | - |
| HSV(B) | 278.79º | 0.57% | 0.8% | - |
| XYZ | 29.49 | 19.13 | 59.26 | - |
| YUV | 123.65 | 173.35 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 204 | 0.20 | 0.57 | 0 | 0.2 | 278.79 | 0.53 | 0.57 |
| Hex | A3 | 58 | CC | 14 | 39 | 0 | 14 | 117 | 35 | 39 |
| Octal | 243 | 130 | 314 | 24 | 71 | 0 | 24 | 427 | 65 | 71 |
| Binary | 10100011 | 1011000 | 11001100 | 10100 | 111001 | 0 | 10100 | 100010111 | 110101 | 111001 |
Color Harmonies of #A358CC
Complementary color
Monochromatic Colors of #A358CC
Black with #A358CC
Text Example
Text Example
White with #A358CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358CC; }
p { color: rgb(163,88,204); }
H1.HeaderClassName
{
color: #A358CC;
}
.AnyTagClassName
{
color: #A358CC;
}
</style>
background-color css
<style>
a { background-color: #A358CC; }
a { background-color: rgb(163,88,204); }
div.DivClassName
{
background-color: #A358CC;
}
.BgClassName
{
background-color: #A358CC;
}
</style>
border-color css
<style>
span { border-color: #A358CC; }
span { border-color: rgb(163,88,204); }
td.TdClassName
{
border-color: #A358CC;
}
.TagClassName
{
border-color: #A358CC;
}
</style>