Shades of Deep Lilac #A145AF
Tints of Deep Lilac #A145AF
RGB
CMYK
RGB Variations
Color information
#A145AF (or 0xA145AF) is known color: Deep Lilac. HEX triplet: A1, 45 and AF. RGB value is (161,69,175). Sum of RGB (Red+Green+Blue) = 161+69+175=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #A145AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A145AF is #5EBA50. Grayscale: #6C6C6C. Windows color (decimal): -6208081 or 11486625. OLE color: 11486625.
HSL color Cylindrical-coordinate representation of color #A145AF: hue angle of 292.08º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A145AF is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 69 | 175 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.31 |
| HSL | 292.08º | 0.43% | 0.48% | - |
| HSV(B) | 292.08º | 0.61% | 0.69% | - |
| XYZ | 24.56 | 14.93 | 42.14 | - |
| YUV | 108.59 | 165.48 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 175 | 0.08 | 0.61 | 0 | 0.31 | 292.08 | 0.43 | 0.48 |
| Hex | A1 | 45 | AF | 8 | 3D | 0 | 1F | 124 | 2B | 30 |
| Octal | 241 | 105 | 257 | 10 | 75 | 0 | 37 | 444 | 53 | 60 |
| Binary | 10100001 | 1000101 | 10101111 | 1000 | 111101 | 0 | 11111 | 100100100 | 101011 | 110000 |
Color Harmonies of #A145AF
Complementary color
Monochromatic Colors of #A145AF
Black with #A145AF
Text Example
Text Example
White with #A145AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A145AF; }
p { color: rgb(161,69,175); }
H1.HeaderClassName
{
color: #A145AF;
}
.AnyTagClassName
{
color: #A145AF;
}
</style>
background-color css
<style>
a { background-color: #A145AF; }
a { background-color: rgb(161,69,175); }
div.DivClassName
{
background-color: #A145AF;
}
.BgClassName
{
background-color: #A145AF;
}
</style>
border-color css
<style>
span { border-color: #A145AF; }
span { border-color: rgb(161,69,175); }
td.TdClassName
{
border-color: #A145AF;
}
.TagClassName
{
border-color: #A145AF;
}
</style>