Shades of Deep Lilac #A351BA
Tints of Deep Lilac #A351BA
RGB
CMYK
RGB Variations
Color information
#A351BA (or 0xA351BA) is known color: Deep Lilac. HEX triplet: A3, 51 and BA. RGB value is (163,81,186). Sum of RGB (Red+Green+Blue) = 163+81+186=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #A351BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A351BA is #5CAE45. Grayscale: #757575. Windows color (decimal): -6073926 or 12210595. OLE color: 12210595.
HSL color Cylindrical-coordinate representation of color #A351BA: hue angle of 286.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A351BA is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 81 | 186 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.27 |
| HSL | 286.86º | 0.43% | 0.52% | - |
| HSV(B) | 286.86º | 0.56% | 0.73% | - |
| XYZ | 26.91 | 17.22 | 48.36 | - |
| YUV | 117.49 | 166.67 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 186 | 0.12 | 0.56 | 0 | 0.27 | 286.86 | 0.43 | 0.52 |
| Hex | A3 | 51 | BA | C | 38 | 0 | 1B | 11F | 2B | 34 |
| Octal | 243 | 121 | 272 | 14 | 70 | 0 | 33 | 437 | 53 | 64 |
| Binary | 10100011 | 1010001 | 10111010 | 1100 | 111000 | 0 | 11011 | 100011111 | 101011 | 110100 |
Color Harmonies of #A351BA
Complementary color
Monochromatic Colors of #A351BA
Black with #A351BA
Text Example
Text Example
White with #A351BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A351BA; }
p { color: rgb(163,81,186); }
H1.HeaderClassName
{
color: #A351BA;
}
.AnyTagClassName
{
color: #A351BA;
}
</style>
background-color css
<style>
a { background-color: #A351BA; }
a { background-color: rgb(163,81,186); }
div.DivClassName
{
background-color: #A351BA;
}
.BgClassName
{
background-color: #A351BA;
}
</style>
border-color css
<style>
span { border-color: #A351BA; }
span { border-color: rgb(163,81,186); }
td.TdClassName
{
border-color: #A351BA;
}
.TagClassName
{
border-color: #A351BA;
}
</style>