Shades of Deep Lilac #A240AC
Tints of Deep Lilac #A240AC
RGB
CMYK
RGB Variations
Color information
#A240AC (or 0xA240AC) is known color: Deep Lilac. HEX triplet: A2, 40 and AC. RGB value is (162,64,172). Sum of RGB (Red+Green+Blue) = 162+64+172=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #A240AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A240AC is #5DBF53. Grayscale: #696969. Windows color (decimal): -6143828 or 11288738. OLE color: 11288738.
HSL color Cylindrical-coordinate representation of color #A240AC: hue angle of 294.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A240AC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 64 | 172 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.33 |
| HSL | 294.44º | 0.46% | 0.46% | - |
| HSV(B) | 294.44º | 0.63% | 0.67% | - |
| XYZ | 24.18 | 14.33 | 40.52 | - |
| YUV | 105.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 172 | 0.06 | 0.63 | 0 | 0.33 | 294.44 | 0.46 | 0.46 |
| Hex | A2 | 40 | AC | 6 | 3F | 0 | 21 | 126 | 2E | 2E |
| Octal | 242 | 100 | 254 | 6 | 77 | 0 | 41 | 446 | 56 | 56 |
| Binary | 10100010 | 1000000 | 10101100 | 110 | 111111 | 0 | 100001 | 100100110 | 101110 | 101110 |
Color Harmonies of #A240AC
Complementary color
Monochromatic Colors of #A240AC
Black with #A240AC
Text Example
Text Example
White with #A240AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A240AC; }
p { color: rgb(162,64,172); }
H1.HeaderClassName
{
color: #A240AC;
}
.AnyTagClassName
{
color: #A240AC;
}
</style>
background-color css
<style>
a { background-color: #A240AC; }
a { background-color: rgb(162,64,172); }
div.DivClassName
{
background-color: #A240AC;
}
.BgClassName
{
background-color: #A240AC;
}
</style>
border-color css
<style>
span { border-color: #A240AC; }
span { border-color: rgb(162,64,172); }
td.TdClassName
{
border-color: #A240AC;
}
.TagClassName
{
border-color: #A240AC;
}
</style>