Shades of Deep Lilac #A143B5
Tints of Deep Lilac #A143B5
RGB
CMYK
RGB Variations
Color information
#A143B5 (or 0xA143B5) is known color: Deep Lilac. HEX triplet: A1, 43 and B5. RGB value is (161,67,181). Sum of RGB (Red+Green+Blue) = 161+67+181=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 181 - color contains mainly: blue. Hex color #A143B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143B5 is #5EBC4A. Grayscale: #6B6B6B. Windows color (decimal): -6208587 or 11879329. OLE color: 11879329.
HSL color Cylindrical-coordinate representation of color #A143B5: hue angle of 289.47º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A143B5 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 67 | 181 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.29 |
| HSL | 289.47º | 0.46% | 0.49% | - |
| HSV(B) | 289.47º | 0.63% | 0.71% | - |
| XYZ | 25.05 | 14.93 | 45.28 | - |
| YUV | 108.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 181 | 0.11 | 0.63 | 0 | 0.29 | 289.47 | 0.46 | 0.49 |
| Hex | A1 | 43 | B5 | B | 3F | 0 | 1D | 121 | 2E | 31 |
| Octal | 241 | 103 | 265 | 13 | 77 | 0 | 35 | 441 | 56 | 61 |
| Binary | 10100001 | 1000011 | 10110101 | 1011 | 111111 | 0 | 11101 | 100100001 | 101110 | 110001 |
Color Harmonies of #A143B5
Complementary color
Monochromatic Colors of #A143B5
Black with #A143B5
Text Example
Text Example
White with #A143B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143B5; }
p { color: rgb(161,67,181); }
H1.HeaderClassName
{
color: #A143B5;
}
.AnyTagClassName
{
color: #A143B5;
}
</style>
background-color css
<style>
a { background-color: #A143B5; }
a { background-color: rgb(161,67,181); }
div.DivClassName
{
background-color: #A143B5;
}
.BgClassName
{
background-color: #A143B5;
}
</style>
border-color css
<style>
span { border-color: #A143B5; }
span { border-color: rgb(161,67,181); }
td.TdClassName
{
border-color: #A143B5;
}
.TagClassName
{
border-color: #A143B5;
}
</style>