Shades of Deep Lilac #A440BB
Tints of Deep Lilac #A440BB
RGB
CMYK
RGB Variations
Color information
#A440BB (or 0xA440BB) is known color: Deep Lilac. HEX triplet: A4, 40 and BB. RGB value is (164,64,187). Sum of RGB (Red+Green+Blue) = 164+64+187=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #A440BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440BB is #5BBF44. Grayscale: #6B6B6B. Windows color (decimal): -6012741 or 12271780. OLE color: 12271780.
HSL color Cylindrical-coordinate representation of color #A440BB: hue angle of 288.78º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A440BB is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 64 | 187 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.27 |
| HSL | 288.78º | 0.49% | 0.49% | - |
| HSV(B) | 288.78º | 0.66% | 0.73% | - |
| XYZ | 26.11 | 15.15 | 48.56 | - |
| YUV | 107.92 | 172.63 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 187 | 0.12 | 0.66 | 0 | 0.27 | 288.78 | 0.49 | 0.49 |
| Hex | A4 | 40 | BB | C | 42 | 0 | 1B | 121 | 31 | 31 |
| Octal | 244 | 100 | 273 | 14 | 102 | 0 | 33 | 441 | 61 | 61 |
| Binary | 10100100 | 1000000 | 10111011 | 1100 | 1000010 | 0 | 11011 | 100100001 | 110001 | 110001 |
Color Harmonies of #A440BB
Complementary color
Monochromatic Colors of #A440BB
Black with #A440BB
Text Example
Text Example
White with #A440BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A440BB; }
p { color: rgb(164,64,187); }
H1.HeaderClassName
{
color: #A440BB;
}
.AnyTagClassName
{
color: #A440BB;
}
</style>
background-color css
<style>
a { background-color: #A440BB; }
a { background-color: rgb(164,64,187); }
div.DivClassName
{
background-color: #A440BB;
}
.BgClassName
{
background-color: #A440BB;
}
</style>
border-color css
<style>
span { border-color: #A440BB; }
span { border-color: rgb(164,64,187); }
td.TdClassName
{
border-color: #A440BB;
}
.TagClassName
{
border-color: #A440BB;
}
</style>