Shades of Deep Lilac #A350BB
Tints of Deep Lilac #A350BB
RGB
CMYK
RGB Variations
Color information
#A350BB (or 0xA350BB) is known color: Deep Lilac. HEX triplet: A3, 50 and BB. RGB value is (163,80,187). Sum of RGB (Red+Green+Blue) = 163+80+187=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #A350BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350BB is #5CAF44. Grayscale: #747474. Windows color (decimal): -6074181 or 12275875. OLE color: 12275875.
HSL color Cylindrical-coordinate representation of color #A350BB: hue angle of 286.54º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A350BB is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 80 | 187 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.27 |
| HSL | 286.54º | 0.44% | 0.52% | - |
| HSV(B) | 286.54º | 0.57% | 0.73% | - |
| XYZ | 26.94 | 17.11 | 48.9 | - |
| YUV | 117.02 | 167.5 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 187 | 0.13 | 0.57 | 0 | 0.27 | 286.54 | 0.44 | 0.52 |
| Hex | A3 | 50 | BB | D | 39 | 0 | 1B | 11F | 2C | 34 |
| Octal | 243 | 120 | 273 | 15 | 71 | 0 | 33 | 437 | 54 | 64 |
| Binary | 10100011 | 1010000 | 10111011 | 1101 | 111001 | 0 | 11011 | 100011111 | 101100 | 110100 |
Color Harmonies of #A350BB
Complementary color
Monochromatic Colors of #A350BB
Black with #A350BB
Text Example
Text Example
White with #A350BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350BB; }
p { color: rgb(163,80,187); }
H1.HeaderClassName
{
color: #A350BB;
}
.AnyTagClassName
{
color: #A350BB;
}
</style>
background-color css
<style>
a { background-color: #A350BB; }
a { background-color: rgb(163,80,187); }
div.DivClassName
{
background-color: #A350BB;
}
.BgClassName
{
background-color: #A350BB;
}
</style>
border-color css
<style>
span { border-color: #A350BB; }
span { border-color: rgb(163,80,187); }
td.TdClassName
{
border-color: #A350BB;
}
.TagClassName
{
border-color: #A350BB;
}
</style>