Shades of Wistful #A49CEA
Tints of Wistful #A49CEA
RGB
CMYK
RGB Variations
Color information
#A49CEA (or 0xA49CEA) is known color: Wistful. HEX triplet: A4, 9C and EA. RGB value is (164,156,234). Sum of RGB (Red+Green+Blue) = 164+156+234=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #A49CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49CEA is #5B6315. Grayscale: #A6A6A6. Windows color (decimal): -5989142 or 15375524. OLE color: 15375524.
HSL color Cylindrical-coordinate representation of color #A49CEA: hue angle of 246.15º 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 #A49CEA is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 156 | 234 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.08 |
| HSL | 246.15º | 0.65% | 0.76% | - |
| HSV(B) | 246.15º | 0.33% | 0.92% | - |
| XYZ | 42.05 | 37.61 | 82.89 | - |
| YUV | 167.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 234 | 0.30 | 0.33 | 0 | 0.08 | 246.15 | 0.65 | 0.76 |
| Hex | A4 | 9C | EA | 1E | 21 | 0 | 8 | F6 | 41 | 4C |
| Octal | 244 | 234 | 352 | 36 | 41 | 0 | 10 | 366 | 101 | 114 |
| Binary | 10100100 | 10011100 | 11101010 | 11110 | 100001 | 0 | 1000 | 11110110 | 1000001 | 1001100 |
Color Harmonies of #A49CEA
Complementary color
Monochromatic Colors of #A49CEA
Black with #A49CEA
Text Example
Text Example
White with #A49CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49CEA; }
p { color: rgb(164,156,234); }
H1.HeaderClassName
{
color: #A49CEA;
}
.AnyTagClassName
{
color: #A49CEA;
}
</style>
background-color css
<style>
a { background-color: #A49CEA; }
a { background-color: rgb(164,156,234); }
div.DivClassName
{
background-color: #A49CEA;
}
.BgClassName
{
background-color: #A49CEA;
}
</style>
border-color css
<style>
span { border-color: #A49CEA; }
span { border-color: rgb(164,156,234); }
td.TdClassName
{
border-color: #A49CEA;
}
.TagClassName
{
border-color: #A49CEA;
}
</style>