Shades of Deep Lilac #A443BC
Tints of Deep Lilac #A443BC
RGB
CMYK
RGB Variations
Color information
#A443BC (or 0xA443BC) is known color: Deep Lilac. HEX triplet: A4, 43 and BC. RGB value is (164,67,188). Sum of RGB (Red+Green+Blue) = 164+67+188=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #A443BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A443BC is #5BBC43. Grayscale: #6D6D6D. Windows color (decimal): -6011972 or 12338084. OLE color: 12338084.
HSL color Cylindrical-coordinate representation of color #A443BC: hue angle of 288.1º 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 #A443BC is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 67 | 188 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.26 |
| HSL | 288.1º | 0.47% | 0.5% | - |
| HSV(B) | 288.1º | 0.64% | 0.74% | - |
| XYZ | 26.39 | 15.54 | 49.18 | - |
| YUV | 109.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 188 | 0.13 | 0.64 | 0 | 0.26 | 288.1 | 0.47 | 0.5 |
| Hex | A4 | 43 | BC | D | 40 | 0 | 1A | 120 | 2F | 32 |
| Octal | 244 | 103 | 274 | 15 | 100 | 0 | 32 | 440 | 57 | 62 |
| Binary | 10100100 | 1000011 | 10111100 | 1101 | 1000000 | 0 | 11010 | 100100000 | 101111 | 110010 |
Color Harmonies of #A443BC
Complementary color
Monochromatic Colors of #A443BC
Black with #A443BC
Text Example
Text Example
White with #A443BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A443BC; }
p { color: rgb(164,67,188); }
H1.HeaderClassName
{
color: #A443BC;
}
.AnyTagClassName
{
color: #A443BC;
}
</style>
background-color css
<style>
a { background-color: #A443BC; }
a { background-color: rgb(164,67,188); }
div.DivClassName
{
background-color: #A443BC;
}
.BgClassName
{
background-color: #A443BC;
}
</style>
border-color css
<style>
span { border-color: #A443BC; }
span { border-color: rgb(164,67,188); }
td.TdClassName
{
border-color: #A443BC;
}
.TagClassName
{
border-color: #A443BC;
}
</style>