Shades of Wistful #A29BEC
Tints of Wistful #A29BEC
RGB
CMYK
RGB Variations
Color information
#A29BEC (or 0xA29BEC) is known color: Wistful. HEX triplet: A2, 9B and EC. RGB value is (162,155,236). Sum of RGB (Red+Green+Blue) = 162+155+236=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #A29BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29BEC is #5D6413. Grayscale: #A6A6A6. Windows color (decimal): -6120468 or 15506338. OLE color: 15506338.
HSL color Cylindrical-coordinate representation of color #A29BEC: hue angle of 245.19º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A29BEC is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 155 | 236 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.07 |
| HSL | 245.19º | 0.68% | 0.77% | - |
| HSV(B) | 245.19º | 0.34% | 0.93% | - |
| XYZ | 41.76 | 37.18 | 84.33 | - |
| YUV | 166.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 236 | 0.31 | 0.34 | 0 | 0.07 | 245.19 | 0.68 | 0.77 |
| Hex | A2 | 9B | EC | 1F | 22 | 0 | 7 | F5 | 44 | 4D |
| Octal | 242 | 233 | 354 | 37 | 42 | 0 | 7 | 365 | 104 | 115 |
| Binary | 10100010 | 10011011 | 11101100 | 11111 | 100010 | 0 | 111 | 11110101 | 1000100 | 1001101 |
Color Harmonies of #A29BEC
Complementary color
Monochromatic Colors of #A29BEC
Black with #A29BEC
Text Example
Text Example
White with #A29BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29BEC; }
p { color: rgb(162,155,236); }
H1.HeaderClassName
{
color: #A29BEC;
}
.AnyTagClassName
{
color: #A29BEC;
}
</style>
background-color css
<style>
a { background-color: #A29BEC; }
a { background-color: rgb(162,155,236); }
div.DivClassName
{
background-color: #A29BEC;
}
.BgClassName
{
background-color: #A29BEC;
}
</style>
border-color css
<style>
span { border-color: #A29BEC; }
span { border-color: rgb(162,155,236); }
td.TdClassName
{
border-color: #A29BEC;
}
.TagClassName
{
border-color: #A29BEC;
}
</style>