Shades of Wistful #A093E7
Tints of Wistful #A093E7
RGB
CMYK
RGB Variations
Color information
#A093E7 (or 0xA093E7) is known color: Wistful. HEX triplet: A0, 93 and E7. RGB value is (160,147,231). Sum of RGB (Red+Green+Blue) = 160+147+231=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #A093E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A093E7 is #5F6C18. Grayscale: #A0A0A0. Windows color (decimal): -6253593 or 15176608. OLE color: 15176608.
HSL color Cylindrical-coordinate representation of color #A093E7: hue angle of 249.29º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A093E7 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 147 | 231 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.09 |
| HSL | 249.29º | 0.64% | 0.74% | - |
| HSV(B) | 249.29º | 0.36% | 0.91% | - |
| XYZ | 39.35 | 34.11 | 80.11 | - |
| YUV | 160.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 231 | 0.31 | 0.36 | 0 | 0.09 | 249.29 | 0.64 | 0.74 |
| Hex | A0 | 93 | E7 | 1F | 24 | 0 | 9 | F9 | 40 | 4A |
| Octal | 240 | 223 | 347 | 37 | 44 | 0 | 11 | 371 | 100 | 112 |
| Binary | 10100000 | 10010011 | 11100111 | 11111 | 100100 | 0 | 1001 | 11111001 | 1000000 | 1001010 |
Color Harmonies of #A093E7
Complementary color
Monochromatic Colors of #A093E7
Black with #A093E7
Text Example
Text Example
White with #A093E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A093E7; }
p { color: rgb(160,147,231); }
H1.HeaderClassName
{
color: #A093E7;
}
.AnyTagClassName
{
color: #A093E7;
}
</style>
background-color css
<style>
a { background-color: #A093E7; }
a { background-color: rgb(160,147,231); }
div.DivClassName
{
background-color: #A093E7;
}
.BgClassName
{
background-color: #A093E7;
}
</style>
border-color css
<style>
span { border-color: #A093E7; }
span { border-color: rgb(160,147,231); }
td.TdClassName
{
border-color: #A093E7;
}
.TagClassName
{
border-color: #A093E7;
}
</style>