Shades of Deep Lilac #A03FB0
Tints of Deep Lilac #A03FB0
RGB
CMYK
RGB Variations
Color information
#A03FB0 (or 0xA03FB0) is known color: Deep Lilac. HEX triplet: A0, 3F and B0. RGB value is (160,63,176). Sum of RGB (Red+Green+Blue) = 160+63+176=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #A03FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03FB0 is #5FC04F. Grayscale: #686868. Windows color (decimal): -6275152 or 11550624. OLE color: 11550624.
HSL color Cylindrical-coordinate representation of color #A03FB0: hue angle of 291.5º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03FB0 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 63 | 176 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.31 |
| HSL | 291.5º | 0.47% | 0.47% | - |
| HSV(B) | 291.5º | 0.64% | 0.69% | - |
| XYZ | 24.11 | 14.16 | 42.54 | - |
| YUV | 104.89 | 168.14 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 176 | 0.09 | 0.64 | 0 | 0.31 | 291.5 | 0.47 | 0.47 |
| Hex | A0 | 3F | B0 | 9 | 40 | 0 | 1F | 124 | 2F | 2F |
| Octal | 240 | 77 | 260 | 11 | 100 | 0 | 37 | 444 | 57 | 57 |
| Binary | 10100000 | 111111 | 10110000 | 1001 | 1000000 | 0 | 11111 | 100100100 | 101111 | 101111 |
Color Harmonies of #A03FB0
Complementary color
Monochromatic Colors of #A03FB0
Black with #A03FB0
Text Example
Text Example
White with #A03FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FB0; }
p { color: rgb(160,63,176); }
H1.HeaderClassName
{
color: #A03FB0;
}
.AnyTagClassName
{
color: #A03FB0;
}
</style>
background-color css
<style>
a { background-color: #A03FB0; }
a { background-color: rgb(160,63,176); }
div.DivClassName
{
background-color: #A03FB0;
}
.BgClassName
{
background-color: #A03FB0;
}
</style>
border-color css
<style>
span { border-color: #A03FB0; }
span { border-color: rgb(160,63,176); }
td.TdClassName
{
border-color: #A03FB0;
}
.TagClassName
{
border-color: #A03FB0;
}
</style>