Shades of Wistful #A49BF5
Tints of Wistful #A49BF5
RGB
CMYK
RGB Variations
Color information
#A49BF5 (or 0xA49BF5) is known color: Wistful. HEX triplet: A4, 9B and F5. RGB value is (164,155,245). Sum of RGB (Red+Green+Blue) = 164+155+245=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #A49BF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BF5 is #5B640A. Grayscale: #A7A7A7. Windows color (decimal): -5989387 or 16096164. OLE color: 16096164.
HSL color Cylindrical-coordinate representation of color #A49BF5: hue angle of 246º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A49BF5 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 155 | 245 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.04 |
| HSL | 246º | 0.82% | 0.78% | - |
| HSV(B) | 246º | 0.37% | 0.96% | - |
| XYZ | 43.51 | 37.93 | 91.41 | - |
| YUV | 167.95 | 171.48 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 245 | 0.33 | 0.37 | 0 | 0.04 | 246 | 0.82 | 0.78 |
| Hex | A4 | 9B | F5 | 21 | 25 | 0 | 4 | F6 | 52 | 4E |
| Octal | 244 | 233 | 365 | 41 | 45 | 0 | 4 | 366 | 122 | 116 |
| Binary | 10100100 | 10011011 | 11110101 | 100001 | 100101 | 0 | 100 | 11110110 | 1010010 | 1001110 |
Color Harmonies of #A49BF5
Complementary color
Monochromatic Colors of #A49BF5
Black with #A49BF5
Text Example
Text Example
White with #A49BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BF5; }
p { color: rgb(164,155,245); }
H1.HeaderClassName
{
color: #A49BF5;
}
.AnyTagClassName
{
color: #A49BF5;
}
</style>
background-color css
<style>
a { background-color: #A49BF5; }
a { background-color: rgb(164,155,245); }
div.DivClassName
{
background-color: #A49BF5;
}
.BgClassName
{
background-color: #A49BF5;
}
</style>
border-color css
<style>
span { border-color: #A49BF5; }
span { border-color: rgb(164,155,245); }
td.TdClassName
{
border-color: #A49BF5;
}
.TagClassName
{
border-color: #A49BF5;
}
</style>