Shades of Wistful #A29CEC
Tints of Wistful #A29CEC
RGB
CMYK
RGB Variations
Color information
#A29CEC (or 0xA29CEC) is known color: Wistful. HEX triplet: A2, 9C and EC. RGB value is (162,156,236). Sum of RGB (Red+Green+Blue) = 162+156+236=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #A29CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29CEC is #5D6313. Grayscale: #A6A6A6. Windows color (decimal): -6120212 or 15506594. OLE color: 15506594.
HSL color Cylindrical-coordinate representation of color #A29CEC: hue angle of 244.5º 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 #A29CEC is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 156 | 236 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.07 |
| HSL | 244.5º | 0.68% | 0.77% | - |
| HSV(B) | 244.5º | 0.34% | 0.93% | - |
| XYZ | 41.93 | 37.51 | 84.39 | - |
| YUV | 166.91 | 166.99 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 236 | 0.31 | 0.34 | 0 | 0.07 | 244.5 | 0.68 | 0.77 |
| Hex | A2 | 9C | EC | 1F | 22 | 0 | 7 | F4 | 44 | 4D |
| Octal | 242 | 234 | 354 | 37 | 42 | 0 | 7 | 364 | 104 | 115 |
| Binary | 10100010 | 10011100 | 11101100 | 11111 | 100010 | 0 | 111 | 11110100 | 1000100 | 1001101 |
Color Harmonies of #A29CEC
Complementary color
Monochromatic Colors of #A29CEC
Black with #A29CEC
Text Example
Text Example
White with #A29CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29CEC; }
p { color: rgb(162,156,236); }
H1.HeaderClassName
{
color: #A29CEC;
}
.AnyTagClassName
{
color: #A29CEC;
}
</style>
background-color css
<style>
a { background-color: #A29CEC; }
a { background-color: rgb(162,156,236); }
div.DivClassName
{
background-color: #A29CEC;
}
.BgClassName
{
background-color: #A29CEC;
}
</style>
border-color css
<style>
span { border-color: #A29CEC; }
span { border-color: rgb(162,156,236); }
td.TdClassName
{
border-color: #A29CEC;
}
.TagClassName
{
border-color: #A29CEC;
}
</style>