Shades of Deep Lilac #A145B8
Tints of Deep Lilac #A145B8
RGB
CMYK
RGB Variations
Color information
#A145B8 (or 0xA145B8) is known color: Deep Lilac. HEX triplet: A1, 45 and B8. RGB value is (161,69,184). Sum of RGB (Red+Green+Blue) = 161+69+184=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 184 - color contains mainly: blue. Hex color #A145B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A145B8 is #5EBA47. Grayscale: #6D6D6D. Windows color (decimal): -6208072 or 12076449. OLE color: 12076449.
HSL color Cylindrical-coordinate representation of color #A145B8: hue angle of 288º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A145B8 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 69 | 184 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.28 |
| HSL | 288º | 0.45% | 0.5% | - |
| HSV(B) | 288º | 0.63% | 0.72% | - |
| XYZ | 25.48 | 15.29 | 46.96 | - |
| YUV | 109.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 184 | 0.12 | 0.62 | 0 | 0.28 | 288 | 0.45 | 0.5 |
| Hex | A1 | 45 | B8 | C | 3E | 0 | 1C | 120 | 2D | 32 |
| Octal | 241 | 105 | 270 | 14 | 76 | 0 | 34 | 440 | 55 | 62 |
| Binary | 10100001 | 1000101 | 10111000 | 1100 | 111110 | 0 | 11100 | 100100000 | 101101 | 110010 |
Color Harmonies of #A145B8
Complementary color
Monochromatic Colors of #A145B8
Black with #A145B8
Text Example
Text Example
White with #A145B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A145B8; }
p { color: rgb(161,69,184); }
H1.HeaderClassName
{
color: #A145B8;
}
.AnyTagClassName
{
color: #A145B8;
}
</style>
background-color css
<style>
a { background-color: #A145B8; }
a { background-color: rgb(161,69,184); }
div.DivClassName
{
background-color: #A145B8;
}
.BgClassName
{
background-color: #A145B8;
}
</style>
border-color css
<style>
span { border-color: #A145B8; }
span { border-color: rgb(161,69,184); }
td.TdClassName
{
border-color: #A145B8;
}
.TagClassName
{
border-color: #A145B8;
}
</style>