Shades of Wistful #A499F4
Tints of Wistful #A499F4
RGB
CMYK
RGB Variations
Color information
#A499F4 (or 0xA499F4) is known color: Wistful. HEX triplet: A4, 99 and F4. RGB value is (164,153,244). Sum of RGB (Red+Green+Blue) = 164+153+244=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 244 (95.70% from 255 or 43.49% from 561); Max value from RGB is 244 - color contains mainly: blue. Hex color #A499F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A499F4 is #5B660B. Grayscale: #A6A6A6. Windows color (decimal): -5989900 or 16030116. OLE color: 16030116.
HSL color Cylindrical-coordinate representation of color #A499F4: hue angle of 247.25º degrees, saturation: 0.81, 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 #A499F4 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 153 | 244 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.04 |
| HSL | 247.25º | 0.81% | 0.78% | - |
| HSV(B) | 247.25º | 0.37% | 0.96% | - |
| XYZ | 43.03 | 37.21 | 90.5 | - |
| YUV | 166.66 | 171.64 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 244 | 0.33 | 0.37 | 0 | 0.04 | 247.25 | 0.81 | 0.78 |
| Hex | A4 | 99 | F4 | 21 | 25 | 0 | 4 | F7 | 51 | 4E |
| Octal | 244 | 231 | 364 | 41 | 45 | 0 | 4 | 367 | 121 | 116 |
| Binary | 10100100 | 10011001 | 11110100 | 100001 | 100101 | 0 | 100 | 11110111 | 1010001 | 1001110 |
Color Harmonies of #A499F4
Complementary color
Monochromatic Colors of #A499F4
Black with #A499F4
Text Example
Text Example
White with #A499F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499F4; }
p { color: rgb(164,153,244); }
H1.HeaderClassName
{
color: #A499F4;
}
.AnyTagClassName
{
color: #A499F4;
}
</style>
background-color css
<style>
a { background-color: #A499F4; }
a { background-color: rgb(164,153,244); }
div.DivClassName
{
background-color: #A499F4;
}
.BgClassName
{
background-color: #A499F4;
}
</style>
border-color css
<style>
span { border-color: #A499F4; }
span { border-color: rgb(164,153,244); }
td.TdClassName
{
border-color: #A499F4;
}
.TagClassName
{
border-color: #A499F4;
}
</style>