Shades of Deep Lilac #A03FB1
Tints of Deep Lilac #A03FB1
RGB
CMYK
RGB Variations
Color information
#A03FB1 (or 0xA03FB1) is known color: Deep Lilac. HEX triplet: A0, 3F and B1. RGB value is (160,63,177). Sum of RGB (Red+Green+Blue) = 160+63+177=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 177 - color contains mainly: blue. Hex color #A03FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03FB1 is #5FC04E. Grayscale: #686868. Windows color (decimal): -6275151 or 11616160. OLE color: 11616160.
HSL color Cylindrical-coordinate representation of color #A03FB1: hue angle of 291.05º 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 #A03FB1 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 63 | 177 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.31 |
| HSL | 291.05º | 0.48% | 0.47% | - |
| HSV(B) | 291.05º | 0.64% | 0.69% | - |
| XYZ | 24.21 | 14.2 | 43.06 | - |
| YUV | 105 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 177 | 0.10 | 0.64 | 0 | 0.31 | 291.05 | 0.48 | 0.47 |
| Hex | A0 | 3F | B1 | A | 40 | 0 | 1F | 123 | 30 | 2F |
| Octal | 240 | 77 | 261 | 12 | 100 | 0 | 37 | 443 | 60 | 57 |
| Binary | 10100000 | 111111 | 10110001 | 1010 | 1000000 | 0 | 11111 | 100100011 | 110000 | 101111 |
Color Harmonies of #A03FB1
Complementary color
Monochromatic Colors of #A03FB1
Black with #A03FB1
Text Example
Text Example
White with #A03FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FB1; }
p { color: rgb(160,63,177); }
H1.HeaderClassName
{
color: #A03FB1;
}
.AnyTagClassName
{
color: #A03FB1;
}
</style>
background-color css
<style>
a { background-color: #A03FB1; }
a { background-color: rgb(160,63,177); }
div.DivClassName
{
background-color: #A03FB1;
}
.BgClassName
{
background-color: #A03FB1;
}
</style>
border-color css
<style>
span { border-color: #A03FB1; }
span { border-color: rgb(160,63,177); }
td.TdClassName
{
border-color: #A03FB1;
}
.TagClassName
{
border-color: #A03FB1;
}
</style>