Shades of Deep Lilac #A443B9
Tints of Deep Lilac #A443B9
RGB
CMYK
RGB Variations
Color information
#A443B9 (or 0xA443B9) is known color: Deep Lilac. HEX triplet: A4, 43 and B9. RGB value is (164,67,185). Sum of RGB (Red+Green+Blue) = 164+67+185=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 185 - color contains mainly: blue. Hex color #A443B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A443B9 is #5BBC46. Grayscale: #6D6D6D. Windows color (decimal): -6011975 or 12141476. OLE color: 12141476.
HSL color Cylindrical-coordinate representation of color #A443B9: hue angle of 289.32º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A443B9 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 67 | 185 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.27 |
| HSL | 289.32º | 0.47% | 0.49% | - |
| HSV(B) | 289.32º | 0.64% | 0.73% | - |
| XYZ | 26.07 | 15.41 | 47.5 | - |
| YUV | 109.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 185 | 0.11 | 0.64 | 0 | 0.27 | 289.32 | 0.47 | 0.49 |
| Hex | A4 | 43 | B9 | B | 40 | 0 | 1B | 121 | 2F | 31 |
| Octal | 244 | 103 | 271 | 13 | 100 | 0 | 33 | 441 | 57 | 61 |
| Binary | 10100100 | 1000011 | 10111001 | 1011 | 1000000 | 0 | 11011 | 100100001 | 101111 | 110001 |
Color Harmonies of #A443B9
Complementary color
Monochromatic Colors of #A443B9
Black with #A443B9
Text Example
Text Example
White with #A443B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A443B9; }
p { color: rgb(164,67,185); }
H1.HeaderClassName
{
color: #A443B9;
}
.AnyTagClassName
{
color: #A443B9;
}
</style>
background-color css
<style>
a { background-color: #A443B9; }
a { background-color: rgb(164,67,185); }
div.DivClassName
{
background-color: #A443B9;
}
.BgClassName
{
background-color: #A443B9;
}
</style>
border-color css
<style>
span { border-color: #A443B9; }
span { border-color: rgb(164,67,185); }
td.TdClassName
{
border-color: #A443B9;
}
.TagClassName
{
border-color: #A443B9;
}
</style>