Shades of Wistful #A093F0
Tints of Wistful #A093F0
RGB
CMYK
RGB Variations
Color information
#A093F0 (or 0xA093F0) is known color: Wistful. HEX triplet: A0, 93 and F0. RGB value is (160,147,240). Sum of RGB (Red+Green+Blue) = 160+147+240=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #A093F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A093F0 is #5F6C0F. Grayscale: #A1A1A1. Windows color (decimal): -6253584 or 15766432. OLE color: 15766432.
HSL color Cylindrical-coordinate representation of color #A093F0: hue angle of 248.39º 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 #A093F0 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 147 | 240 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.06 |
| HSL | 248.39º | 0.76% | 0.76% | - |
| HSV(B) | 248.39º | 0.39% | 0.94% | - |
| XYZ | 40.66 | 34.63 | 86.98 | - |
| YUV | 161.49 | 172.31 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 240 | 0.33 | 0.39 | 0 | 0.06 | 248.39 | 0.76 | 0.76 |
| Hex | A0 | 93 | F0 | 21 | 27 | 0 | 6 | F8 | 4C | 4C |
| Octal | 240 | 223 | 360 | 41 | 47 | 0 | 6 | 370 | 114 | 114 |
| Binary | 10100000 | 10010011 | 11110000 | 100001 | 100111 | 0 | 110 | 11111000 | 1001100 | 1001100 |
Color Harmonies of #A093F0
Complementary color
Monochromatic Colors of #A093F0
Black with #A093F0
Text Example
Text Example
White with #A093F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A093F0; }
p { color: rgb(160,147,240); }
H1.HeaderClassName
{
color: #A093F0;
}
.AnyTagClassName
{
color: #A093F0;
}
</style>
background-color css
<style>
a { background-color: #A093F0; }
a { background-color: rgb(160,147,240); }
div.DivClassName
{
background-color: #A093F0;
}
.BgClassName
{
background-color: #A093F0;
}
</style>
border-color css
<style>
span { border-color: #A093F0; }
span { border-color: rgb(160,147,240); }
td.TdClassName
{
border-color: #A093F0;
}
.TagClassName
{
border-color: #A093F0;
}
</style>