Shades of Deep Lilac #A143B9
Tints of Deep Lilac #A143B9
RGB
CMYK
RGB Variations
Color information
#A143B9 (or 0xA143B9) is known color: Deep Lilac. HEX triplet: A1, 43 and B9. RGB value is (161,67,185). Sum of RGB (Red+Green+Blue) = 161+67+185=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #A143B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143B9 is #5EBC46. Grayscale: #6C6C6C. Windows color (decimal): -6208583 or 12141473. OLE color: 12141473.
HSL color Cylindrical-coordinate representation of color #A143B9: hue angle of 287.8º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A143B9 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 67 | 185 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.27 |
| HSL | 287.8º | 0.47% | 0.49% | - |
| HSV(B) | 287.8º | 0.64% | 0.73% | - |
| XYZ | 25.46 | 15.09 | 47.47 | - |
| YUV | 108.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 185 | 0.13 | 0.64 | 0 | 0.27 | 287.8 | 0.47 | 0.49 |
| Hex | A1 | 43 | B9 | D | 40 | 0 | 1B | 120 | 2F | 31 |
| Octal | 241 | 103 | 271 | 15 | 100 | 0 | 33 | 440 | 57 | 61 |
| Binary | 10100001 | 1000011 | 10111001 | 1101 | 1000000 | 0 | 11011 | 100100000 | 101111 | 110001 |
Color Harmonies of #A143B9
Complementary color
Monochromatic Colors of #A143B9
Black with #A143B9
Text Example
Text Example
White with #A143B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143B9; }
p { color: rgb(161,67,185); }
H1.HeaderClassName
{
color: #A143B9;
}
.AnyTagClassName
{
color: #A143B9;
}
</style>
background-color css
<style>
a { background-color: #A143B9; }
a { background-color: rgb(161,67,185); }
div.DivClassName
{
background-color: #A143B9;
}
.BgClassName
{
background-color: #A143B9;
}
</style>
border-color css
<style>
span { border-color: #A143B9; }
span { border-color: rgb(161,67,185); }
td.TdClassName
{
border-color: #A143B9;
}
.TagClassName
{
border-color: #A143B9;
}
</style>