Shades of Wistful #A49BF6
Tints of Wistful #A49BF6
RGB
CMYK
RGB Variations
Color information
#A49BF6 (or 0xA49BF6) is known color: Wistful. HEX triplet: A4, 9B and F6. RGB value is (164,155,246). Sum of RGB (Red+Green+Blue) = 164+155+246=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #A49BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BF6 is #5B6409. Grayscale: #A7A7A7. Windows color (decimal): -5989386 or 16161700. OLE color: 16161700.
HSL color Cylindrical-coordinate representation of color #A49BF6: hue angle of 245.93º 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 #A49BF6 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 155 | 246 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.04 |
| HSL | 245.93º | 0.83% | 0.79% | - |
| HSV(B) | 245.93º | 0.37% | 0.96% | - |
| XYZ | 43.67 | 37.99 | 92.22 | - |
| YUV | 168.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 246 | 0.33 | 0.37 | 0 | 0.04 | 245.93 | 0.83 | 0.79 |
| Hex | A4 | 9B | F6 | 21 | 25 | 0 | 4 | F6 | 53 | 4F |
| Octal | 244 | 233 | 366 | 41 | 45 | 0 | 4 | 366 | 123 | 117 |
| Binary | 10100100 | 10011011 | 11110110 | 100001 | 100101 | 0 | 100 | 11110110 | 1010011 | 1001111 |
Color Harmonies of #A49BF6
Complementary color
Monochromatic Colors of #A49BF6
Black with #A49BF6
Text Example
Text Example
White with #A49BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BF6; }
p { color: rgb(164,155,246); }
H1.HeaderClassName
{
color: #A49BF6;
}
.AnyTagClassName
{
color: #A49BF6;
}
</style>
background-color css
<style>
a { background-color: #A49BF6; }
a { background-color: rgb(164,155,246); }
div.DivClassName
{
background-color: #A49BF6;
}
.BgClassName
{
background-color: #A49BF6;
}
</style>
border-color css
<style>
span { border-color: #A49BF6; }
span { border-color: rgb(164,155,246); }
td.TdClassName
{
border-color: #A49BF6;
}
.TagClassName
{
border-color: #A49BF6;
}
</style>