Shades of Wistful #A499F7
Tints of Wistful #A499F7
RGB
CMYK
RGB Variations
Color information
#A499F7 (or 0xA499F7) is known color: Wistful. HEX triplet: A4, 99 and F7. RGB value is (164,153,247). Sum of RGB (Red+Green+Blue) = 164+153+247=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 247 (96.88% from 255 or 43.79% from 564); Max value from RGB is 247 - color contains mainly: blue. Hex color #A499F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A499F7 is #5B6608. Grayscale: #A6A6A6. Windows color (decimal): -5989897 or 16226724. OLE color: 16226724.
HSL color Cylindrical-coordinate representation of color #A499F7: hue angle of 247.02º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A499F7 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 153 | 247 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.03 |
| HSL | 247.02º | 0.85% | 0.78% | - |
| HSV(B) | 247.02º | 0.38% | 0.97% | - |
| XYZ | 43.49 | 37.39 | 92.92 | - |
| YUV | 167.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 247 | 0.34 | 0.38 | 0 | 0.03 | 247.02 | 0.85 | 0.78 |
| Hex | A4 | 99 | F7 | 22 | 26 | 0 | 3 | F7 | 55 | 4E |
| Octal | 244 | 231 | 367 | 42 | 46 | 0 | 3 | 367 | 125 | 116 |
| Binary | 10100100 | 10011001 | 11110111 | 100010 | 100110 | 0 | 11 | 11110111 | 1010101 | 1001110 |
Color Harmonies of #A499F7
Complementary color
Monochromatic Colors of #A499F7
Black with #A499F7
Text Example
Text Example
White with #A499F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499F7; }
p { color: rgb(164,153,247); }
H1.HeaderClassName
{
color: #A499F7;
}
.AnyTagClassName
{
color: #A499F7;
}
</style>
background-color css
<style>
a { background-color: #A499F7; }
a { background-color: rgb(164,153,247); }
div.DivClassName
{
background-color: #A499F7;
}
.BgClassName
{
background-color: #A499F7;
}
</style>
border-color css
<style>
span { border-color: #A499F7; }
span { border-color: rgb(164,153,247); }
td.TdClassName
{
border-color: #A499F7;
}
.TagClassName
{
border-color: #A499F7;
}
</style>