Shades of Deep Lilac #A640AE
Tints of Deep Lilac #A640AE
RGB
CMYK
RGB Variations
Color information
#A640AE (or 0xA640AE) is known color: Deep Lilac. HEX triplet: A6, 40 and AE. RGB value is (166,64,174). Sum of RGB (Red+Green+Blue) = 166+64+174=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #A640AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A640AE is #59BF51. Grayscale: #6A6A6A. Windows color (decimal): -5881682 or 11419814. OLE color: 11419814.
HSL color Cylindrical-coordinate representation of color #A640AE: hue angle of 295.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A640AE is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 64 | 174 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.32 |
| HSL | 295.64º | 0.46% | 0.47% | - |
| HSV(B) | 295.64º | 0.63% | 0.68% | - |
| XYZ | 25.2 | 14.83 | 41.58 | - |
| YUV | 107.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 174 | 0.05 | 0.63 | 0 | 0.32 | 295.64 | 0.46 | 0.47 |
| Hex | A6 | 40 | AE | 5 | 3F | 0 | 20 | 128 | 2E | 2F |
| Octal | 246 | 100 | 256 | 5 | 77 | 0 | 40 | 450 | 56 | 57 |
| Binary | 10100110 | 1000000 | 10101110 | 101 | 111111 | 0 | 100000 | 100101000 | 101110 | 101111 |
Color Harmonies of #A640AE
Complementary color
Monochromatic Colors of #A640AE
Black with #A640AE
Text Example
Text Example
White with #A640AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A640AE; }
p { color: rgb(166,64,174); }
H1.HeaderClassName
{
color: #A640AE;
}
.AnyTagClassName
{
color: #A640AE;
}
</style>
background-color css
<style>
a { background-color: #A640AE; }
a { background-color: rgb(166,64,174); }
div.DivClassName
{
background-color: #A640AE;
}
.BgClassName
{
background-color: #A640AE;
}
</style>
border-color css
<style>
span { border-color: #A640AE; }
span { border-color: rgb(166,64,174); }
td.TdClassName
{
border-color: #A640AE;
}
.TagClassName
{
border-color: #A640AE;
}
</style>