Shades of Deep Lilac #A359BC
Tints of Deep Lilac #A359BC
RGB
CMYK
RGB Variations
Color information
#A359BC (or 0xA359BC) is known color: Deep Lilac. HEX triplet: A3, 59 and BC. RGB value is (163,89,188). Sum of RGB (Red+Green+Blue) = 163+89+188=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #A359BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359BC is #5CA643. Grayscale: #7A7A7A. Windows color (decimal): -6071876 or 12343715. OLE color: 12343715.
HSL color Cylindrical-coordinate representation of color #A359BC: hue angle of 284.85º degrees, saturation: 0.42, 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 #A359BC is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 89 | 188 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.26 |
| HSL | 284.85º | 0.42% | 0.54% | - |
| HSV(B) | 284.85º | 0.53% | 0.74% | - |
| XYZ | 27.75 | 18.56 | 49.7 | - |
| YUV | 122.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 188 | 0.13 | 0.53 | 0 | 0.26 | 284.85 | 0.42 | 0.54 |
| Hex | A3 | 59 | BC | D | 35 | 0 | 1A | 11D | 2A | 36 |
| Octal | 243 | 131 | 274 | 15 | 65 | 0 | 32 | 435 | 52 | 66 |
| Binary | 10100011 | 1011001 | 10111100 | 1101 | 110101 | 0 | 11010 | 100011101 | 101010 | 110110 |
Color Harmonies of #A359BC
Complementary color
Monochromatic Colors of #A359BC
Black with #A359BC
Text Example
Text Example
White with #A359BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A359BC; }
p { color: rgb(163,89,188); }
H1.HeaderClassName
{
color: #A359BC;
}
.AnyTagClassName
{
color: #A359BC;
}
</style>
background-color css
<style>
a { background-color: #A359BC; }
a { background-color: rgb(163,89,188); }
div.DivClassName
{
background-color: #A359BC;
}
.BgClassName
{
background-color: #A359BC;
}
</style>
border-color css
<style>
span { border-color: #A359BC; }
span { border-color: rgb(163,89,188); }
td.TdClassName
{
border-color: #A359BC;
}
.TagClassName
{
border-color: #A359BC;
}
</style>