Shades of Deep Lilac #A03DAB
Tints of Deep Lilac #A03DAB
RGB
CMYK
RGB Variations
Color information
#A03DAB (or 0xA03DAB) is known color: Deep Lilac. HEX triplet: A0, 3D and AB. RGB value is (160,61,171). Sum of RGB (Red+Green+Blue) = 160+61+171=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #A03DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03DAB is #5FC254. Grayscale: #666666. Windows color (decimal): -6275669 or 11222432. OLE color: 11222432.
HSL color Cylindrical-coordinate representation of color #A03DAB: hue angle of 294º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03DAB is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 61 | 171 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.33 |
| HSL | 294º | 0.47% | 0.45% | - |
| HSV(B) | 294º | 0.64% | 0.67% | - |
| XYZ | 23.52 | 13.75 | 39.94 | - |
| YUV | 103.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 171 | 0.06 | 0.64 | 0 | 0.33 | 294 | 0.47 | 0.45 |
| Hex | A0 | 3D | AB | 6 | 40 | 0 | 21 | 126 | 2F | 2D |
| Octal | 240 | 75 | 253 | 6 | 100 | 0 | 41 | 446 | 57 | 55 |
| Binary | 10100000 | 111101 | 10101011 | 110 | 1000000 | 0 | 100001 | 100100110 | 101111 | 101101 |
Color Harmonies of #A03DAB
Complementary color
Monochromatic Colors of #A03DAB
Black with #A03DAB
Text Example
Text Example
White with #A03DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03DAB; }
p { color: rgb(160,61,171); }
H1.HeaderClassName
{
color: #A03DAB;
}
.AnyTagClassName
{
color: #A03DAB;
}
</style>
background-color css
<style>
a { background-color: #A03DAB; }
a { background-color: rgb(160,61,171); }
div.DivClassName
{
background-color: #A03DAB;
}
.BgClassName
{
background-color: #A03DAB;
}
</style>
border-color css
<style>
span { border-color: #A03DAB; }
span { border-color: rgb(160,61,171); }
td.TdClassName
{
border-color: #A03DAB;
}
.TagClassName
{
border-color: #A03DAB;
}
</style>