Shades of Deep Lilac #A041AB
Tints of Deep Lilac #A041AB
RGB
CMYK
RGB Variations
Color information
#A041AB (or 0xA041AB) is known color: Deep Lilac. HEX triplet: A0, 41 and AB. RGB value is (160,65,171). Sum of RGB (Red+Green+Blue) = 160+65+171=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #A041AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A041AB is #5FBE54. Grayscale: #696969. Windows color (decimal): -6274645 or 11223456. OLE color: 11223456.
HSL color Cylindrical-coordinate representation of color #A041AB: hue angle of 293.77º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A041AB is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 65 | 171 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.33 |
| HSL | 293.77º | 0.45% | 0.46% | - |
| HSV(B) | 293.77º | 0.62% | 0.67% | - |
| XYZ | 23.74 | 14.19 | 40.02 | - |
| YUV | 105.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 171 | 0.06 | 0.62 | 0 | 0.33 | 293.77 | 0.45 | 0.46 |
| Hex | A0 | 41 | AB | 6 | 3E | 0 | 21 | 126 | 2D | 2E |
| Octal | 240 | 101 | 253 | 6 | 76 | 0 | 41 | 446 | 55 | 56 |
| Binary | 10100000 | 1000001 | 10101011 | 110 | 111110 | 0 | 100001 | 100100110 | 101101 | 101110 |
Color Harmonies of #A041AB
Complementary color
Monochromatic Colors of #A041AB
Black with #A041AB
Text Example
Text Example
White with #A041AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A041AB; }
p { color: rgb(160,65,171); }
H1.HeaderClassName
{
color: #A041AB;
}
.AnyTagClassName
{
color: #A041AB;
}
</style>
background-color css
<style>
a { background-color: #A041AB; }
a { background-color: rgb(160,65,171); }
div.DivClassName
{
background-color: #A041AB;
}
.BgClassName
{
background-color: #A041AB;
}
</style>
border-color css
<style>
span { border-color: #A041AB; }
span { border-color: rgb(160,65,171); }
td.TdClassName
{
border-color: #A041AB;
}
.TagClassName
{
border-color: #A041AB;
}
</style>