Shades of Deep Lilac #A360B1
Tints of Deep Lilac #A360B1
RGB
CMYK
RGB Variations
Color information
#A360B1 (or 0xA360B1) is known color: Deep Lilac. HEX triplet: A3, 60 and B1. RGB value is (163,96,177). Sum of RGB (Red+Green+Blue) = 163+96+177=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #A360B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A360B1 is #5C9F4E. Grayscale: #7D7D7D. Windows color (decimal): -6070095 or 11624611. OLE color: 11624611.
HSL color Cylindrical-coordinate representation of color #A360B1: hue angle of 289.63º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A360B1 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 96 | 177 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.31 |
| HSL | 289.63º | 0.34% | 0.54% | - |
| HSV(B) | 289.63º | 0.46% | 0.69% | - |
| XYZ | 27.22 | 19.33 | 43.89 | - |
| YUV | 125.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 177 | 0.08 | 0.46 | 0 | 0.31 | 289.63 | 0.34 | 0.54 |
| Hex | A3 | 60 | B1 | 8 | 2E | 0 | 1F | 122 | 22 | 36 |
| Octal | 243 | 140 | 261 | 10 | 56 | 0 | 37 | 442 | 42 | 66 |
| Binary | 10100011 | 1100000 | 10110001 | 1000 | 101110 | 0 | 11111 | 100100010 | 100010 | 110110 |
Color Harmonies of #A360B1
Complementary color
Monochromatic Colors of #A360B1
Black with #A360B1
Text Example
Text Example
White with #A360B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360B1; }
p { color: rgb(163,96,177); }
H1.HeaderClassName
{
color: #A360B1;
}
.AnyTagClassName
{
color: #A360B1;
}
</style>
background-color css
<style>
a { background-color: #A360B1; }
a { background-color: rgb(163,96,177); }
div.DivClassName
{
background-color: #A360B1;
}
.BgClassName
{
background-color: #A360B1;
}
</style>
border-color css
<style>
span { border-color: #A360B1; }
span { border-color: rgb(163,96,177); }
td.TdClassName
{
border-color: #A360B1;
}
.TagClassName
{
border-color: #A360B1;
}
</style>