Shades of Deep Lilac #A348BA
Tints of Deep Lilac #A348BA
RGB
CMYK
RGB Variations
Color information
#A348BA (or 0xA348BA) is known color: Deep Lilac. HEX triplet: A3, 48 and BA. RGB value is (163,72,186). Sum of RGB (Red+Green+Blue) = 163+72+186=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #A348BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348BA is #5CB745. Grayscale: #6F6F6F. Windows color (decimal): -6076230 or 12208291. OLE color: 12208291.
HSL color Cylindrical-coordinate representation of color #A348BA: hue angle of 287.89º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A348BA is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 72 | 186 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.27 |
| HSL | 287.89º | 0.45% | 0.51% | - |
| HSV(B) | 287.89º | 0.61% | 0.73% | - |
| XYZ | 26.28 | 15.97 | 48.15 | - |
| YUV | 112.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 186 | 0.12 | 0.61 | 0 | 0.27 | 287.89 | 0.45 | 0.51 |
| Hex | A3 | 48 | BA | C | 3D | 0 | 1B | 120 | 2D | 33 |
| Octal | 243 | 110 | 272 | 14 | 75 | 0 | 33 | 440 | 55 | 63 |
| Binary | 10100011 | 1001000 | 10111010 | 1100 | 111101 | 0 | 11011 | 100100000 | 101101 | 110011 |
Color Harmonies of #A348BA
Complementary color
Monochromatic Colors of #A348BA
Black with #A348BA
Text Example
Text Example
White with #A348BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A348BA; }
p { color: rgb(163,72,186); }
H1.HeaderClassName
{
color: #A348BA;
}
.AnyTagClassName
{
color: #A348BA;
}
</style>
background-color css
<style>
a { background-color: #A348BA; }
a { background-color: rgb(163,72,186); }
div.DivClassName
{
background-color: #A348BA;
}
.BgClassName
{
background-color: #A348BA;
}
</style>
border-color css
<style>
span { border-color: #A348BA; }
span { border-color: rgb(163,72,186); }
td.TdClassName
{
border-color: #A348BA;
}
.TagClassName
{
border-color: #A348BA;
}
</style>