Shades of Deep Lilac #A352AF
Tints of Deep Lilac #A352AF
RGB
CMYK
RGB Variations
Color information
#A352AF (or 0xA352AF) is known color: Deep Lilac. HEX triplet: A3, 52 and AF. RGB value is (163,82,175). Sum of RGB (Red+Green+Blue) = 163+82+175=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #A352AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A352AF is #5CAD50. Grayscale: #747474. Windows color (decimal): -6073681 or 11489955. OLE color: 11489955.
HSL color Cylindrical-coordinate representation of color #A352AF: hue angle of 292.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A352AF is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 82 | 175 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.31 |
| HSL | 292.26º | 0.37% | 0.5% | - |
| HSV(B) | 292.26º | 0.53% | 0.69% | - |
| XYZ | 25.86 | 16.92 | 42.46 | - |
| YUV | 116.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 175 | 0.07 | 0.53 | 0 | 0.31 | 292.26 | 0.37 | 0.5 |
| Hex | A3 | 52 | AF | 7 | 35 | 0 | 1F | 124 | 25 | 32 |
| Octal | 243 | 122 | 257 | 7 | 65 | 0 | 37 | 444 | 45 | 62 |
| Binary | 10100011 | 1010010 | 10101111 | 111 | 110101 | 0 | 11111 | 100100100 | 100101 | 110010 |
Color Harmonies of #A352AF
Complementary color
Monochromatic Colors of #A352AF
Black with #A352AF
Text Example
Text Example
White with #A352AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352AF; }
p { color: rgb(163,82,175); }
H1.HeaderClassName
{
color: #A352AF;
}
.AnyTagClassName
{
color: #A352AF;
}
</style>
background-color css
<style>
a { background-color: #A352AF; }
a { background-color: rgb(163,82,175); }
div.DivClassName
{
background-color: #A352AF;
}
.BgClassName
{
background-color: #A352AF;
}
</style>
border-color css
<style>
span { border-color: #A352AF; }
span { border-color: rgb(163,82,175); }
td.TdClassName
{
border-color: #A352AF;
}
.TagClassName
{
border-color: #A352AF;
}
</style>