Shades of Deep Lilac #A357B9
Tints of Deep Lilac #A357B9
RGB
CMYK
RGB Variations
Color information
#A357B9 (or 0xA357B9) is known color: Deep Lilac. HEX triplet: A3, 57 and B9. RGB value is (163,87,185). Sum of RGB (Red+Green+Blue) = 163+87+185=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #A357B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A357B9 is #5CA846. Grayscale: #787878. Windows color (decimal): -6072391 or 12146595. OLE color: 12146595.
HSL color Cylindrical-coordinate representation of color #A357B9: hue angle of 286.53º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A357B9 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 87 | 185 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.27 |
| HSL | 286.53º | 0.41% | 0.53% | - |
| HSV(B) | 286.53º | 0.53% | 0.73% | - |
| XYZ | 27.27 | 18.11 | 47.96 | - |
| YUV | 120.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 185 | 0.12 | 0.53 | 0 | 0.27 | 286.53 | 0.41 | 0.53 |
| Hex | A3 | 57 | B9 | C | 35 | 0 | 1B | 11F | 29 | 35 |
| Octal | 243 | 127 | 271 | 14 | 65 | 0 | 33 | 437 | 51 | 65 |
| Binary | 10100011 | 1010111 | 10111001 | 1100 | 110101 | 0 | 11011 | 100011111 | 101001 | 110101 |
Color Harmonies of #A357B9
Complementary color
Monochromatic Colors of #A357B9
Black with #A357B9
Text Example
Text Example
White with #A357B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A357B9; }
p { color: rgb(163,87,185); }
H1.HeaderClassName
{
color: #A357B9;
}
.AnyTagClassName
{
color: #A357B9;
}
</style>
background-color css
<style>
a { background-color: #A357B9; }
a { background-color: rgb(163,87,185); }
div.DivClassName
{
background-color: #A357B9;
}
.BgClassName
{
background-color: #A357B9;
}
</style>
border-color css
<style>
span { border-color: #A357B9; }
span { border-color: rgb(163,87,185); }
td.TdClassName
{
border-color: #A357B9;
}
.TagClassName
{
border-color: #A357B9;
}
</style>