Shades of Deep Lilac #A360BE
Tints of Deep Lilac #A360BE
RGB
CMYK
RGB Variations
Color information
#A360BE (or 0xA360BE) is known color: Deep Lilac. HEX triplet: A3, 60 and BE. RGB value is (163,96,190). Sum of RGB (Red+Green+Blue) = 163+96+190=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #A360BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360BE is #5C9F41. Grayscale: #7E7E7E. Windows color (decimal): -6070082 or 12476579. OLE color: 12476579.
HSL color Cylindrical-coordinate representation of color #A360BE: hue angle of 282.77º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A360BE is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 96 | 190 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.25 |
| HSL | 282.77º | 0.42% | 0.56% | - |
| HSV(B) | 282.77º | 0.49% | 0.75% | - |
| XYZ | 28.58 | 19.87 | 51.04 | - |
| YUV | 126.75 | 163.7 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 190 | 0.14 | 0.49 | 0 | 0.25 | 282.77 | 0.42 | 0.56 |
| Hex | A3 | 60 | BE | E | 31 | 0 | 19 | 11B | 2A | 38 |
| Octal | 243 | 140 | 276 | 16 | 61 | 0 | 31 | 433 | 52 | 70 |
| Binary | 10100011 | 1100000 | 10111110 | 1110 | 110001 | 0 | 11001 | 100011011 | 101010 | 111000 |
Color Harmonies of #A360BE
Complementary color
Monochromatic Colors of #A360BE
Black with #A360BE
Text Example
Text Example
White with #A360BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360BE; }
p { color: rgb(163,96,190); }
H1.HeaderClassName
{
color: #A360BE;
}
.AnyTagClassName
{
color: #A360BE;
}
</style>
background-color css
<style>
a { background-color: #A360BE; }
a { background-color: rgb(163,96,190); }
div.DivClassName
{
background-color: #A360BE;
}
.BgClassName
{
background-color: #A360BE;
}
</style>
border-color css
<style>
span { border-color: #A360BE; }
span { border-color: rgb(163,96,190); }
td.TdClassName
{
border-color: #A360BE;
}
.TagClassName
{
border-color: #A360BE;
}
</style>