Shades of Deep Lilac #A450BD
Tints of Deep Lilac #A450BD
RGB
CMYK
RGB Variations
Color information
#A450BD (or 0xA450BD) is known color: Deep Lilac. HEX triplet: A4, 50 and BD. RGB value is (164,80,189). Sum of RGB (Red+Green+Blue) = 164+80+189=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #A450BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450BD is #5BAF42. Grayscale: #757575. Windows color (decimal): -6008643 or 12406948. OLE color: 12406948.
HSL color Cylindrical-coordinate representation of color #A450BD: hue angle of 286.24º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A450BD is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 80 | 189 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.26 |
| HSL | 286.24º | 0.45% | 0.53% | - |
| HSV(B) | 286.24º | 0.58% | 0.74% | - |
| XYZ | 27.36 | 17.3 | 50.04 | - |
| YUV | 117.54 | 168.33 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 189 | 0.13 | 0.58 | 0 | 0.26 | 286.24 | 0.45 | 0.53 |
| Hex | A4 | 50 | BD | D | 3A | 0 | 1A | 11E | 2D | 35 |
| Octal | 244 | 120 | 275 | 15 | 72 | 0 | 32 | 436 | 55 | 65 |
| Binary | 10100100 | 1010000 | 10111101 | 1101 | 111010 | 0 | 11010 | 100011110 | 101101 | 110101 |
Color Harmonies of #A450BD
Complementary color
Monochromatic Colors of #A450BD
Black with #A450BD
Text Example
Text Example
White with #A450BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450BD; }
p { color: rgb(164,80,189); }
H1.HeaderClassName
{
color: #A450BD;
}
.AnyTagClassName
{
color: #A450BD;
}
</style>
background-color css
<style>
a { background-color: #A450BD; }
a { background-color: rgb(164,80,189); }
div.DivClassName
{
background-color: #A450BD;
}
.BgClassName
{
background-color: #A450BD;
}
</style>
border-color css
<style>
span { border-color: #A450BD; }
span { border-color: rgb(164,80,189); }
td.TdClassName
{
border-color: #A450BD;
}
.TagClassName
{
border-color: #A450BD;
}
</style>