Shades of Wistful #A498F1
Tints of Wistful #A498F1
RGB
CMYK
RGB Variations
Color information
#A498F1 (or 0xA498F1) is known color: Wistful. HEX triplet: A4, 98 and F1. RGB value is (164,152,241). Sum of RGB (Red+Green+Blue) = 164+152+241=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #A498F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A498F1 is #5B670E. Grayscale: #A5A5A5. Windows color (decimal): -5990159 or 15833252. OLE color: 15833252.
HSL color Cylindrical-coordinate representation of color #A498F1: hue angle of 248.09º 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 #A498F1 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 152 | 241 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.05 |
| HSL | 248.09º | 0.76% | 0.77% | - |
| HSV(B) | 248.09º | 0.37% | 0.95% | - |
| XYZ | 42.42 | 36.7 | 88.07 | - |
| YUV | 165.73 | 170.48 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 241 | 0.32 | 0.37 | 0 | 0.05 | 248.09 | 0.76 | 0.77 |
| Hex | A4 | 98 | F1 | 20 | 25 | 0 | 5 | F8 | 4C | 4D |
| Octal | 244 | 230 | 361 | 40 | 45 | 0 | 5 | 370 | 114 | 115 |
| Binary | 10100100 | 10011000 | 11110001 | 100000 | 100101 | 0 | 101 | 11111000 | 1001100 | 1001101 |
Color Harmonies of #A498F1
Complementary color
Monochromatic Colors of #A498F1
Black with #A498F1
Text Example
Text Example
White with #A498F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A498F1; }
p { color: rgb(164,152,241); }
H1.HeaderClassName
{
color: #A498F1;
}
.AnyTagClassName
{
color: #A498F1;
}
</style>
background-color css
<style>
a { background-color: #A498F1; }
a { background-color: rgb(164,152,241); }
div.DivClassName
{
background-color: #A498F1;
}
.BgClassName
{
background-color: #A498F1;
}
</style>
border-color css
<style>
span { border-color: #A498F1; }
span { border-color: rgb(164,152,241); }
td.TdClassName
{
border-color: #A498F1;
}
.TagClassName
{
border-color: #A498F1;
}
</style>