Shades of Deep Lilac #A142BC
Tints of Deep Lilac #A142BC
RGB
CMYK
RGB Variations
Color information
#A142BC (or 0xA142BC) is known color: Deep Lilac. HEX triplet: A1, 42 and BC. RGB value is (161,66,188). Sum of RGB (Red+Green+Blue) = 161+66+188=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #A142BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A142BC is #5EBD43. Grayscale: #6B6B6B. Windows color (decimal): -6208836 or 12337825. OLE color: 12337825.
HSL color Cylindrical-coordinate representation of color #A142BC: hue angle of 286.72º degrees, saturation: 0.48, 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 #A142BC is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 66 | 188 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.26 |
| HSL | 286.72º | 0.48% | 0.5% | - |
| HSV(B) | 286.72º | 0.65% | 0.74% | - |
| XYZ | 25.72 | 15.1 | 49.14 | - |
| YUV | 108.31 | 172.97 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 188 | 0.14 | 0.65 | 0 | 0.26 | 286.72 | 0.48 | 0.5 |
| Hex | A1 | 42 | BC | E | 41 | 0 | 1A | 11F | 30 | 32 |
| Octal | 241 | 102 | 274 | 16 | 101 | 0 | 32 | 437 | 60 | 62 |
| Binary | 10100001 | 1000010 | 10111100 | 1110 | 1000001 | 0 | 11010 | 100011111 | 110000 | 110010 |
Color Harmonies of #A142BC
Complementary color
Monochromatic Colors of #A142BC
Black with #A142BC
Text Example
Text Example
White with #A142BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A142BC; }
p { color: rgb(161,66,188); }
H1.HeaderClassName
{
color: #A142BC;
}
.AnyTagClassName
{
color: #A142BC;
}
</style>
background-color css
<style>
a { background-color: #A142BC; }
a { background-color: rgb(161,66,188); }
div.DivClassName
{
background-color: #A142BC;
}
.BgClassName
{
background-color: #A142BC;
}
</style>
border-color css
<style>
span { border-color: #A142BC; }
span { border-color: rgb(161,66,188); }
td.TdClassName
{
border-color: #A142BC;
}
.TagClassName
{
border-color: #A142BC;
}
</style>