Shades of Deep Lilac #A352BB
Tints of Deep Lilac #A352BB
RGB
CMYK
RGB Variations
Color information
#A352BB (or 0xA352BB) is known color: Deep Lilac. HEX triplet: A3, 52 and BB. RGB value is (163,82,187). Sum of RGB (Red+Green+Blue) = 163+82+187=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #A352BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352BB is #5CAD44. Grayscale: #757575. Windows color (decimal): -6073669 or 12276387. OLE color: 12276387.
HSL color Cylindrical-coordinate representation of color #A352BB: hue angle of 286.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A352BB is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 82 | 187 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.27 |
| HSL | 286.29º | 0.44% | 0.53% | - |
| HSV(B) | 286.29º | 0.56% | 0.73% | - |
| XYZ | 27.09 | 17.41 | 48.95 | - |
| YUV | 118.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 187 | 0.13 | 0.56 | 0 | 0.27 | 286.29 | 0.44 | 0.53 |
| Hex | A3 | 52 | BB | D | 38 | 0 | 1B | 11E | 2C | 35 |
| Octal | 243 | 122 | 273 | 15 | 70 | 0 | 33 | 436 | 54 | 65 |
| Binary | 10100011 | 1010010 | 10111011 | 1101 | 111000 | 0 | 11011 | 100011110 | 101100 | 110101 |
Color Harmonies of #A352BB
Complementary color
Monochromatic Colors of #A352BB
Black with #A352BB
Text Example
Text Example
White with #A352BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352BB; }
p { color: rgb(163,82,187); }
H1.HeaderClassName
{
color: #A352BB;
}
.AnyTagClassName
{
color: #A352BB;
}
</style>
background-color css
<style>
a { background-color: #A352BB; }
a { background-color: rgb(163,82,187); }
div.DivClassName
{
background-color: #A352BB;
}
.BgClassName
{
background-color: #A352BB;
}
</style>
border-color css
<style>
span { border-color: #A352BB; }
span { border-color: rgb(163,82,187); }
td.TdClassName
{
border-color: #A352BB;
}
.TagClassName
{
border-color: #A352BB;
}
</style>