Shades of Deep Lilac #A041BC
Tints of Deep Lilac #A041BC
RGB
CMYK
RGB Variations
Color information
#A041BC (or 0xA041BC) is known color: Deep Lilac. HEX triplet: A0, 41 and BC. RGB value is (160,65,188). Sum of RGB (Red+Green+Blue) = 160+65+188=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #A041BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041BC is #5FBE43. Grayscale: #6B6B6B. Windows color (decimal): -6274628 or 12337568. OLE color: 12337568.
HSL color Cylindrical-coordinate representation of color #A041BC: hue angle of 286.34º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A041BC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 65 | 188 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.26 |
| HSL | 286.34º | 0.49% | 0.5% | - |
| HSV(B) | 286.34º | 0.65% | 0.74% | - |
| XYZ | 25.46 | 14.89 | 49.11 | - |
| YUV | 107.43 | 173.47 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 188 | 0.15 | 0.65 | 0 | 0.26 | 286.34 | 0.49 | 0.5 |
| Hex | A0 | 41 | BC | F | 41 | 0 | 1A | 11E | 31 | 32 |
| Octal | 240 | 101 | 274 | 17 | 101 | 0 | 32 | 436 | 61 | 62 |
| Binary | 10100000 | 1000001 | 10111100 | 1111 | 1000001 | 0 | 11010 | 100011110 | 110001 | 110010 |
Color Harmonies of #A041BC
Complementary color
Monochromatic Colors of #A041BC
Black with #A041BC
Text Example
Text Example
White with #A041BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A041BC; }
p { color: rgb(160,65,188); }
H1.HeaderClassName
{
color: #A041BC;
}
.AnyTagClassName
{
color: #A041BC;
}
</style>
background-color css
<style>
a { background-color: #A041BC; }
a { background-color: rgb(160,65,188); }
div.DivClassName
{
background-color: #A041BC;
}
.BgClassName
{
background-color: #A041BC;
}
</style>
border-color css
<style>
span { border-color: #A041BC; }
span { border-color: rgb(160,65,188); }
td.TdClassName
{
border-color: #A041BC;
}
.TagClassName
{
border-color: #A041BC;
}
</style>