Shades of Deep Lilac #A943BC
Tints of Deep Lilac #A943BC
RGB
CMYK
RGB Variations
Color information
#A943BC (or 0xA943BC) is known color: Deep Lilac. HEX triplet: A9, 43 and BC. RGB value is (169,67,188). Sum of RGB (Red+Green+Blue) = 169+67+188=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #A943BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A943BC is #56BC43. Grayscale: #6E6E6E. Windows color (decimal): -5684292 or 12338089. OLE color: 12338089.
HSL color Cylindrical-coordinate representation of color #A943BC: hue angle of 290.58º 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 #A943BC is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 67 | 188 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.26 |
| HSL | 290.58º | 0.47% | 0.5% | - |
| HSV(B) | 290.58º | 0.64% | 0.74% | - |
| XYZ | 27.45 | 16.08 | 49.23 | - |
| YUV | 111.29 | 171.29 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 188 | 0.10 | 0.64 | 0 | 0.26 | 290.58 | 0.47 | 0.5 |
| Hex | A9 | 43 | BC | A | 40 | 0 | 1A | 123 | 2F | 32 |
| Octal | 251 | 103 | 274 | 12 | 100 | 0 | 32 | 443 | 57 | 62 |
| Binary | 10101001 | 1000011 | 10111100 | 1010 | 1000000 | 0 | 11010 | 100100011 | 101111 | 110010 |
Color Harmonies of #A943BC
Complementary color
Monochromatic Colors of #A943BC
Black with #A943BC
Text Example
Text Example
White with #A943BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A943BC; }
p { color: rgb(169,67,188); }
H1.HeaderClassName
{
color: #A943BC;
}
.AnyTagClassName
{
color: #A943BC;
}
</style>
background-color css
<style>
a { background-color: #A943BC; }
a { background-color: rgb(169,67,188); }
div.DivClassName
{
background-color: #A943BC;
}
.BgClassName
{
background-color: #A943BC;
}
</style>
border-color css
<style>
span { border-color: #A943BC; }
span { border-color: rgb(169,67,188); }
td.TdClassName
{
border-color: #A943BC;
}
.TagClassName
{
border-color: #A943BC;
}
</style>