Shades of Deep Lilac #A460BA
Tints of Deep Lilac #A460BA
RGB
CMYK
RGB Variations
Color information
#A460BA (or 0xA460BA) is known color: Deep Lilac. HEX triplet: A4, 60 and BA. RGB value is (164,96,186). Sum of RGB (Red+Green+Blue) = 164+96+186=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #A460BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460BA is #5B9F45. Grayscale: #7E7E7E. Windows color (decimal): -6004550 or 12214436. OLE color: 12214436.
HSL color Cylindrical-coordinate representation of color #A460BA: hue angle of 285.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A460BA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 96 | 186 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.27 |
| HSL | 285.33º | 0.39% | 0.55% | - |
| HSV(B) | 285.33º | 0.48% | 0.73% | - |
| XYZ | 28.36 | 19.8 | 48.78 | - |
| YUV | 126.59 | 161.53 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 186 | 0.12 | 0.48 | 0 | 0.27 | 285.33 | 0.39 | 0.55 |
| Hex | A4 | 60 | BA | C | 30 | 0 | 1B | 11D | 27 | 37 |
| Octal | 244 | 140 | 272 | 14 | 60 | 0 | 33 | 435 | 47 | 67 |
| Binary | 10100100 | 1100000 | 10111010 | 1100 | 110000 | 0 | 11011 | 100011101 | 100111 | 110111 |
Color Harmonies of #A460BA
Complementary color
Monochromatic Colors of #A460BA
Black with #A460BA
Text Example
Text Example
White with #A460BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A460BA; }
p { color: rgb(164,96,186); }
H1.HeaderClassName
{
color: #A460BA;
}
.AnyTagClassName
{
color: #A460BA;
}
</style>
background-color css
<style>
a { background-color: #A460BA; }
a { background-color: rgb(164,96,186); }
div.DivClassName
{
background-color: #A460BA;
}
.BgClassName
{
background-color: #A460BA;
}
</style>
border-color css
<style>
span { border-color: #A460BA; }
span { border-color: rgb(164,96,186); }
td.TdClassName
{
border-color: #A460BA;
}
.TagClassName
{
border-color: #A460BA;
}
</style>