Shades of Deep Lilac #A360B5
Tints of Deep Lilac #A360B5
RGB
CMYK
RGB Variations
Color information
#A360B5 (or 0xA360B5) is known color: Deep Lilac. HEX triplet: A3, 60 and B5. RGB value is (163,96,181). Sum of RGB (Red+Green+Blue) = 163+96+181=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 181 - color contains mainly: blue. Hex color #A360B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360B5 is #5C9F4A. Grayscale: #7D7D7D. Windows color (decimal): -6070091 or 11886755. OLE color: 11886755.
HSL color Cylindrical-coordinate representation of color #A360B5: hue angle of 287.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A360B5 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 96 | 181 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.29 |
| HSL | 287.29º | 0.36% | 0.54% | - |
| HSV(B) | 287.29º | 0.47% | 0.71% | - |
| XYZ | 27.63 | 19.49 | 46.02 | - |
| YUV | 125.72 | 159.2 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 181 | 0.10 | 0.47 | 0 | 0.29 | 287.29 | 0.36 | 0.54 |
| Hex | A3 | 60 | B5 | A | 2F | 0 | 1D | 11F | 24 | 36 |
| Octal | 243 | 140 | 265 | 12 | 57 | 0 | 35 | 437 | 44 | 66 |
| Binary | 10100011 | 1100000 | 10110101 | 1010 | 101111 | 0 | 11101 | 100011111 | 100100 | 110110 |
Color Harmonies of #A360B5
Complementary color
Monochromatic Colors of #A360B5
Black with #A360B5
Text Example
Text Example
White with #A360B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360B5; }
p { color: rgb(163,96,181); }
H1.HeaderClassName
{
color: #A360B5;
}
.AnyTagClassName
{
color: #A360B5;
}
</style>
background-color css
<style>
a { background-color: #A360B5; }
a { background-color: rgb(163,96,181); }
div.DivClassName
{
background-color: #A360B5;
}
.BgClassName
{
background-color: #A360B5;
}
</style>
border-color css
<style>
span { border-color: #A360B5; }
span { border-color: rgb(163,96,181); }
td.TdClassName
{
border-color: #A360B5;
}
.TagClassName
{
border-color: #A360B5;
}
</style>