Shades of Deep Lilac #A260BA
Tints of Deep Lilac #A260BA
RGB
CMYK
RGB Variations
Color information
#A260BA (or 0xA260BA) is known color: Deep Lilac. HEX triplet: A2, 60 and BA. RGB value is (162,96,186). Sum of RGB (Red+Green+Blue) = 162+96+186=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #A260BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260BA is #5D9F45. Grayscale: #7D7D7D. Windows color (decimal): -6135622 or 12214434. OLE color: 12214434.
HSL color Cylindrical-coordinate representation of color #A260BA: hue angle of 284º 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 #A260BA is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 96 | 186 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.27 |
| HSL | 284º | 0.39% | 0.55% | - |
| HSV(B) | 284º | 0.48% | 0.73% | - |
| XYZ | 27.95 | 19.59 | 48.76 | - |
| YUV | 125.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 186 | 0.13 | 0.48 | 0 | 0.27 | 284 | 0.39 | 0.55 |
| Hex | A2 | 60 | BA | D | 30 | 0 | 1B | 11C | 27 | 37 |
| Octal | 242 | 140 | 272 | 15 | 60 | 0 | 33 | 434 | 47 | 67 |
| Binary | 10100010 | 1100000 | 10111010 | 1101 | 110000 | 0 | 11011 | 100011100 | 100111 | 110111 |
Color Harmonies of #A260BA
Complementary color
Monochromatic Colors of #A260BA
Black with #A260BA
Text Example
Text Example
White with #A260BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260BA; }
p { color: rgb(162,96,186); }
H1.HeaderClassName
{
color: #A260BA;
}
.AnyTagClassName
{
color: #A260BA;
}
</style>
background-color css
<style>
a { background-color: #A260BA; }
a { background-color: rgb(162,96,186); }
div.DivClassName
{
background-color: #A260BA;
}
.BgClassName
{
background-color: #A260BA;
}
</style>
border-color css
<style>
span { border-color: #A260BA; }
span { border-color: rgb(162,96,186); }
td.TdClassName
{
border-color: #A260BA;
}
.TagClassName
{
border-color: #A260BA;
}
</style>