Shades of Deep Lilac #A352BF
Tints of Deep Lilac #A352BF
RGB
CMYK
RGB Variations
Color information
#A352BF (or 0xA352BF) is known color: Deep Lilac. HEX triplet: A3, 52 and BF. RGB value is (163,82,191). Sum of RGB (Red+Green+Blue) = 163+82+191=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #A352BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352BF is #5CAD40. Grayscale: #767676. Windows color (decimal): -6073665 or 12538531. OLE color: 12538531.
HSL color Cylindrical-coordinate representation of color #A352BF: hue angle of 284.59º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A352BF is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 82 | 191 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.25 |
| HSL | 284.59º | 0.46% | 0.54% | - |
| HSV(B) | 284.59º | 0.57% | 0.75% | - |
| XYZ | 27.53 | 17.58 | 51.23 | - |
| YUV | 118.65 | 168.84 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 191 | 0.15 | 0.57 | 0 | 0.25 | 284.59 | 0.46 | 0.54 |
| Hex | A3 | 52 | BF | F | 39 | 0 | 19 | 11D | 2E | 36 |
| Octal | 243 | 122 | 277 | 17 | 71 | 0 | 31 | 435 | 56 | 66 |
| Binary | 10100011 | 1010010 | 10111111 | 1111 | 111001 | 0 | 11001 | 100011101 | 101110 | 110110 |
Color Harmonies of #A352BF
Complementary color
Monochromatic Colors of #A352BF
Black with #A352BF
Text Example
Text Example
White with #A352BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352BF; }
p { color: rgb(163,82,191); }
H1.HeaderClassName
{
color: #A352BF;
}
.AnyTagClassName
{
color: #A352BF;
}
</style>
background-color css
<style>
a { background-color: #A352BF; }
a { background-color: rgb(163,82,191); }
div.DivClassName
{
background-color: #A352BF;
}
.BgClassName
{
background-color: #A352BF;
}
</style>
border-color css
<style>
span { border-color: #A352BF; }
span { border-color: rgb(163,82,191); }
td.TdClassName
{
border-color: #A352BF;
}
.TagClassName
{
border-color: #A352BF;
}
</style>