Shades of Wistful #A49CDF
Tints of Wistful #A49CDF
RGB
CMYK
RGB Variations
Color information
#A49CDF (or 0xA49CDF) is known color: Wistful. HEX triplet: A4, 9C and DF. RGB value is (164,156,223). Sum of RGB (Red+Green+Blue) = 164+156+223=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #A49CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CDF is #5B6320. Grayscale: #A5A5A5. Windows color (decimal): -5989153 or 14654628. OLE color: 14654628.
HSL color Cylindrical-coordinate representation of color #A49CDF: hue angle of 247.16º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49CDF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 156 | 223 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.13 |
| HSL | 247.16º | 0.51% | 0.74% | - |
| HSV(B) | 247.16º | 0.3% | 0.87% | - |
| XYZ | 40.52 | 37 | 74.82 | - |
| YUV | 166.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 223 | 0.26 | 0.30 | 0 | 0.13 | 247.16 | 0.51 | 0.74 |
| Hex | A4 | 9C | DF | 1A | 1E | 0 | D | F7 | 33 | 4A |
| Octal | 244 | 234 | 337 | 32 | 36 | 0 | 15 | 367 | 63 | 112 |
| Binary | 10100100 | 10011100 | 11011111 | 11010 | 11110 | 0 | 1101 | 11110111 | 110011 | 1001010 |
Color Harmonies of #A49CDF
Complementary color
Monochromatic Colors of #A49CDF
Black with #A49CDF
Text Example
Text Example
White with #A49CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49CDF; }
p { color: rgb(164,156,223); }
H1.HeaderClassName
{
color: #A49CDF;
}
.AnyTagClassName
{
color: #A49CDF;
}
</style>
background-color css
<style>
a { background-color: #A49CDF; }
a { background-color: rgb(164,156,223); }
div.DivClassName
{
background-color: #A49CDF;
}
.BgClassName
{
background-color: #A49CDF;
}
</style>
border-color css
<style>
span { border-color: #A49CDF; }
span { border-color: rgb(164,156,223); }
td.TdClassName
{
border-color: #A49CDF;
}
.TagClassName
{
border-color: #A49CDF;
}
</style>