Shades of Wistful #A49CE0
Tints of Wistful #A49CE0
RGB
CMYK
RGB Variations
Color information
#A49CE0 (or 0xA49CE0) is known color: Wistful. HEX triplet: A4, 9C and E0. RGB value is (164,156,224). Sum of RGB (Red+Green+Blue) = 164+156+224=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #A49CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CE0 is #5B631F. Grayscale: #A5A5A5. Windows color (decimal): -5989152 or 14720164. OLE color: 14720164.
HSL color Cylindrical-coordinate representation of color #A49CE0: hue angle of 247.06º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49CE0 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 156 | 224 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.12 |
| HSL | 247.06º | 0.52% | 0.75% | - |
| HSV(B) | 247.06º | 0.3% | 0.88% | - |
| XYZ | 40.65 | 37.05 | 75.53 | - |
| YUV | 166.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 224 | 0.27 | 0.30 | 0 | 0.12 | 247.06 | 0.52 | 0.75 |
| Hex | A4 | 9C | E0 | 1B | 1E | 0 | C | F7 | 34 | 4B |
| Octal | 244 | 234 | 340 | 33 | 36 | 0 | 14 | 367 | 64 | 113 |
| Binary | 10100100 | 10011100 | 11100000 | 11011 | 11110 | 0 | 1100 | 11110111 | 110100 | 1001011 |
Color Harmonies of #A49CE0
Complementary color
Monochromatic Colors of #A49CE0
Black with #A49CE0
Text Example
Text Example
White with #A49CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49CE0; }
p { color: rgb(164,156,224); }
H1.HeaderClassName
{
color: #A49CE0;
}
.AnyTagClassName
{
color: #A49CE0;
}
</style>
background-color css
<style>
a { background-color: #A49CE0; }
a { background-color: rgb(164,156,224); }
div.DivClassName
{
background-color: #A49CE0;
}
.BgClassName
{
background-color: #A49CE0;
}
</style>
border-color css
<style>
span { border-color: #A49CE0; }
span { border-color: rgb(164,156,224); }
td.TdClassName
{
border-color: #A49CE0;
}
.TagClassName
{
border-color: #A49CE0;
}
</style>