Shades of Wistful #A49CEE
Tints of Wistful #A49CEE
RGB
CMYK
RGB Variations
Color information
#A49CEE (or 0xA49CEE) is known color: Wistful. HEX triplet: A4, 9C and EE. RGB value is (164,156,238). Sum of RGB (Red+Green+Blue) = 164+156+238=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #A49CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49CEE is #5B6311. Grayscale: #A7A7A7. Windows color (decimal): -5989138 or 15637668. OLE color: 15637668.
HSL color Cylindrical-coordinate representation of color #A49CEE: hue angle of 245.85º degrees, saturation: 0.71, 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 #A49CEE is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 156 | 238 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.07 |
| HSL | 245.85º | 0.71% | 0.77% | - |
| HSV(B) | 245.85º | 0.34% | 0.93% | - |
| XYZ | 42.63 | 37.84 | 85.95 | - |
| YUV | 167.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 238 | 0.31 | 0.34 | 0 | 0.07 | 245.85 | 0.71 | 0.77 |
| Hex | A4 | 9C | EE | 1F | 22 | 0 | 7 | F6 | 47 | 4D |
| Octal | 244 | 234 | 356 | 37 | 42 | 0 | 7 | 366 | 107 | 115 |
| Binary | 10100100 | 10011100 | 11101110 | 11111 | 100010 | 0 | 111 | 11110110 | 1000111 | 1001101 |
Color Harmonies of #A49CEE
Complementary color
Monochromatic Colors of #A49CEE
Black with #A49CEE
Text Example
Text Example
White with #A49CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49CEE; }
p { color: rgb(164,156,238); }
H1.HeaderClassName
{
color: #A49CEE;
}
.AnyTagClassName
{
color: #A49CEE;
}
</style>
background-color css
<style>
a { background-color: #A49CEE; }
a { background-color: rgb(164,156,238); }
div.DivClassName
{
background-color: #A49CEE;
}
.BgClassName
{
background-color: #A49CEE;
}
</style>
border-color css
<style>
span { border-color: #A49CEE; }
span { border-color: rgb(164,156,238); }
td.TdClassName
{
border-color: #A49CEE;
}
.TagClassName
{
border-color: #A49CEE;
}
</style>