Shades of Deep Lilac #A143BC
Tints of Deep Lilac #A143BC
RGB
CMYK
RGB Variations
Color information
#A143BC (or 0xA143BC) is known color: Deep Lilac. HEX triplet: A1, 43 and BC. RGB value is (161,67,188). Sum of RGB (Red+Green+Blue) = 161+67+188=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #A143BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143BC is #5EBC43. Grayscale: #6C6C6C. Windows color (decimal): -6208580 or 12338081. OLE color: 12338081.
HSL color Cylindrical-coordinate representation of color #A143BC: hue angle of 286.61º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A143BC is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 67 | 188 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.26 |
| HSL | 286.61º | 0.47% | 0.5% | - |
| HSV(B) | 286.61º | 0.64% | 0.74% | - |
| XYZ | 25.78 | 15.22 | 49.16 | - |
| YUV | 108.9 | 172.64 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 188 | 0.14 | 0.64 | 0 | 0.26 | 286.61 | 0.47 | 0.5 |
| Hex | A1 | 43 | BC | E | 40 | 0 | 1A | 11F | 2F | 32 |
| Octal | 241 | 103 | 274 | 16 | 100 | 0 | 32 | 437 | 57 | 62 |
| Binary | 10100001 | 1000011 | 10111100 | 1110 | 1000000 | 0 | 11010 | 100011111 | 101111 | 110010 |
Color Harmonies of #A143BC
Complementary color
Monochromatic Colors of #A143BC
Black with #A143BC
Text Example
Text Example
White with #A143BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143BC; }
p { color: rgb(161,67,188); }
H1.HeaderClassName
{
color: #A143BC;
}
.AnyTagClassName
{
color: #A143BC;
}
</style>
background-color css
<style>
a { background-color: #A143BC; }
a { background-color: rgb(161,67,188); }
div.DivClassName
{
background-color: #A143BC;
}
.BgClassName
{
background-color: #A143BC;
}
</style>
border-color css
<style>
span { border-color: #A143BC; }
span { border-color: rgb(161,67,188); }
td.TdClassName
{
border-color: #A143BC;
}
.TagClassName
{
border-color: #A143BC;
}
</style>