Shades of Deep Lilac #A26BB8
Tints of Deep Lilac #A26BB8
RGB
CMYK
RGB Variations
Color information
#A26BB8 (or 0xA26BB8) is known color: Deep Lilac. HEX triplet: A2, 6B and B8. RGB value is (162,107,184). Sum of RGB (Red+Green+Blue) = 162+107+184=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 184 - color contains mainly: blue. Hex color #A26BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BB8 is #5D9447. Grayscale: #838383. Windows color (decimal): -6132808 or 12086178. OLE color: 12086178.
HSL color Cylindrical-coordinate representation of color #A26BB8: hue angle of 282.86º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A26BB8 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 107 | 184 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.28 |
| HSL | 282.86º | 0.35% | 0.57% | - |
| HSV(B) | 282.86º | 0.42% | 0.72% | - |
| XYZ | 28.81 | 21.66 | 48.01 | - |
| YUV | 132.22 | 157.22 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 184 | 0.12 | 0.42 | 0 | 0.28 | 282.86 | 0.35 | 0.57 |
| Hex | A2 | 6B | B8 | C | 2A | 0 | 1C | 11B | 23 | 39 |
| Octal | 242 | 153 | 270 | 14 | 52 | 0 | 34 | 433 | 43 | 71 |
| Binary | 10100010 | 1101011 | 10111000 | 1100 | 101010 | 0 | 11100 | 100011011 | 100011 | 111001 |
Color Harmonies of #A26BB8
Complementary color
Monochromatic Colors of #A26BB8
Black with #A26BB8
Text Example
Text Example
White with #A26BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26BB8; }
p { color: rgb(162,107,184); }
H1.HeaderClassName
{
color: #A26BB8;
}
.AnyTagClassName
{
color: #A26BB8;
}
</style>
background-color css
<style>
a { background-color: #A26BB8; }
a { background-color: rgb(162,107,184); }
div.DivClassName
{
background-color: #A26BB8;
}
.BgClassName
{
background-color: #A26BB8;
}
</style>
border-color css
<style>
span { border-color: #A26BB8; }
span { border-color: rgb(162,107,184); }
td.TdClassName
{
border-color: #A26BB8;
}
.TagClassName
{
border-color: #A26BB8;
}
</style>