Shades of Deep Lilac #A360BF
Tints of Deep Lilac #A360BF
RGB
CMYK
RGB Variations
Color information
#A360BF (or 0xA360BF) is known color: Deep Lilac. HEX triplet: A3, 60 and BF. RGB value is (163,96,191). Sum of RGB (Red+Green+Blue) = 163+96+191=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #A360BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360BF is #5C9F40. Grayscale: #7E7E7E. Windows color (decimal): -6070081 or 12542115. OLE color: 12542115.
HSL color Cylindrical-coordinate representation of color #A360BF: hue angle of 282.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A360BF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 96 | 191 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.25 |
| HSL | 282.32º | 0.43% | 0.56% | - |
| HSV(B) | 282.32º | 0.5% | 0.75% | - |
| XYZ | 28.69 | 19.91 | 51.62 | - |
| YUV | 126.86 | 164.2 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 191 | 0.15 | 0.50 | 0 | 0.25 | 282.32 | 0.43 | 0.56 |
| Hex | A3 | 60 | BF | F | 32 | 0 | 19 | 11A | 2B | 38 |
| Octal | 243 | 140 | 277 | 17 | 62 | 0 | 31 | 432 | 53 | 70 |
| Binary | 10100011 | 1100000 | 10111111 | 1111 | 110010 | 0 | 11001 | 100011010 | 101011 | 111000 |
Color Harmonies of #A360BF
Complementary color
Monochromatic Colors of #A360BF
Black with #A360BF
Text Example
Text Example
White with #A360BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360BF; }
p { color: rgb(163,96,191); }
H1.HeaderClassName
{
color: #A360BF;
}
.AnyTagClassName
{
color: #A360BF;
}
</style>
background-color css
<style>
a { background-color: #A360BF; }
a { background-color: rgb(163,96,191); }
div.DivClassName
{
background-color: #A360BF;
}
.BgClassName
{
background-color: #A360BF;
}
</style>
border-color css
<style>
span { border-color: #A360BF; }
span { border-color: rgb(163,96,191); }
td.TdClassName
{
border-color: #A360BF;
}
.TagClassName
{
border-color: #A360BF;
}
</style>