Shades of Deep Lilac #A464B3
Tints of Deep Lilac #A464B3
RGB
CMYK
RGB Variations
Color information
#A464B3 (or 0xA464B3) is known color: Deep Lilac. HEX triplet: A4, 64 and B3. RGB value is (164,100,179). Sum of RGB (Red+Green+Blue) = 164+100+179=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 179 - color contains mainly: blue. Hex color #A464B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464B3 is #5B9B4C. Grayscale: #7F7F7F. Windows color (decimal): -6003533 or 11756708. OLE color: 11756708.
HSL color Cylindrical-coordinate representation of color #A464B3: hue angle of 288.61º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A464B3 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 100 | 179 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.30 |
| HSL | 288.61º | 0.34% | 0.55% | - |
| HSV(B) | 288.61º | 0.44% | 0.7% | - |
| XYZ | 28 | 20.26 | 45.08 | - |
| YUV | 128.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 179 | 0.08 | 0.44 | 0 | 0.30 | 288.61 | 0.34 | 0.55 |
| Hex | A4 | 64 | B3 | 8 | 2C | 0 | 1E | 121 | 22 | 37 |
| Octal | 244 | 144 | 263 | 10 | 54 | 0 | 36 | 441 | 42 | 67 |
| Binary | 10100100 | 1100100 | 10110011 | 1000 | 101100 | 0 | 11110 | 100100001 | 100010 | 110111 |
Color Harmonies of #A464B3
Complementary color
Monochromatic Colors of #A464B3
Black with #A464B3
Text Example
Text Example
White with #A464B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A464B3; }
p { color: rgb(164,100,179); }
H1.HeaderClassName
{
color: #A464B3;
}
.AnyTagClassName
{
color: #A464B3;
}
</style>
background-color css
<style>
a { background-color: #A464B3; }
a { background-color: rgb(164,100,179); }
div.DivClassName
{
background-color: #A464B3;
}
.BgClassName
{
background-color: #A464B3;
}
</style>
border-color css
<style>
span { border-color: #A464B3; }
span { border-color: rgb(164,100,179); }
td.TdClassName
{
border-color: #A464B3;
}
.TagClassName
{
border-color: #A464B3;
}
</style>