Shades of Deep Lilac #A352BC
Tints of Deep Lilac #A352BC
RGB
CMYK
RGB Variations
Color information
#A352BC (or 0xA352BC) is known color: Deep Lilac. HEX triplet: A3, 52 and BC. RGB value is (163,82,188). Sum of RGB (Red+Green+Blue) = 163+82+188=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #A352BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352BC is #5CAD43. Grayscale: #757575. Windows color (decimal): -6073668 or 12341923. OLE color: 12341923.
HSL color Cylindrical-coordinate representation of color #A352BC: hue angle of 285.85º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A352BC is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 82 | 188 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.26 |
| HSL | 285.85º | 0.44% | 0.53% | - |
| HSV(B) | 285.85º | 0.56% | 0.74% | - |
| XYZ | 27.2 | 17.45 | 49.51 | - |
| YUV | 118.3 | 167.34 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 188 | 0.13 | 0.56 | 0 | 0.26 | 285.85 | 0.44 | 0.53 |
| Hex | A3 | 52 | BC | D | 38 | 0 | 1A | 11E | 2C | 35 |
| Octal | 243 | 122 | 274 | 15 | 70 | 0 | 32 | 436 | 54 | 65 |
| Binary | 10100011 | 1010010 | 10111100 | 1101 | 111000 | 0 | 11010 | 100011110 | 101100 | 110101 |
Color Harmonies of #A352BC
Complementary color
Monochromatic Colors of #A352BC
Black with #A352BC
Text Example
Text Example
White with #A352BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352BC; }
p { color: rgb(163,82,188); }
H1.HeaderClassName
{
color: #A352BC;
}
.AnyTagClassName
{
color: #A352BC;
}
</style>
background-color css
<style>
a { background-color: #A352BC; }
a { background-color: rgb(163,82,188); }
div.DivClassName
{
background-color: #A352BC;
}
.BgClassName
{
background-color: #A352BC;
}
</style>
border-color css
<style>
span { border-color: #A352BC; }
span { border-color: rgb(163,82,188); }
td.TdClassName
{
border-color: #A352BC;
}
.TagClassName
{
border-color: #A352BC;
}
</style>