Shades of Deep Lilac #A450B7
Tints of Deep Lilac #A450B7
RGB
CMYK
RGB Variations
Color information
#A450B7 (or 0xA450B7) is known color: Deep Lilac. HEX triplet: A4, 50 and B7. RGB value is (164,80,183). Sum of RGB (Red+Green+Blue) = 164+80+183=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 183 - color contains mainly: blue. Hex color #A450B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450B7 is #5BAF48. Grayscale: #747474. Windows color (decimal): -6008649 or 12013732. OLE color: 12013732.
HSL color Cylindrical-coordinate representation of color #A450B7: hue angle of 288.93º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A450B7 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 80 | 183 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.28 |
| HSL | 288.93º | 0.42% | 0.52% | - |
| HSV(B) | 288.93º | 0.56% | 0.72% | - |
| XYZ | 26.73 | 17.05 | 46.68 | - |
| YUV | 116.86 | 165.33 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 183 | 0.10 | 0.56 | 0 | 0.28 | 288.93 | 0.42 | 0.52 |
| Hex | A4 | 50 | B7 | A | 38 | 0 | 1C | 121 | 2A | 34 |
| Octal | 244 | 120 | 267 | 12 | 70 | 0 | 34 | 441 | 52 | 64 |
| Binary | 10100100 | 1010000 | 10110111 | 1010 | 111000 | 0 | 11100 | 100100001 | 101010 | 110100 |
Color Harmonies of #A450B7
Complementary color
Monochromatic Colors of #A450B7
Black with #A450B7
Text Example
Text Example
White with #A450B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450B7; }
p { color: rgb(164,80,183); }
H1.HeaderClassName
{
color: #A450B7;
}
.AnyTagClassName
{
color: #A450B7;
}
</style>
background-color css
<style>
a { background-color: #A450B7; }
a { background-color: rgb(164,80,183); }
div.DivClassName
{
background-color: #A450B7;
}
.BgClassName
{
background-color: #A450B7;
}
</style>
border-color css
<style>
span { border-color: #A450B7; }
span { border-color: rgb(164,80,183); }
td.TdClassName
{
border-color: #A450B7;
}
.TagClassName
{
border-color: #A450B7;
}
</style>