Shades of Deep Lilac #A144AC
Tints of Deep Lilac #A144AC
RGB
CMYK
RGB Variations
Color information
#A144AC (or 0xA144AC) is known color: Deep Lilac. HEX triplet: A1, 44 and AC. RGB value is (161,68,172). Sum of RGB (Red+Green+Blue) = 161+68+172=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #A144AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A144AC is #5EBB53. Grayscale: #6B6B6B. Windows color (decimal): -6208340 or 11289761. OLE color: 11289761.
HSL color Cylindrical-coordinate representation of color #A144AC: hue angle of 293.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A144AC is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 68 | 172 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.33 |
| HSL | 293.65º | 0.43% | 0.47% | - |
| HSV(B) | 293.65º | 0.6% | 0.67% | - |
| XYZ | 24.21 | 14.69 | 40.59 | - |
| YUV | 107.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 172 | 0.06 | 0.60 | 0 | 0.33 | 293.65 | 0.43 | 0.47 |
| Hex | A1 | 44 | AC | 6 | 3C | 0 | 21 | 126 | 2B | 2F |
| Octal | 241 | 104 | 254 | 6 | 74 | 0 | 41 | 446 | 53 | 57 |
| Binary | 10100001 | 1000100 | 10101100 | 110 | 111100 | 0 | 100001 | 100100110 | 101011 | 101111 |
Color Harmonies of #A144AC
Complementary color
Monochromatic Colors of #A144AC
Black with #A144AC
Text Example
Text Example
White with #A144AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A144AC; }
p { color: rgb(161,68,172); }
H1.HeaderClassName
{
color: #A144AC;
}
.AnyTagClassName
{
color: #A144AC;
}
</style>
background-color css
<style>
a { background-color: #A144AC; }
a { background-color: rgb(161,68,172); }
div.DivClassName
{
background-color: #A144AC;
}
.BgClassName
{
background-color: #A144AC;
}
</style>
border-color css
<style>
span { border-color: #A144AC; }
span { border-color: rgb(161,68,172); }
td.TdClassName
{
border-color: #A144AC;
}
.TagClassName
{
border-color: #A144AC;
}
</style>