Shades of Wistful #A298F0
Tints of Wistful #A298F0
RGB
CMYK
RGB Variations
Color information
#A298F0 (or 0xA298F0) is known color: Wistful. HEX triplet: A2, 98 and F0. RGB value is (162,152,240). Sum of RGB (Red+Green+Blue) = 162+152+240=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #A298F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A298F0 is #5D670F. Grayscale: #A4A4A4. Windows color (decimal): -6121232 or 15767714. OLE color: 15767714.
HSL color Cylindrical-coordinate representation of color #A298F0: hue angle of 246.82º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A298F0 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 152 | 240 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.06 |
| HSL | 246.82º | 0.75% | 0.77% | - |
| HSV(B) | 246.82º | 0.37% | 0.94% | - |
| XYZ | 41.86 | 36.43 | 87.26 | - |
| YUV | 165.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 240 | 0.32 | 0.37 | 0 | 0.06 | 246.82 | 0.75 | 0.77 |
| Hex | A2 | 98 | F0 | 20 | 25 | 0 | 6 | F7 | 4B | 4D |
| Octal | 242 | 230 | 360 | 40 | 45 | 0 | 6 | 367 | 113 | 115 |
| Binary | 10100010 | 10011000 | 11110000 | 100000 | 100101 | 0 | 110 | 11110111 | 1001011 | 1001101 |
Color Harmonies of #A298F0
Complementary color
Monochromatic Colors of #A298F0
Black with #A298F0
Text Example
Text Example
White with #A298F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A298F0; }
p { color: rgb(162,152,240); }
H1.HeaderClassName
{
color: #A298F0;
}
.AnyTagClassName
{
color: #A298F0;
}
</style>
background-color css
<style>
a { background-color: #A298F0; }
a { background-color: rgb(162,152,240); }
div.DivClassName
{
background-color: #A298F0;
}
.BgClassName
{
background-color: #A298F0;
}
</style>
border-color css
<style>
span { border-color: #A298F0; }
span { border-color: rgb(162,152,240); }
td.TdClassName
{
border-color: #A298F0;
}
.TagClassName
{
border-color: #A298F0;
}
</style>