Shades of Deep Lilac #A450BB
Tints of Deep Lilac #A450BB
RGB
CMYK
RGB Variations
Color information
#A450BB (or 0xA450BB) is known color: Deep Lilac. HEX triplet: A4, 50 and BB. RGB value is (164,80,187). Sum of RGB (Red+Green+Blue) = 164+80+187=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #A450BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450BB is #5BAF44. Grayscale: #747474. Windows color (decimal): -6008645 or 12275876. OLE color: 12275876.
HSL color Cylindrical-coordinate representation of color #A450BB: hue angle of 287.1º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A450BB is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 80 | 187 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.27 |
| HSL | 287.1º | 0.44% | 0.52% | - |
| HSV(B) | 287.1º | 0.57% | 0.73% | - |
| XYZ | 27.15 | 17.22 | 48.91 | - |
| YUV | 117.31 | 167.33 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 187 | 0.12 | 0.57 | 0 | 0.27 | 287.1 | 0.44 | 0.52 |
| Hex | A4 | 50 | BB | C | 39 | 0 | 1B | 11F | 2C | 34 |
| Octal | 244 | 120 | 273 | 14 | 71 | 0 | 33 | 437 | 54 | 64 |
| Binary | 10100100 | 1010000 | 10111011 | 1100 | 111001 | 0 | 11011 | 100011111 | 101100 | 110100 |
Color Harmonies of #A450BB
Complementary color
Monochromatic Colors of #A450BB
Black with #A450BB
Text Example
Text Example
White with #A450BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450BB; }
p { color: rgb(164,80,187); }
H1.HeaderClassName
{
color: #A450BB;
}
.AnyTagClassName
{
color: #A450BB;
}
</style>
background-color css
<style>
a { background-color: #A450BB; }
a { background-color: rgb(164,80,187); }
div.DivClassName
{
background-color: #A450BB;
}
.BgClassName
{
background-color: #A450BB;
}
</style>
border-color css
<style>
span { border-color: #A450BB; }
span { border-color: rgb(164,80,187); }
td.TdClassName
{
border-color: #A450BB;
}
.TagClassName
{
border-color: #A450BB;
}
</style>