Shades of Deep Lilac #A26CBA
Tints of Deep Lilac #A26CBA
RGB
CMYK
RGB Variations
Color information
#A26CBA (or 0xA26CBA) is known color: Deep Lilac. HEX triplet: A2, 6C and BA. RGB value is (162,108,186). Sum of RGB (Red+Green+Blue) = 162+108+186=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #A26CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CBA is #5D9345. Grayscale: #848484. Windows color (decimal): -6132550 or 12217506. OLE color: 12217506.
HSL color Cylindrical-coordinate representation of color #A26CBA: hue angle of 281.54º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A26CBA is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 108 | 186 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.27 |
| HSL | 281.54º | 0.36% | 0.58% | - |
| HSV(B) | 281.54º | 0.42% | 0.73% | - |
| XYZ | 29.13 | 21.95 | 49.16 | - |
| YUV | 133.04 | 157.89 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 186 | 0.13 | 0.42 | 0 | 0.27 | 281.54 | 0.36 | 0.58 |
| Hex | A2 | 6C | BA | D | 2A | 0 | 1B | 11A | 24 | 3A |
| Octal | 242 | 154 | 272 | 15 | 52 | 0 | 33 | 432 | 44 | 72 |
| Binary | 10100010 | 1101100 | 10111010 | 1101 | 101010 | 0 | 11011 | 100011010 | 100100 | 111010 |
Color Harmonies of #A26CBA
Complementary color
Monochromatic Colors of #A26CBA
Black with #A26CBA
Text Example
Text Example
White with #A26CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26CBA; }
p { color: rgb(162,108,186); }
H1.HeaderClassName
{
color: #A26CBA;
}
.AnyTagClassName
{
color: #A26CBA;
}
</style>
background-color css
<style>
a { background-color: #A26CBA; }
a { background-color: rgb(162,108,186); }
div.DivClassName
{
background-color: #A26CBA;
}
.BgClassName
{
background-color: #A26CBA;
}
</style>
border-color css
<style>
span { border-color: #A26CBA; }
span { border-color: rgb(162,108,186); }
td.TdClassName
{
border-color: #A26CBA;
}
.TagClassName
{
border-color: #A26CBA;
}
</style>