Shades of Wistful #A094EC
Tints of Wistful #A094EC
RGB
CMYK
RGB Variations
Color information
#A094EC (or 0xA094EC) is known color: Wistful. HEX triplet: A0, 94 and EC. RGB value is (160,148,236). Sum of RGB (Red+Green+Blue) = 160+148+236=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #A094EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A094EC is #5F6B13. Grayscale: #A1A1A1. Windows color (decimal): -6253332 or 15504544. OLE color: 15504544.
HSL color Cylindrical-coordinate representation of color #A094EC: hue angle of 248.18º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A094EC is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 148 | 236 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.07 |
| HSL | 248.18º | 0.7% | 0.75% | - |
| HSV(B) | 248.18º | 0.37% | 0.93% | - |
| XYZ | 40.23 | 34.71 | 83.94 | - |
| YUV | 161.62 | 169.98 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 236 | 0.32 | 0.37 | 0 | 0.07 | 248.18 | 0.7 | 0.75 |
| Hex | A0 | 94 | EC | 20 | 25 | 0 | 7 | F8 | 46 | 4B |
| Octal | 240 | 224 | 354 | 40 | 45 | 0 | 7 | 370 | 106 | 113 |
| Binary | 10100000 | 10010100 | 11101100 | 100000 | 100101 | 0 | 111 | 11111000 | 1000110 | 1001011 |
Color Harmonies of #A094EC
Complementary color
Monochromatic Colors of #A094EC
Black with #A094EC
Text Example
Text Example
White with #A094EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A094EC; }
p { color: rgb(160,148,236); }
H1.HeaderClassName
{
color: #A094EC;
}
.AnyTagClassName
{
color: #A094EC;
}
</style>
background-color css
<style>
a { background-color: #A094EC; }
a { background-color: rgb(160,148,236); }
div.DivClassName
{
background-color: #A094EC;
}
.BgClassName
{
background-color: #A094EC;
}
</style>
border-color css
<style>
span { border-color: #A094EC; }
span { border-color: rgb(160,148,236); }
td.TdClassName
{
border-color: #A094EC;
}
.TagClassName
{
border-color: #A094EC;
}
</style>