Shades of Wistful #A094E1
Tints of Wistful #A094E1
RGB
CMYK
RGB Variations
Color information
#A094E1 (or 0xA094E1) is known color: Wistful. HEX triplet: A0, 94 and E1. RGB value is (160,148,225). Sum of RGB (Red+Green+Blue) = 160+148+225=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #A094E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094E1 is #5F6B1E. Grayscale: #A0A0A0. Windows color (decimal): -6253343 or 14783648. OLE color: 14783648.
HSL color Cylindrical-coordinate representation of color #A094E1: hue angle of 249.35º degrees, saturation: 0.56, 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 #A094E1 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 148 | 225 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.12 |
| HSL | 249.35º | 0.56% | 0.73% | - |
| HSV(B) | 249.35º | 0.34% | 0.88% | - |
| XYZ | 38.68 | 34.09 | 75.78 | - |
| YUV | 160.37 | 164.48 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 225 | 0.29 | 0.34 | 0 | 0.12 | 249.35 | 0.56 | 0.73 |
| Hex | A0 | 94 | E1 | 1D | 22 | 0 | C | F9 | 38 | 49 |
| Octal | 240 | 224 | 341 | 35 | 42 | 0 | 14 | 371 | 70 | 111 |
| Binary | 10100000 | 10010100 | 11100001 | 11101 | 100010 | 0 | 1100 | 11111001 | 111000 | 1001001 |
Color Harmonies of #A094E1
Complementary color
Monochromatic Colors of #A094E1
Black with #A094E1
Text Example
Text Example
White with #A094E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A094E1; }
p { color: rgb(160,148,225); }
H1.HeaderClassName
{
color: #A094E1;
}
.AnyTagClassName
{
color: #A094E1;
}
</style>
background-color css
<style>
a { background-color: #A094E1; }
a { background-color: rgb(160,148,225); }
div.DivClassName
{
background-color: #A094E1;
}
.BgClassName
{
background-color: #A094E1;
}
</style>
border-color css
<style>
span { border-color: #A094E1; }
span { border-color: rgb(160,148,225); }
td.TdClassName
{
border-color: #A094E1;
}
.TagClassName
{
border-color: #A094E1;
}
</style>