Shades of Wistful #A298F4
Tints of Wistful #A298F4
RGB
CMYK
RGB Variations
Color information
#A298F4 (or 0xA298F4) is known color: Wistful. HEX triplet: A2, 98 and F4. RGB value is (162,152,244). Sum of RGB (Red+Green+Blue) = 162+152+244=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 244 (95.70% from 255 or 43.73% from 558); Max value from RGB is 244 - color contains mainly: blue. Hex color #A298F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A298F4 is #5D670B. Grayscale: #A5A5A5. Windows color (decimal): -6121228 or 16029858. OLE color: 16029858.
HSL color Cylindrical-coordinate representation of color #A298F4: hue angle of 246.52º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A298F4 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 152 | 244 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.04 |
| HSL | 246.52º | 0.81% | 0.78% | - |
| HSV(B) | 246.52º | 0.38% | 0.96% | - |
| XYZ | 42.46 | 36.67 | 90.43 | - |
| YUV | 165.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 244 | 0.34 | 0.38 | 0 | 0.04 | 246.52 | 0.81 | 0.78 |
| Hex | A2 | 98 | F4 | 22 | 26 | 0 | 4 | F7 | 51 | 4E |
| Octal | 242 | 230 | 364 | 42 | 46 | 0 | 4 | 367 | 121 | 116 |
| Binary | 10100010 | 10011000 | 11110100 | 100010 | 100110 | 0 | 100 | 11110111 | 1010001 | 1001110 |
Color Harmonies of #A298F4
Complementary color
Monochromatic Colors of #A298F4
Black with #A298F4
Text Example
Text Example
White with #A298F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A298F4; }
p { color: rgb(162,152,244); }
H1.HeaderClassName
{
color: #A298F4;
}
.AnyTagClassName
{
color: #A298F4;
}
</style>
background-color css
<style>
a { background-color: #A298F4; }
a { background-color: rgb(162,152,244); }
div.DivClassName
{
background-color: #A298F4;
}
.BgClassName
{
background-color: #A298F4;
}
</style>
border-color css
<style>
span { border-color: #A298F4; }
span { border-color: rgb(162,152,244); }
td.TdClassName
{
border-color: #A298F4;
}
.TagClassName
{
border-color: #A298F4;
}
</style>