Shades of Wistful #A49CE4
Tints of Wistful #A49CE4
RGB
CMYK
RGB Variations
Color information
#A49CE4 (or 0xA49CE4) is known color: Wistful. HEX triplet: A4, 9C and E4. RGB value is (164,156,228). Sum of RGB (Red+Green+Blue) = 164+156+228=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #A49CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CE4 is #5B631B. Grayscale: #A6A6A6. Windows color (decimal): -5989148 or 14982308. OLE color: 14982308.
HSL color Cylindrical-coordinate representation of color #A49CE4: hue angle of 246.67º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A49CE4 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 156 | 228 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.11 |
| HSL | 246.67º | 0.57% | 0.75% | - |
| HSV(B) | 246.67º | 0.32% | 0.89% | - |
| XYZ | 41.2 | 37.27 | 78.42 | - |
| YUV | 166.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 228 | 0.28 | 0.32 | 0 | 0.11 | 246.67 | 0.57 | 0.75 |
| Hex | A4 | 9C | E4 | 1C | 20 | 0 | B | F7 | 39 | 4B |
| Octal | 244 | 234 | 344 | 34 | 40 | 0 | 13 | 367 | 71 | 113 |
| Binary | 10100100 | 10011100 | 11100100 | 11100 | 100000 | 0 | 1011 | 11110111 | 111001 | 1001011 |
Color Harmonies of #A49CE4
Complementary color
Monochromatic Colors of #A49CE4
Black with #A49CE4
Text Example
Text Example
White with #A49CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49CE4; }
p { color: rgb(164,156,228); }
H1.HeaderClassName
{
color: #A49CE4;
}
.AnyTagClassName
{
color: #A49CE4;
}
</style>
background-color css
<style>
a { background-color: #A49CE4; }
a { background-color: rgb(164,156,228); }
div.DivClassName
{
background-color: #A49CE4;
}
.BgClassName
{
background-color: #A49CE4;
}
</style>
border-color css
<style>
span { border-color: #A49CE4; }
span { border-color: rgb(164,156,228); }
td.TdClassName
{
border-color: #A49CE4;
}
.TagClassName
{
border-color: #A49CE4;
}
</style>