Shades of Wistful #A49ECC
Tints of Wistful #A49ECC
RGB
CMYK
RGB Variations
Color information
#A49ECC (or 0xA49ECC) is known color: Wistful. HEX triplet: A4, 9E and CC. RGB value is (164,158,204). Sum of RGB (Red+Green+Blue) = 164+158+204=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #A49ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ECC is #5B6133. Grayscale: #A4A4A4. Windows color (decimal): -5988660 or 13409956. OLE color: 13409956.
HSL color Cylindrical-coordinate representation of color #A49ECC: hue angle of 247.83º degrees, saturation: 0.31, 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 #A49ECC is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 158 | 204 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.2 |
| HSL | 247.83º | 0.31% | 0.71% | - |
| HSV(B) | 247.83º | 0.23% | 0.8% | - |
| XYZ | 38.44 | 36.71 | 62.19 | - |
| YUV | 165.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 204 | 0.20 | 0.23 | 0 | 0.2 | 247.83 | 0.31 | 0.71 |
| Hex | A4 | 9E | CC | 14 | 17 | 0 | 14 | F8 | 1F | 47 |
| Octal | 244 | 236 | 314 | 24 | 27 | 0 | 24 | 370 | 37 | 107 |
| Binary | 10100100 | 10011110 | 11001100 | 10100 | 10111 | 0 | 10100 | 11111000 | 11111 | 1000111 |
Color Harmonies of #A49ECC
Complementary color
Monochromatic Colors of #A49ECC
Black with #A49ECC
Text Example
Text Example
White with #A49ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49ECC; }
p { color: rgb(164,158,204); }
H1.HeaderClassName
{
color: #A49ECC;
}
.AnyTagClassName
{
color: #A49ECC;
}
</style>
background-color css
<style>
a { background-color: #A49ECC; }
a { background-color: rgb(164,158,204); }
div.DivClassName
{
background-color: #A49ECC;
}
.BgClassName
{
background-color: #A49ECC;
}
</style>
border-color css
<style>
span { border-color: #A49ECC; }
span { border-color: rgb(164,158,204); }
td.TdClassName
{
border-color: #A49ECC;
}
.TagClassName
{
border-color: #A49ECC;
}
</style>