Shades of Deep Lilac #A365B9
Tints of Deep Lilac #A365B9
RGB
CMYK
RGB Variations
Color information
#A365B9 (or 0xA365B9) is known color: Deep Lilac. HEX triplet: A3, 65 and B9. RGB value is (163,101,185). Sum of RGB (Red+Green+Blue) = 163+101+185=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #A365B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365B9 is #5C9A46. Grayscale: #808080. Windows color (decimal): -6068807 or 12150179. OLE color: 12150179.
HSL color Cylindrical-coordinate representation of color #A365B9: hue angle of 284.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A365B9 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 101 | 185 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.27 |
| HSL | 284.29º | 0.38% | 0.56% | - |
| HSV(B) | 284.29º | 0.45% | 0.73% | - |
| XYZ | 28.51 | 20.6 | 48.37 | - |
| YUV | 129.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 185 | 0.12 | 0.45 | 0 | 0.27 | 284.29 | 0.38 | 0.56 |
| Hex | A3 | 65 | B9 | C | 2D | 0 | 1B | 11C | 26 | 38 |
| Octal | 243 | 145 | 271 | 14 | 55 | 0 | 33 | 434 | 46 | 70 |
| Binary | 10100011 | 1100101 | 10111001 | 1100 | 101101 | 0 | 11011 | 100011100 | 100110 | 111000 |
Color Harmonies of #A365B9
Complementary color
Monochromatic Colors of #A365B9
Black with #A365B9
Text Example
Text Example
White with #A365B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A365B9; }
p { color: rgb(163,101,185); }
H1.HeaderClassName
{
color: #A365B9;
}
.AnyTagClassName
{
color: #A365B9;
}
</style>
background-color css
<style>
a { background-color: #A365B9; }
a { background-color: rgb(163,101,185); }
div.DivClassName
{
background-color: #A365B9;
}
.BgClassName
{
background-color: #A365B9;
}
</style>
border-color css
<style>
span { border-color: #A365B9; }
span { border-color: rgb(163,101,185); }
td.TdClassName
{
border-color: #A365B9;
}
.TagClassName
{
border-color: #A365B9;
}
</style>