Shades of Wistful #A293F0
Tints of Wistful #A293F0
RGB
CMYK
RGB Variations
Color information
#A293F0 (or 0xA293F0) is known color: Wistful. HEX triplet: A2, 93 and F0. RGB value is (162,147,240). Sum of RGB (Red+Green+Blue) = 162+147+240=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #A293F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A293F0 is #5D6C0F. Grayscale: #A1A1A1. Windows color (decimal): -6122512 or 15766434. OLE color: 15766434.
HSL color Cylindrical-coordinate representation of color #A293F0: hue angle of 249.68º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A293F0 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 147 | 240 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.06 |
| HSL | 249.68º | 0.76% | 0.76% | - |
| HSV(B) | 249.68º | 0.39% | 0.94% | - |
| XYZ | 41.06 | 34.84 | 87 | - |
| YUV | 162.09 | 171.97 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 240 | 0.32 | 0.39 | 0 | 0.06 | 249.68 | 0.76 | 0.76 |
| Hex | A2 | 93 | F0 | 20 | 27 | 0 | 6 | FA | 4C | 4C |
| Octal | 242 | 223 | 360 | 40 | 47 | 0 | 6 | 372 | 114 | 114 |
| Binary | 10100010 | 10010011 | 11110000 | 100000 | 100111 | 0 | 110 | 11111010 | 1001100 | 1001100 |
Color Harmonies of #A293F0
Complementary color
Monochromatic Colors of #A293F0
Black with #A293F0
Text Example
Text Example
White with #A293F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A293F0; }
p { color: rgb(162,147,240); }
H1.HeaderClassName
{
color: #A293F0;
}
.AnyTagClassName
{
color: #A293F0;
}
</style>
background-color css
<style>
a { background-color: #A293F0; }
a { background-color: rgb(162,147,240); }
div.DivClassName
{
background-color: #A293F0;
}
.BgClassName
{
background-color: #A293F0;
}
</style>
border-color css
<style>
span { border-color: #A293F0; }
span { border-color: rgb(162,147,240); }
td.TdClassName
{
border-color: #A293F0;
}
.TagClassName
{
border-color: #A293F0;
}
</style>