Shades of Wistful #A49CF6
Tints of Wistful #A49CF6
RGB
CMYK
RGB Variations
Color information
#A49CF6 (or 0xA49CF6) is known color: Wistful. HEX triplet: A4, 9C and F6. RGB value is (164,156,246). Sum of RGB (Red+Green+Blue) = 164+156+246=566 (74% of max value = 765). Red value is 164 (64.45% from 255 or 28.98% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #A49CF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49CF6 is #5B6309. Grayscale: #A8A8A8. Windows color (decimal): -5989130 or 16161956. OLE color: 16161956.
HSL color Cylindrical-coordinate representation of color #A49CF6: hue angle of 245.33º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A49CF6 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 156 | 246 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.04 |
| HSL | 245.33º | 0.83% | 0.79% | - |
| HSV(B) | 245.33º | 0.37% | 0.96% | - |
| XYZ | 43.83 | 38.32 | 92.28 | - |
| YUV | 168.65 | 171.65 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 246 | 0.33 | 0.37 | 0 | 0.04 | 245.33 | 0.83 | 0.79 |
| Hex | A4 | 9C | F6 | 21 | 25 | 0 | 4 | F5 | 53 | 4F |
| Octal | 244 | 234 | 366 | 41 | 45 | 0 | 4 | 365 | 123 | 117 |
| Binary | 10100100 | 10011100 | 11110110 | 100001 | 100101 | 0 | 100 | 11110101 | 1010011 | 1001111 |
Color Harmonies of #A49CF6
Complementary color
Monochromatic Colors of #A49CF6
Black with #A49CF6
Text Example
Text Example
White with #A49CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49CF6; }
p { color: rgb(164,156,246); }
H1.HeaderClassName
{
color: #A49CF6;
}
.AnyTagClassName
{
color: #A49CF6;
}
</style>
background-color css
<style>
a { background-color: #A49CF6; }
a { background-color: rgb(164,156,246); }
div.DivClassName
{
background-color: #A49CF6;
}
.BgClassName
{
background-color: #A49CF6;
}
</style>
border-color css
<style>
span { border-color: #A49CF6; }
span { border-color: rgb(164,156,246); }
td.TdClassName
{
border-color: #A49CF6;
}
.TagClassName
{
border-color: #A49CF6;
}
</style>