Shades of Deep Lilac #A368BA
Tints of Deep Lilac #A368BA
RGB
CMYK
RGB Variations
Color information
#A368BA (or 0xA368BA) is known color: Deep Lilac. HEX triplet: A3, 68 and BA. RGB value is (163,104,186). Sum of RGB (Red+Green+Blue) = 163+104+186=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #A368BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A368BA is #5C9745. Grayscale: #828282. Windows color (decimal): -6068038 or 12216483. OLE color: 12216483.
HSL color Cylindrical-coordinate representation of color #A368BA: hue angle of 283.17º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A368BA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 104 | 186 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.27 |
| HSL | 283.17º | 0.37% | 0.57% | - |
| HSV(B) | 283.17º | 0.44% | 0.73% | - |
| XYZ | 28.92 | 21.23 | 49.03 | - |
| YUV | 130.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 186 | 0.12 | 0.44 | 0 | 0.27 | 283.17 | 0.37 | 0.57 |
| Hex | A3 | 68 | BA | C | 2C | 0 | 1B | 11B | 25 | 39 |
| Octal | 243 | 150 | 272 | 14 | 54 | 0 | 33 | 433 | 45 | 71 |
| Binary | 10100011 | 1101000 | 10111010 | 1100 | 101100 | 0 | 11011 | 100011011 | 100101 | 111001 |
Color Harmonies of #A368BA
Complementary color
Monochromatic Colors of #A368BA
Black with #A368BA
Text Example
Text Example
White with #A368BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A368BA; }
p { color: rgb(163,104,186); }
H1.HeaderClassName
{
color: #A368BA;
}
.AnyTagClassName
{
color: #A368BA;
}
</style>
background-color css
<style>
a { background-color: #A368BA; }
a { background-color: rgb(163,104,186); }
div.DivClassName
{
background-color: #A368BA;
}
.BgClassName
{
background-color: #A368BA;
}
</style>
border-color css
<style>
span { border-color: #A368BA; }
span { border-color: rgb(163,104,186); }
td.TdClassName
{
border-color: #A368BA;
}
.TagClassName
{
border-color: #A368BA;
}
</style>