Shades of Deep Lilac #A141BC
Tints of Deep Lilac #A141BC
RGB
CMYK
RGB Variations
Color information
#A141BC (or 0xA141BC) is known color: Deep Lilac. HEX triplet: A1, 41 and BC. RGB value is (161,65,188). Sum of RGB (Red+Green+Blue) = 161+65+188=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #A141BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A141BC is #5EBE43. Grayscale: #6B6B6B. Windows color (decimal): -6209092 or 12337569. OLE color: 12337569.
HSL color Cylindrical-coordinate representation of color #A141BC: hue angle of 286.83º 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 #A141BC is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 65 | 188 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.26 |
| HSL | 286.83º | 0.49% | 0.5% | - |
| HSV(B) | 286.83º | 0.65% | 0.74% | - |
| XYZ | 25.67 | 14.99 | 49.12 | - |
| YUV | 107.73 | 173.3 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 188 | 0.14 | 0.65 | 0 | 0.26 | 286.83 | 0.49 | 0.5 |
| Hex | A1 | 41 | BC | E | 41 | 0 | 1A | 11F | 31 | 32 |
| Octal | 241 | 101 | 274 | 16 | 101 | 0 | 32 | 437 | 61 | 62 |
| Binary | 10100001 | 1000001 | 10111100 | 1110 | 1000001 | 0 | 11010 | 100011111 | 110001 | 110010 |
Color Harmonies of #A141BC
Complementary color
Monochromatic Colors of #A141BC
Black with #A141BC
Text Example
Text Example
White with #A141BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A141BC; }
p { color: rgb(161,65,188); }
H1.HeaderClassName
{
color: #A141BC;
}
.AnyTagClassName
{
color: #A141BC;
}
</style>
background-color css
<style>
a { background-color: #A141BC; }
a { background-color: rgb(161,65,188); }
div.DivClassName
{
background-color: #A141BC;
}
.BgClassName
{
background-color: #A141BC;
}
</style>
border-color css
<style>
span { border-color: #A141BC; }
span { border-color: rgb(161,65,188); }
td.TdClassName
{
border-color: #A141BC;
}
.TagClassName
{
border-color: #A141BC;
}
</style>