Shades of Deep Lilac #A360BD
Tints of Deep Lilac #A360BD
RGB
CMYK
RGB Variations
Color information
#A360BD (or 0xA360BD) is known color: Deep Lilac. HEX triplet: A3, 60 and BD. RGB value is (163,96,189). Sum of RGB (Red+Green+Blue) = 163+96+189=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #A360BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360BD is #5C9F42. Grayscale: #7E7E7E. Windows color (decimal): -6070083 or 12411043. OLE color: 12411043.
HSL color Cylindrical-coordinate representation of color #A360BD: hue angle of 283.23º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A360BD is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 96 | 189 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.26 |
| HSL | 283.23º | 0.41% | 0.56% | - |
| HSV(B) | 283.23º | 0.49% | 0.74% | - |
| XYZ | 28.47 | 19.83 | 50.47 | - |
| YUV | 126.64 | 163.2 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 189 | 0.14 | 0.49 | 0 | 0.26 | 283.23 | 0.41 | 0.56 |
| Hex | A3 | 60 | BD | E | 31 | 0 | 1A | 11B | 29 | 38 |
| Octal | 243 | 140 | 275 | 16 | 61 | 0 | 32 | 433 | 51 | 70 |
| Binary | 10100011 | 1100000 | 10111101 | 1110 | 110001 | 0 | 11010 | 100011011 | 101001 | 111000 |
Color Harmonies of #A360BD
Complementary color
Monochromatic Colors of #A360BD
Black with #A360BD
Text Example
Text Example
White with #A360BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360BD; }
p { color: rgb(163,96,189); }
H1.HeaderClassName
{
color: #A360BD;
}
.AnyTagClassName
{
color: #A360BD;
}
</style>
background-color css
<style>
a { background-color: #A360BD; }
a { background-color: rgb(163,96,189); }
div.DivClassName
{
background-color: #A360BD;
}
.BgClassName
{
background-color: #A360BD;
}
</style>
border-color css
<style>
span { border-color: #A360BD; }
span { border-color: rgb(163,96,189); }
td.TdClassName
{
border-color: #A360BD;
}
.TagClassName
{
border-color: #A360BD;
}
</style>