Shades of Deep Lilac #A445BB
Tints of Deep Lilac #A445BB
RGB
CMYK
RGB Variations
Color information
#A445BB (or 0xA445BB) is known color: Deep Lilac. HEX triplet: A4, 45 and BB. RGB value is (164,69,187). Sum of RGB (Red+Green+Blue) = 164+69+187=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #A445BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445BB is #5BBA44. Grayscale: #6E6E6E. Windows color (decimal): -6011461 or 12273060. OLE color: 12273060.
HSL color Cylindrical-coordinate representation of color #A445BB: hue angle of 288.31º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A445BB is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 69 | 187 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.27 |
| HSL | 288.31º | 0.46% | 0.5% | - |
| HSV(B) | 288.31º | 0.63% | 0.73% | - |
| XYZ | 26.41 | 15.74 | 48.66 | - |
| YUV | 110.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 187 | 0.12 | 0.63 | 0 | 0.27 | 288.31 | 0.46 | 0.5 |
| Hex | A4 | 45 | BB | C | 3F | 0 | 1B | 120 | 2E | 32 |
| Octal | 244 | 105 | 273 | 14 | 77 | 0 | 33 | 440 | 56 | 62 |
| Binary | 10100100 | 1000101 | 10111011 | 1100 | 111111 | 0 | 11011 | 100100000 | 101110 | 110010 |
Color Harmonies of #A445BB
Complementary color
Monochromatic Colors of #A445BB
Black with #A445BB
Text Example
Text Example
White with #A445BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A445BB; }
p { color: rgb(164,69,187); }
H1.HeaderClassName
{
color: #A445BB;
}
.AnyTagClassName
{
color: #A445BB;
}
</style>
background-color css
<style>
a { background-color: #A445BB; }
a { background-color: rgb(164,69,187); }
div.DivClassName
{
background-color: #A445BB;
}
.BgClassName
{
background-color: #A445BB;
}
</style>
border-color css
<style>
span { border-color: #A445BB; }
span { border-color: rgb(164,69,187); }
td.TdClassName
{
border-color: #A445BB;
}
.TagClassName
{
border-color: #A445BB;
}
</style>