Shades of Deep Lilac #A03BB0
Tints of Deep Lilac #A03BB0
RGB
CMYK
RGB Variations
Color information
#A03BB0 (or 0xA03BB0) is known color: Deep Lilac. HEX triplet: A0, 3B and B0. RGB value is (160,59,176). Sum of RGB (Red+Green+Blue) = 160+59+176=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 176 - color contains mainly: blue. Hex color #A03BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03BB0 is #5FC44F. Grayscale: #666666. Windows color (decimal): -6276176 or 11549600. OLE color: 11549600.
HSL color Cylindrical-coordinate representation of color #A03BB0: hue angle of 291.79º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03BB0 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 59 | 176 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.31 |
| HSL | 291.79º | 0.5% | 0.46% | - |
| HSV(B) | 291.79º | 0.66% | 0.69% | - |
| XYZ | 23.9 | 13.74 | 42.47 | - |
| YUV | 102.54 | 169.46 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 176 | 0.09 | 0.66 | 0 | 0.31 | 291.79 | 0.5 | 0.46 |
| Hex | A0 | 3B | B0 | 9 | 42 | 0 | 1F | 124 | 32 | 2E |
| Octal | 240 | 73 | 260 | 11 | 102 | 0 | 37 | 444 | 62 | 56 |
| Binary | 10100000 | 111011 | 10110000 | 1001 | 1000010 | 0 | 11111 | 100100100 | 110010 | 101110 |
Color Harmonies of #A03BB0
Complementary color
Monochromatic Colors of #A03BB0
Black with #A03BB0
Text Example
Text Example
White with #A03BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03BB0; }
p { color: rgb(160,59,176); }
H1.HeaderClassName
{
color: #A03BB0;
}
.AnyTagClassName
{
color: #A03BB0;
}
</style>
background-color css
<style>
a { background-color: #A03BB0; }
a { background-color: rgb(160,59,176); }
div.DivClassName
{
background-color: #A03BB0;
}
.BgClassName
{
background-color: #A03BB0;
}
</style>
border-color css
<style>
span { border-color: #A03BB0; }
span { border-color: rgb(160,59,176); }
td.TdClassName
{
border-color: #A03BB0;
}
.TagClassName
{
border-color: #A03BB0;
}
</style>