Shades of Wistful #A49ECD
Tints of Wistful #A49ECD
RGB
CMYK
RGB Variations
Color information
#A49ECD (or 0xA49ECD) is known color: Wistful. HEX triplet: A4, 9E and CD. RGB value is (164,158,205). Sum of RGB (Red+Green+Blue) = 164+158+205=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #A49ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ECD is #5B6132. Grayscale: #A4A4A4. Windows color (decimal): -5988659 or 13475492. OLE color: 13475492.
HSL color Cylindrical-coordinate representation of color #A49ECD: hue angle of 247.66º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A49ECD is Cyan = 0.2, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 158 | 205 | - |
| CMYK | 0.2 | 0.23 | 0 | 0.20 |
| HSL | 247.66º | 0.32% | 0.71% | - |
| HSV(B) | 247.66º | 0.23% | 0.8% | - |
| XYZ | 38.56 | 36.75 | 62.82 | - |
| YUV | 165.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 205 | 0.2 | 0.23 | 0 | 0.20 | 247.66 | 0.32 | 0.71 |
| Hex | A4 | 9E | CD | 14 | 17 | 0 | 14 | F8 | 20 | 47 |
| Octal | 244 | 236 | 315 | 24 | 27 | 0 | 24 | 370 | 40 | 107 |
| Binary | 10100100 | 10011110 | 11001101 | 10100 | 10111 | 0 | 10100 | 11111000 | 100000 | 1000111 |
Color Harmonies of #A49ECD
Complementary color
Monochromatic Colors of #A49ECD
Black with #A49ECD
Text Example
Text Example
White with #A49ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49ECD; }
p { color: rgb(164,158,205); }
H1.HeaderClassName
{
color: #A49ECD;
}
.AnyTagClassName
{
color: #A49ECD;
}
</style>
background-color css
<style>
a { background-color: #A49ECD; }
a { background-color: rgb(164,158,205); }
div.DivClassName
{
background-color: #A49ECD;
}
.BgClassName
{
background-color: #A49ECD;
}
</style>
border-color css
<style>
span { border-color: #A49ECD; }
span { border-color: rgb(164,158,205); }
td.TdClassName
{
border-color: #A49ECD;
}
.TagClassName
{
border-color: #A49ECD;
}
</style>