Shades of Wistful #A49EC2
Tints of Wistful #A49EC2
RGB
CMYK
RGB Variations
Color information
#A49EC2 (or 0xA49EC2) is known color: Wistful. HEX triplet: A4, 9E and C2. RGB value is (164,158,194). Sum of RGB (Red+Green+Blue) = 164+158+194=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 194 - color contains mainly: blue. Hex color #A49EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EC2 is #5B613D. Grayscale: #A3A3A3. Windows color (decimal): -5988670 or 12754596. OLE color: 12754596.
HSL color Cylindrical-coordinate representation of color #A49EC2: hue angle of 250º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A49EC2 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 158 | 194 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.24 |
| HSL | 250º | 0.23% | 0.69% | - |
| HSV(B) | 250º | 0.19% | 0.76% | - |
| XYZ | 37.27 | 36.24 | 56.07 | - |
| YUV | 163.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 194 | 0.15 | 0.19 | 0 | 0.24 | 250 | 0.23 | 0.69 |
| Hex | A4 | 9E | C2 | F | 13 | 0 | 18 | FA | 17 | 45 |
| Octal | 244 | 236 | 302 | 17 | 23 | 0 | 30 | 372 | 27 | 105 |
| Binary | 10100100 | 10011110 | 11000010 | 1111 | 10011 | 0 | 11000 | 11111010 | 10111 | 1000101 |
Color Harmonies of #A49EC2
Complementary color
Monochromatic Colors of #A49EC2
Black with #A49EC2
Text Example
Text Example
White with #A49EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49EC2; }
p { color: rgb(164,158,194); }
H1.HeaderClassName
{
color: #A49EC2;
}
.AnyTagClassName
{
color: #A49EC2;
}
</style>
background-color css
<style>
a { background-color: #A49EC2; }
a { background-color: rgb(164,158,194); }
div.DivClassName
{
background-color: #A49EC2;
}
.BgClassName
{
background-color: #A49EC2;
}
</style>
border-color css
<style>
span { border-color: #A49EC2; }
span { border-color: rgb(164,158,194); }
td.TdClassName
{
border-color: #A49EC2;
}
.TagClassName
{
border-color: #A49EC2;
}
</style>