Shades of Deep Lilac #A360B8
Tints of Deep Lilac #A360B8
RGB
CMYK
RGB Variations
Color information
#A360B8 (or 0xA360B8) is known color: Deep Lilac. HEX triplet: A3, 60 and B8. RGB value is (163,96,184). Sum of RGB (Red+Green+Blue) = 163+96+184=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 184 - color contains mainly: blue. Hex color #A360B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360B8 is #5C9F47. Grayscale: #7D7D7D. Windows color (decimal): -6070088 or 12083363. OLE color: 12083363.
HSL color Cylindrical-coordinate representation of color #A360B8: hue angle of 285.68º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A360B8 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 96 | 184 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.28 |
| HSL | 285.68º | 0.38% | 0.55% | - |
| HSV(B) | 285.68º | 0.48% | 0.72% | - |
| XYZ | 27.94 | 19.61 | 47.66 | - |
| YUV | 126.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 184 | 0.11 | 0.48 | 0 | 0.28 | 285.68 | 0.38 | 0.55 |
| Hex | A3 | 60 | B8 | B | 30 | 0 | 1C | 11E | 26 | 37 |
| Octal | 243 | 140 | 270 | 13 | 60 | 0 | 34 | 436 | 46 | 67 |
| Binary | 10100011 | 1100000 | 10111000 | 1011 | 110000 | 0 | 11100 | 100011110 | 100110 | 110111 |
Color Harmonies of #A360B8
Complementary color
Monochromatic Colors of #A360B8
Black with #A360B8
Text Example
Text Example
White with #A360B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360B8; }
p { color: rgb(163,96,184); }
H1.HeaderClassName
{
color: #A360B8;
}
.AnyTagClassName
{
color: #A360B8;
}
</style>
background-color css
<style>
a { background-color: #A360B8; }
a { background-color: rgb(163,96,184); }
div.DivClassName
{
background-color: #A360B8;
}
.BgClassName
{
background-color: #A360B8;
}
</style>
border-color css
<style>
span { border-color: #A360B8; }
span { border-color: rgb(163,96,184); }
td.TdClassName
{
border-color: #A360B8;
}
.TagClassName
{
border-color: #A360B8;
}
</style>