Shades of Wistful #A094E0
Tints of Wistful #A094E0
RGB
CMYK
RGB Variations
Color information
#A094E0 (or 0xA094E0) is known color: Wistful. HEX triplet: A0, 94 and E0. RGB value is (160,148,224). Sum of RGB (Red+Green+Blue) = 160+148+224=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #A094E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094E0 is #5F6B1F. Grayscale: #9F9F9F. Windows color (decimal): -6253344 or 14718112. OLE color: 14718112.
HSL color Cylindrical-coordinate representation of color #A094E0: hue angle of 249.47º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A094E0 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 148 | 224 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.12 |
| HSL | 249.47º | 0.55% | 0.73% | - |
| HSV(B) | 249.47º | 0.34% | 0.88% | - |
| XYZ | 38.54 | 34.04 | 75.06 | - |
| YUV | 160.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 224 | 0.29 | 0.34 | 0 | 0.12 | 249.47 | 0.55 | 0.73 |
| Hex | A0 | 94 | E0 | 1D | 22 | 0 | C | F9 | 37 | 49 |
| Octal | 240 | 224 | 340 | 35 | 42 | 0 | 14 | 371 | 67 | 111 |
| Binary | 10100000 | 10010100 | 11100000 | 11101 | 100010 | 0 | 1100 | 11111001 | 110111 | 1001001 |
Color Harmonies of #A094E0
Complementary color
Monochromatic Colors of #A094E0
Black with #A094E0
Text Example
Text Example
White with #A094E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A094E0; }
p { color: rgb(160,148,224); }
H1.HeaderClassName
{
color: #A094E0;
}
.AnyTagClassName
{
color: #A094E0;
}
</style>
background-color css
<style>
a { background-color: #A094E0; }
a { background-color: rgb(160,148,224); }
div.DivClassName
{
background-color: #A094E0;
}
.BgClassName
{
background-color: #A094E0;
}
</style>
border-color css
<style>
span { border-color: #A094E0; }
span { border-color: rgb(160,148,224); }
td.TdClassName
{
border-color: #A094E0;
}
.TagClassName
{
border-color: #A094E0;
}
</style>