Shades of Deep Lilac #A543BC
Tints of Deep Lilac #A543BC
RGB
CMYK
RGB Variations
Color information
#A543BC (or 0xA543BC) is known color: Deep Lilac. HEX triplet: A5, 43 and BC. RGB value is (165,67,188). Sum of RGB (Red+Green+Blue) = 165+67+188=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #A543BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A543BC is #5ABC43. Grayscale: #6D6D6D. Windows color (decimal): -5946436 or 12338085. OLE color: 12338085.
HSL color Cylindrical-coordinate representation of color #A543BC: hue angle of 288.6º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A543BC is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 67 | 188 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.26 |
| HSL | 288.6º | 0.47% | 0.5% | - |
| HSV(B) | 288.6º | 0.64% | 0.74% | - |
| XYZ | 26.6 | 15.64 | 49.19 | - |
| YUV | 110.1 | 171.97 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 188 | 0.12 | 0.64 | 0 | 0.26 | 288.6 | 0.47 | 0.5 |
| Hex | A5 | 43 | BC | C | 40 | 0 | 1A | 121 | 2F | 32 |
| Octal | 245 | 103 | 274 | 14 | 100 | 0 | 32 | 441 | 57 | 62 |
| Binary | 10100101 | 1000011 | 10111100 | 1100 | 1000000 | 0 | 11010 | 100100001 | 101111 | 110010 |
Color Harmonies of #A543BC
Complementary color
Monochromatic Colors of #A543BC
Black with #A543BC
Text Example
Text Example
White with #A543BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A543BC; }
p { color: rgb(165,67,188); }
H1.HeaderClassName
{
color: #A543BC;
}
.AnyTagClassName
{
color: #A543BC;
}
</style>
background-color css
<style>
a { background-color: #A543BC; }
a { background-color: rgb(165,67,188); }
div.DivClassName
{
background-color: #A543BC;
}
.BgClassName
{
background-color: #A543BC;
}
</style>
border-color css
<style>
span { border-color: #A543BC; }
span { border-color: rgb(165,67,188); }
td.TdClassName
{
border-color: #A543BC;
}
.TagClassName
{
border-color: #A543BC;
}
</style>