Shades of Deep Lilac #A143BE
Tints of Deep Lilac #A143BE
RGB
CMYK
RGB Variations
Color information
#A143BE (or 0xA143BE) is known color: Deep Lilac. HEX triplet: A1, 43 and BE. RGB value is (161,67,190). Sum of RGB (Red+Green+Blue) = 161+67+190=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #A143BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143BE is #5EBC41. Grayscale: #6C6C6C. Windows color (decimal): -6208578 or 12469153. OLE color: 12469153.
HSL color Cylindrical-coordinate representation of color #A143BE: hue angle of 285.85º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A143BE is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 67 | 190 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.25 |
| HSL | 285.85º | 0.49% | 0.5% | - |
| HSV(B) | 285.85º | 0.65% | 0.75% | - |
| XYZ | 26 | 15.31 | 50.3 | - |
| YUV | 109.13 | 173.64 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 190 | 0.15 | 0.65 | 0 | 0.25 | 285.85 | 0.49 | 0.5 |
| Hex | A1 | 43 | BE | F | 41 | 0 | 19 | 11E | 31 | 32 |
| Octal | 241 | 103 | 276 | 17 | 101 | 0 | 31 | 436 | 61 | 62 |
| Binary | 10100001 | 1000011 | 10111110 | 1111 | 1000001 | 0 | 11001 | 100011110 | 110001 | 110010 |
Color Harmonies of #A143BE
Complementary color
Monochromatic Colors of #A143BE
Black with #A143BE
Text Example
Text Example
White with #A143BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143BE; }
p { color: rgb(161,67,190); }
H1.HeaderClassName
{
color: #A143BE;
}
.AnyTagClassName
{
color: #A143BE;
}
</style>
background-color css
<style>
a { background-color: #A143BE; }
a { background-color: rgb(161,67,190); }
div.DivClassName
{
background-color: #A143BE;
}
.BgClassName
{
background-color: #A143BE;
}
</style>
border-color css
<style>
span { border-color: #A143BE; }
span { border-color: rgb(161,67,190); }
td.TdClassName
{
border-color: #A143BE;
}
.TagClassName
{
border-color: #A143BE;
}
</style>