Shades of Wistful #A29CEA
Tints of Wistful #A29CEA
RGB
CMYK
RGB Variations
Color information
#A29CEA (or 0xA29CEA) is known color: Wistful. HEX triplet: A2, 9C and EA. RGB value is (162,156,234). Sum of RGB (Red+Green+Blue) = 162+156+234=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #A29CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29CEA is #5D6315. Grayscale: #A6A6A6. Windows color (decimal): -6120214 or 15375522. OLE color: 15375522.
HSL color Cylindrical-coordinate representation of color #A29CEA: hue angle of 244.62º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A29CEA is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 156 | 234 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.08 |
| HSL | 244.62º | 0.65% | 0.76% | - |
| HSV(B) | 244.62º | 0.33% | 0.92% | - |
| XYZ | 41.64 | 37.4 | 82.87 | - |
| YUV | 166.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 234 | 0.31 | 0.33 | 0 | 0.08 | 244.62 | 0.65 | 0.76 |
| Hex | A2 | 9C | EA | 1F | 21 | 0 | 8 | F5 | 41 | 4C |
| Octal | 242 | 234 | 352 | 37 | 41 | 0 | 10 | 365 | 101 | 114 |
| Binary | 10100010 | 10011100 | 11101010 | 11111 | 100001 | 0 | 1000 | 11110101 | 1000001 | 1001100 |
Color Harmonies of #A29CEA
Complementary color
Monochromatic Colors of #A29CEA
Black with #A29CEA
Text Example
Text Example
White with #A29CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29CEA; }
p { color: rgb(162,156,234); }
H1.HeaderClassName
{
color: #A29CEA;
}
.AnyTagClassName
{
color: #A29CEA;
}
</style>
background-color css
<style>
a { background-color: #A29CEA; }
a { background-color: rgb(162,156,234); }
div.DivClassName
{
background-color: #A29CEA;
}
.BgClassName
{
background-color: #A29CEA;
}
</style>
border-color css
<style>
span { border-color: #A29CEA; }
span { border-color: rgb(162,156,234); }
td.TdClassName
{
border-color: #A29CEA;
}
.TagClassName
{
border-color: #A29CEA;
}
</style>