Shades of Deep Lilac #A350BD
Tints of Deep Lilac #A350BD
RGB
CMYK
RGB Variations
Color information
#A350BD (or 0xA350BD) is known color: Deep Lilac. HEX triplet: A3, 50 and BD. RGB value is (163,80,189). Sum of RGB (Red+Green+Blue) = 163+80+189=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #A350BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350BD is #5CAF42. Grayscale: #747474. Windows color (decimal): -6074179 or 12406947. OLE color: 12406947.
HSL color Cylindrical-coordinate representation of color #A350BD: hue angle of 285.69º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A350BD is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 80 | 189 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.26 |
| HSL | 285.69º | 0.45% | 0.53% | - |
| HSV(B) | 285.69º | 0.58% | 0.74% | - |
| XYZ | 27.16 | 17.2 | 50.03 | - |
| YUV | 117.24 | 168.5 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 189 | 0.14 | 0.58 | 0 | 0.26 | 285.69 | 0.45 | 0.53 |
| Hex | A3 | 50 | BD | E | 3A | 0 | 1A | 11E | 2D | 35 |
| Octal | 243 | 120 | 275 | 16 | 72 | 0 | 32 | 436 | 55 | 65 |
| Binary | 10100011 | 1010000 | 10111101 | 1110 | 111010 | 0 | 11010 | 100011110 | 101101 | 110101 |
Color Harmonies of #A350BD
Complementary color
Monochromatic Colors of #A350BD
Black with #A350BD
Text Example
Text Example
White with #A350BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350BD; }
p { color: rgb(163,80,189); }
H1.HeaderClassName
{
color: #A350BD;
}
.AnyTagClassName
{
color: #A350BD;
}
</style>
background-color css
<style>
a { background-color: #A350BD; }
a { background-color: rgb(163,80,189); }
div.DivClassName
{
background-color: #A350BD;
}
.BgClassName
{
background-color: #A350BD;
}
</style>
border-color css
<style>
span { border-color: #A350BD; }
span { border-color: rgb(163,80,189); }
td.TdClassName
{
border-color: #A350BD;
}
.TagClassName
{
border-color: #A350BD;
}
</style>