Shades of Deep Lilac #A140AF
Tints of Deep Lilac #A140AF
RGB
CMYK
RGB Variations
Color information
#A140AF (or 0xA140AF) is known color: Deep Lilac. HEX triplet: A1, 40 and AF. RGB value is (161,64,175). Sum of RGB (Red+Green+Blue) = 161+64+175=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #A140AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A140AF is #5EBF50. Grayscale: #696969. Windows color (decimal): -6209361 or 11485345. OLE color: 11485345.
HSL color Cylindrical-coordinate representation of color #A140AF: hue angle of 292.43º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A140AF is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 64 | 175 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.31 |
| HSL | 292.43º | 0.46% | 0.47% | - |
| HSV(B) | 292.43º | 0.63% | 0.69% | - |
| XYZ | 24.27 | 14.34 | 42.05 | - |
| YUV | 105.66 | 167.14 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 175 | 0.08 | 0.63 | 0 | 0.31 | 292.43 | 0.46 | 0.47 |
| Hex | A1 | 40 | AF | 8 | 3F | 0 | 1F | 124 | 2E | 2F |
| Octal | 241 | 100 | 257 | 10 | 77 | 0 | 37 | 444 | 56 | 57 |
| Binary | 10100001 | 1000000 | 10101111 | 1000 | 111111 | 0 | 11111 | 100100100 | 101110 | 101111 |
Color Harmonies of #A140AF
Complementary color
Monochromatic Colors of #A140AF
Black with #A140AF
Text Example
Text Example
White with #A140AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140AF; }
p { color: rgb(161,64,175); }
H1.HeaderClassName
{
color: #A140AF;
}
.AnyTagClassName
{
color: #A140AF;
}
</style>
background-color css
<style>
a { background-color: #A140AF; }
a { background-color: rgb(161,64,175); }
div.DivClassName
{
background-color: #A140AF;
}
.BgClassName
{
background-color: #A140AF;
}
</style>
border-color css
<style>
span { border-color: #A140AF; }
span { border-color: rgb(161,64,175); }
td.TdClassName
{
border-color: #A140AF;
}
.TagClassName
{
border-color: #A140AF;
}
</style>