Shades of Deep Lilac #A365B5
Tints of Deep Lilac #A365B5
RGB
CMYK
RGB Variations
Color information
#A365B5 (or 0xA365B5) is known color: Deep Lilac. HEX triplet: A3, 65 and B5. RGB value is (163,101,181). Sum of RGB (Red+Green+Blue) = 163+101+181=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 181 - color contains mainly: blue. Hex color #A365B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365B5 is #5C9A4A. Grayscale: #808080. Windows color (decimal): -6068811 or 11888035. OLE color: 11888035.
HSL color Cylindrical-coordinate representation of color #A365B5: hue angle of 286.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A365B5 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 101 | 181 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.29 |
| HSL | 286.5º | 0.35% | 0.55% | - |
| HSV(B) | 286.5º | 0.44% | 0.71% | - |
| XYZ | 28.1 | 20.43 | 46.18 | - |
| YUV | 128.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 181 | 0.10 | 0.44 | 0 | 0.29 | 286.5 | 0.35 | 0.55 |
| Hex | A3 | 65 | B5 | A | 2C | 0 | 1D | 11E | 23 | 37 |
| Octal | 243 | 145 | 265 | 12 | 54 | 0 | 35 | 436 | 43 | 67 |
| Binary | 10100011 | 1100101 | 10110101 | 1010 | 101100 | 0 | 11101 | 100011110 | 100011 | 110111 |
Color Harmonies of #A365B5
Complementary color
Monochromatic Colors of #A365B5
Black with #A365B5
Text Example
Text Example
White with #A365B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A365B5; }
p { color: rgb(163,101,181); }
H1.HeaderClassName
{
color: #A365B5;
}
.AnyTagClassName
{
color: #A365B5;
}
</style>
background-color css
<style>
a { background-color: #A365B5; }
a { background-color: rgb(163,101,181); }
div.DivClassName
{
background-color: #A365B5;
}
.BgClassName
{
background-color: #A365B5;
}
</style>
border-color css
<style>
span { border-color: #A365B5; }
span { border-color: rgb(163,101,181); }
td.TdClassName
{
border-color: #A365B5;
}
.TagClassName
{
border-color: #A365B5;
}
</style>