Shades of Deep Lilac #A350BC
Tints of Deep Lilac #A350BC
RGB
CMYK
RGB Variations
Color information
#A350BC (or 0xA350BC) is known color: Deep Lilac. HEX triplet: A3, 50 and BC. RGB value is (163,80,188). Sum of RGB (Red+Green+Blue) = 163+80+188=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #A350BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350BC is #5CAF43. Grayscale: #747474. Windows color (decimal): -6074180 or 12341411. OLE color: 12341411.
HSL color Cylindrical-coordinate representation of color #A350BC: hue angle of 286.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A350BC is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 80 | 188 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.26 |
| HSL | 286.11º | 0.45% | 0.53% | - |
| HSV(B) | 286.11º | 0.57% | 0.74% | - |
| XYZ | 27.05 | 17.15 | 49.46 | - |
| YUV | 117.13 | 168 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 188 | 0.13 | 0.57 | 0 | 0.26 | 286.11 | 0.45 | 0.53 |
| Hex | A3 | 50 | BC | D | 39 | 0 | 1A | 11E | 2D | 35 |
| Octal | 243 | 120 | 274 | 15 | 71 | 0 | 32 | 436 | 55 | 65 |
| Binary | 10100011 | 1010000 | 10111100 | 1101 | 111001 | 0 | 11010 | 100011110 | 101101 | 110101 |
Color Harmonies of #A350BC
Complementary color
Monochromatic Colors of #A350BC
Black with #A350BC
Text Example
Text Example
White with #A350BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350BC; }
p { color: rgb(163,80,188); }
H1.HeaderClassName
{
color: #A350BC;
}
.AnyTagClassName
{
color: #A350BC;
}
</style>
background-color css
<style>
a { background-color: #A350BC; }
a { background-color: rgb(163,80,188); }
div.DivClassName
{
background-color: #A350BC;
}
.BgClassName
{
background-color: #A350BC;
}
</style>
border-color css
<style>
span { border-color: #A350BC; }
span { border-color: rgb(163,80,188); }
td.TdClassName
{
border-color: #A350BC;
}
.TagClassName
{
border-color: #A350BC;
}
</style>