Shades of Deep Lilac #A043BD
Tints of Deep Lilac #A043BD
RGB
CMYK
RGB Variations
Color information
#A043BD (or 0xA043BD) is known color: Deep Lilac. HEX triplet: A0, 43 and BD. RGB value is (160,67,189). Sum of RGB (Red+Green+Blue) = 160+67+189=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #A043BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A043BD is #5FBC42. Grayscale: #6C6C6C. Windows color (decimal): -6274115 or 12403616. OLE color: 12403616.
HSL color Cylindrical-coordinate representation of color #A043BD: hue angle of 285.74º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A043BD is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 67 | 189 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.26 |
| HSL | 285.74º | 0.48% | 0.5% | - |
| HSV(B) | 285.74º | 0.65% | 0.74% | - |
| XYZ | 25.69 | 15.16 | 49.72 | - |
| YUV | 108.72 | 173.31 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 189 | 0.15 | 0.65 | 0 | 0.26 | 285.74 | 0.48 | 0.5 |
| Hex | A0 | 43 | BD | F | 41 | 0 | 1A | 11E | 30 | 32 |
| Octal | 240 | 103 | 275 | 17 | 101 | 0 | 32 | 436 | 60 | 62 |
| Binary | 10100000 | 1000011 | 10111101 | 1111 | 1000001 | 0 | 11010 | 100011110 | 110000 | 110010 |
Color Harmonies of #A043BD
Complementary color
Monochromatic Colors of #A043BD
Black with #A043BD
Text Example
Text Example
White with #A043BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A043BD; }
p { color: rgb(160,67,189); }
H1.HeaderClassName
{
color: #A043BD;
}
.AnyTagClassName
{
color: #A043BD;
}
</style>
background-color css
<style>
a { background-color: #A043BD; }
a { background-color: rgb(160,67,189); }
div.DivClassName
{
background-color: #A043BD;
}
.BgClassName
{
background-color: #A043BD;
}
</style>
border-color css
<style>
span { border-color: #A043BD; }
span { border-color: rgb(160,67,189); }
td.TdClassName
{
border-color: #A043BD;
}
.TagClassName
{
border-color: #A043BD;
}
</style>