Shades of Deep Lilac #A26BBC
Tints of Deep Lilac #A26BBC
RGB
CMYK
RGB Variations
Color information
#A26BBC (or 0xA26BBC) is known color: Deep Lilac. HEX triplet: A2, 6B and BC. RGB value is (162,107,188). Sum of RGB (Red+Green+Blue) = 162+107+188=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #A26BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BBC is #5D9443. Grayscale: #848484. Windows color (decimal): -6132804 or 12348322. OLE color: 12348322.
HSL color Cylindrical-coordinate representation of color #A26BBC: hue angle of 280.74º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A26BBC is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 107 | 188 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.26 |
| HSL | 280.74º | 0.38% | 0.58% | - |
| HSV(B) | 280.74º | 0.43% | 0.74% | - |
| XYZ | 29.24 | 21.83 | 50.25 | - |
| YUV | 132.68 | 159.22 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 188 | 0.14 | 0.43 | 0 | 0.26 | 280.74 | 0.38 | 0.58 |
| Hex | A2 | 6B | BC | E | 2B | 0 | 1A | 119 | 26 | 3A |
| Octal | 242 | 153 | 274 | 16 | 53 | 0 | 32 | 431 | 46 | 72 |
| Binary | 10100010 | 1101011 | 10111100 | 1110 | 101011 | 0 | 11010 | 100011001 | 100110 | 111010 |
Color Harmonies of #A26BBC
Complementary color
Monochromatic Colors of #A26BBC
Black with #A26BBC
Text Example
Text Example
White with #A26BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26BBC; }
p { color: rgb(162,107,188); }
H1.HeaderClassName
{
color: #A26BBC;
}
.AnyTagClassName
{
color: #A26BBC;
}
</style>
background-color css
<style>
a { background-color: #A26BBC; }
a { background-color: rgb(162,107,188); }
div.DivClassName
{
background-color: #A26BBC;
}
.BgClassName
{
background-color: #A26BBC;
}
</style>
border-color css
<style>
span { border-color: #A26BBC; }
span { border-color: rgb(162,107,188); }
td.TdClassName
{
border-color: #A26BBC;
}
.TagClassName
{
border-color: #A26BBC;
}
</style>