Shades of Deep Lilac #A360B6
Tints of Deep Lilac #A360B6
RGB
CMYK
RGB Variations
Color information
#A360B6 (or 0xA360B6) is known color: Deep Lilac. HEX triplet: A3, 60 and B6. RGB value is (163,96,182). Sum of RGB (Red+Green+Blue) = 163+96+182=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 182 - color contains mainly: blue. Hex color #A360B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360B6 is #5C9F49. Grayscale: #7D7D7D. Windows color (decimal): -6070090 or 11952291. OLE color: 11952291.
HSL color Cylindrical-coordinate representation of color #A360B6: hue angle of 286.74º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A360B6 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 96 | 182 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.29 |
| HSL | 286.74º | 0.37% | 0.55% | - |
| HSV(B) | 286.74º | 0.47% | 0.71% | - |
| XYZ | 27.73 | 19.53 | 46.56 | - |
| YUV | 125.84 | 159.7 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 182 | 0.10 | 0.47 | 0 | 0.29 | 286.74 | 0.37 | 0.55 |
| Hex | A3 | 60 | B6 | A | 2F | 0 | 1D | 11F | 25 | 37 |
| Octal | 243 | 140 | 266 | 12 | 57 | 0 | 35 | 437 | 45 | 67 |
| Binary | 10100011 | 1100000 | 10110110 | 1010 | 101111 | 0 | 11101 | 100011111 | 100101 | 110111 |
Color Harmonies of #A360B6
Complementary color
Monochromatic Colors of #A360B6
Black with #A360B6
Text Example
Text Example
White with #A360B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360B6; }
p { color: rgb(163,96,182); }
H1.HeaderClassName
{
color: #A360B6;
}
.AnyTagClassName
{
color: #A360B6;
}
</style>
background-color css
<style>
a { background-color: #A360B6; }
a { background-color: rgb(163,96,182); }
div.DivClassName
{
background-color: #A360B6;
}
.BgClassName
{
background-color: #A360B6;
}
</style>
border-color css
<style>
span { border-color: #A360B6; }
span { border-color: rgb(163,96,182); }
td.TdClassName
{
border-color: #A360B6;
}
.TagClassName
{
border-color: #A360B6;
}
</style>