Shades of Deep Lilac #A351AF
Tints of Deep Lilac #A351AF
RGB
CMYK
RGB Variations
Color information
#A351AF (or 0xA351AF) is known color: Deep Lilac. HEX triplet: A3, 51 and AF. RGB value is (163,81,175). Sum of RGB (Red+Green+Blue) = 163+81+175=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #A351AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A351AF is #5CAE50. Grayscale: #737373. Windows color (decimal): -6073937 or 11489699. OLE color: 11489699.
HSL color Cylindrical-coordinate representation of color #A351AF: hue angle of 292.34º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A351AF is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 81 | 175 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.31 |
| HSL | 292.34º | 0.37% | 0.5% | - |
| HSV(B) | 292.34º | 0.54% | 0.69% | - |
| XYZ | 25.78 | 16.77 | 42.43 | - |
| YUV | 116.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 175 | 0.07 | 0.54 | 0 | 0.31 | 292.34 | 0.37 | 0.5 |
| Hex | A3 | 51 | AF | 7 | 36 | 0 | 1F | 124 | 25 | 32 |
| Octal | 243 | 121 | 257 | 7 | 66 | 0 | 37 | 444 | 45 | 62 |
| Binary | 10100011 | 1010001 | 10101111 | 111 | 110110 | 0 | 11111 | 100100100 | 100101 | 110010 |
Color Harmonies of #A351AF
Complementary color
Monochromatic Colors of #A351AF
Black with #A351AF
Text Example
Text Example
White with #A351AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A351AF; }
p { color: rgb(163,81,175); }
H1.HeaderClassName
{
color: #A351AF;
}
.AnyTagClassName
{
color: #A351AF;
}
</style>
background-color css
<style>
a { background-color: #A351AF; }
a { background-color: rgb(163,81,175); }
div.DivClassName
{
background-color: #A351AF;
}
.BgClassName
{
background-color: #A351AF;
}
</style>
border-color css
<style>
span { border-color: #A351AF; }
span { border-color: rgb(163,81,175); }
td.TdClassName
{
border-color: #A351AF;
}
.TagClassName
{
border-color: #A351AF;
}
</style>