Shades of Deep Lilac #A464BA
Tints of Deep Lilac #A464BA
RGB
CMYK
RGB Variations
Color information
#A464BA (or 0xA464BA) is known color: Deep Lilac. HEX triplet: A4, 64 and BA. RGB value is (164,100,186). Sum of RGB (Red+Green+Blue) = 164+100+186=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #A464BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464BA is #5B9B45. Grayscale: #808080. Windows color (decimal): -6003526 or 12215460. OLE color: 12215460.
HSL color Cylindrical-coordinate representation of color #A464BA: hue angle of 284.65º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A464BA is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 100 | 186 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.27 |
| HSL | 284.65º | 0.38% | 0.56% | - |
| HSV(B) | 284.65º | 0.46% | 0.73% | - |
| XYZ | 28.73 | 20.55 | 48.91 | - |
| YUV | 128.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 186 | 0.12 | 0.46 | 0 | 0.27 | 284.65 | 0.38 | 0.56 |
| Hex | A4 | 64 | BA | C | 2E | 0 | 1B | 11D | 26 | 38 |
| Octal | 244 | 144 | 272 | 14 | 56 | 0 | 33 | 435 | 46 | 70 |
| Binary | 10100100 | 1100100 | 10111010 | 1100 | 101110 | 0 | 11011 | 100011101 | 100110 | 111000 |
Color Harmonies of #A464BA
Complementary color
Monochromatic Colors of #A464BA
Black with #A464BA
Text Example
Text Example
White with #A464BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A464BA; }
p { color: rgb(164,100,186); }
H1.HeaderClassName
{
color: #A464BA;
}
.AnyTagClassName
{
color: #A464BA;
}
</style>
background-color css
<style>
a { background-color: #A464BA; }
a { background-color: rgb(164,100,186); }
div.DivClassName
{
background-color: #A464BA;
}
.BgClassName
{
background-color: #A464BA;
}
</style>
border-color css
<style>
span { border-color: #A464BA; }
span { border-color: rgb(164,100,186); }
td.TdClassName
{
border-color: #A464BA;
}
.TagClassName
{
border-color: #A464BA;
}
</style>