Shades of Wistful #A499F1
Tints of Wistful #A499F1
RGB
CMYK
RGB Variations
Color information
#A499F1 (or 0xA499F1) is known color: Wistful. HEX triplet: A4, 99 and F1. RGB value is (164,153,241). Sum of RGB (Red+Green+Blue) = 164+153+241=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #A499F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A499F1 is #5B660E. Grayscale: #A5A5A5. Windows color (decimal): -5989903 or 15833508. OLE color: 15833508.
HSL color Cylindrical-coordinate representation of color #A499F1: hue angle of 247.5º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A499F1 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 153 | 241 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.05 |
| HSL | 247.5º | 0.76% | 0.77% | - |
| HSV(B) | 247.5º | 0.37% | 0.95% | - |
| XYZ | 42.58 | 37.03 | 88.12 | - |
| YUV | 166.32 | 170.14 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 241 | 0.32 | 0.37 | 0 | 0.05 | 247.5 | 0.76 | 0.77 |
| Hex | A4 | 99 | F1 | 20 | 25 | 0 | 5 | F8 | 4C | 4D |
| Octal | 244 | 231 | 361 | 40 | 45 | 0 | 5 | 370 | 114 | 115 |
| Binary | 10100100 | 10011001 | 11110001 | 100000 | 100101 | 0 | 101 | 11111000 | 1001100 | 1001101 |
Color Harmonies of #A499F1
Complementary color
Monochromatic Colors of #A499F1
Black with #A499F1
Text Example
Text Example
White with #A499F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499F1; }
p { color: rgb(164,153,241); }
H1.HeaderClassName
{
color: #A499F1;
}
.AnyTagClassName
{
color: #A499F1;
}
</style>
background-color css
<style>
a { background-color: #A499F1; }
a { background-color: rgb(164,153,241); }
div.DivClassName
{
background-color: #A499F1;
}
.BgClassName
{
background-color: #A499F1;
}
</style>
border-color css
<style>
span { border-color: #A499F1; }
span { border-color: rgb(164,153,241); }
td.TdClassName
{
border-color: #A499F1;
}
.TagClassName
{
border-color: #A499F1;
}
</style>