Shades of Deep Lilac #A143BB
Tints of Deep Lilac #A143BB
RGB
CMYK
RGB Variations
Color information
#A143BB (or 0xA143BB) is known color: Deep Lilac. HEX triplet: A1, 43 and BB. RGB value is (161,67,187). Sum of RGB (Red+Green+Blue) = 161+67+187=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #A143BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143BB is #5EBC44. Grayscale: #6C6C6C. Windows color (decimal): -6208581 or 12272545. OLE color: 12272545.
HSL color Cylindrical-coordinate representation of color #A143BB: hue angle of 287º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A143BB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 67 | 187 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.27 |
| HSL | 287º | 0.47% | 0.5% | - |
| HSV(B) | 287º | 0.64% | 0.73% | - |
| XYZ | 25.67 | 15.18 | 48.59 | - |
| YUV | 108.79 | 172.14 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 187 | 0.14 | 0.64 | 0 | 0.27 | 287 | 0.47 | 0.5 |
| Hex | A1 | 43 | BB | E | 40 | 0 | 1B | 11F | 2F | 32 |
| Octal | 241 | 103 | 273 | 16 | 100 | 0 | 33 | 437 | 57 | 62 |
| Binary | 10100001 | 1000011 | 10111011 | 1110 | 1000000 | 0 | 11011 | 100011111 | 101111 | 110010 |
Color Harmonies of #A143BB
Complementary color
Monochromatic Colors of #A143BB
Black with #A143BB
Text Example
Text Example
White with #A143BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143BB; }
p { color: rgb(161,67,187); }
H1.HeaderClassName
{
color: #A143BB;
}
.AnyTagClassName
{
color: #A143BB;
}
</style>
background-color css
<style>
a { background-color: #A143BB; }
a { background-color: rgb(161,67,187); }
div.DivClassName
{
background-color: #A143BB;
}
.BgClassName
{
background-color: #A143BB;
}
</style>
border-color css
<style>
span { border-color: #A143BB; }
span { border-color: rgb(161,67,187); }
td.TdClassName
{
border-color: #A143BB;
}
.TagClassName
{
border-color: #A143BB;
}
</style>