Shades of Deep Lilac #A358CB
Tints of Deep Lilac #A358CB
RGB
CMYK
RGB Variations
Color information
#A358CB (or 0xA358CB) is known color: Deep Lilac. HEX triplet: A3, 58 and CB. RGB value is (163,88,203). Sum of RGB (Red+Green+Blue) = 163+88+203=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #A358CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358CB is #5CA734. Grayscale: #7B7B7B. Windows color (decimal): -6072117 or 13326499. OLE color: 13326499.
HSL color Cylindrical-coordinate representation of color #A358CB: hue angle of 279.13º 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 #A358CB is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 88 | 203 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.20 |
| HSL | 279.13º | 0.53% | 0.57% | - |
| HSV(B) | 279.13º | 0.57% | 0.8% | - |
| XYZ | 29.37 | 19.08 | 58.63 | - |
| YUV | 123.54 | 172.85 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 203 | 0.20 | 0.57 | 0 | 0.20 | 279.13 | 0.53 | 0.57 |
| Hex | A3 | 58 | CB | 14 | 39 | 0 | 14 | 117 | 35 | 39 |
| Octal | 243 | 130 | 313 | 24 | 71 | 0 | 24 | 427 | 65 | 71 |
| Binary | 10100011 | 1011000 | 11001011 | 10100 | 111001 | 0 | 10100 | 100010111 | 110101 | 111001 |
Color Harmonies of #A358CB
Complementary color
Monochromatic Colors of #A358CB
Black with #A358CB
Text Example
Text Example
White with #A358CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358CB; }
p { color: rgb(163,88,203); }
H1.HeaderClassName
{
color: #A358CB;
}
.AnyTagClassName
{
color: #A358CB;
}
</style>
background-color css
<style>
a { background-color: #A358CB; }
a { background-color: rgb(163,88,203); }
div.DivClassName
{
background-color: #A358CB;
}
.BgClassName
{
background-color: #A358CB;
}
</style>
border-color css
<style>
span { border-color: #A358CB; }
span { border-color: rgb(163,88,203); }
td.TdClassName
{
border-color: #A358CB;
}
.TagClassName
{
border-color: #A358CB;
}
</style>