Shades of Deep Lilac #A26BBB
Tints of Deep Lilac #A26BBB
RGB
CMYK
RGB Variations
Color information
#A26BBB (or 0xA26BBB) is known color: Deep Lilac. HEX triplet: A2, 6B and BB. RGB value is (162,107,187). Sum of RGB (Red+Green+Blue) = 162+107+187=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #A26BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BBB is #5D9444. Grayscale: #848484. Windows color (decimal): -6132805 or 12282786. OLE color: 12282786.
HSL color Cylindrical-coordinate representation of color #A26BBB: hue angle of 281.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A26BBB is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 107 | 187 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.27 |
| HSL | 281.25º | 0.37% | 0.58% | - |
| HSV(B) | 281.25º | 0.43% | 0.73% | - |
| XYZ | 29.13 | 21.78 | 49.68 | - |
| YUV | 132.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 187 | 0.13 | 0.43 | 0 | 0.27 | 281.25 | 0.37 | 0.58 |
| Hex | A2 | 6B | BB | D | 2B | 0 | 1B | 119 | 25 | 3A |
| Octal | 242 | 153 | 273 | 15 | 53 | 0 | 33 | 431 | 45 | 72 |
| Binary | 10100010 | 1101011 | 10111011 | 1101 | 101011 | 0 | 11011 | 100011001 | 100101 | 111010 |
Color Harmonies of #A26BBB
Complementary color
Monochromatic Colors of #A26BBB
Black with #A26BBB
Text Example
Text Example
White with #A26BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26BBB; }
p { color: rgb(162,107,187); }
H1.HeaderClassName
{
color: #A26BBB;
}
.AnyTagClassName
{
color: #A26BBB;
}
</style>
background-color css
<style>
a { background-color: #A26BBB; }
a { background-color: rgb(162,107,187); }
div.DivClassName
{
background-color: #A26BBB;
}
.BgClassName
{
background-color: #A26BBB;
}
</style>
border-color css
<style>
span { border-color: #A26BBB; }
span { border-color: rgb(162,107,187); }
td.TdClassName
{
border-color: #A26BBB;
}
.TagClassName
{
border-color: #A26BBB;
}
</style>