Shades of Wistful #A093E9
Tints of Wistful #A093E9
RGB
CMYK
RGB Variations
Color information
#A093E9 (or 0xA093E9) is known color: Wistful. HEX triplet: A0, 93 and E9. RGB value is (160,147,233). Sum of RGB (Red+Green+Blue) = 160+147+233=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #A093E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A093E9 is #5F6C16. Grayscale: #A0A0A0. Windows color (decimal): -6253591 or 15307680. OLE color: 15307680.
HSL color Cylindrical-coordinate representation of color #A093E9: hue angle of 249.07º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A093E9 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 147 | 233 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.09 |
| HSL | 249.07º | 0.66% | 0.75% | - |
| HSV(B) | 249.07º | 0.37% | 0.91% | - |
| XYZ | 39.64 | 34.22 | 81.61 | - |
| YUV | 160.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 233 | 0.31 | 0.37 | 0 | 0.09 | 249.07 | 0.66 | 0.75 |
| Hex | A0 | 93 | E9 | 1F | 25 | 0 | 9 | F9 | 42 | 4B |
| Octal | 240 | 223 | 351 | 37 | 45 | 0 | 11 | 371 | 102 | 113 |
| Binary | 10100000 | 10010011 | 11101001 | 11111 | 100101 | 0 | 1001 | 11111001 | 1000010 | 1001011 |
Color Harmonies of #A093E9
Complementary color
Monochromatic Colors of #A093E9
Black with #A093E9
Text Example
Text Example
White with #A093E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A093E9; }
p { color: rgb(160,147,233); }
H1.HeaderClassName
{
color: #A093E9;
}
.AnyTagClassName
{
color: #A093E9;
}
</style>
background-color css
<style>
a { background-color: #A093E9; }
a { background-color: rgb(160,147,233); }
div.DivClassName
{
background-color: #A093E9;
}
.BgClassName
{
background-color: #A093E9;
}
</style>
border-color css
<style>
span { border-color: #A093E9; }
span { border-color: rgb(160,147,233); }
td.TdClassName
{
border-color: #A093E9;
}
.TagClassName
{
border-color: #A093E9;
}
</style>