Shades of Wistful #A194ED
Tints of Wistful #A194ED
RGB
CMYK
RGB Variations
Color information
#A194ED (or 0xA194ED) is known color: Wistful. HEX triplet: A1, 94 and ED. RGB value is (161,148,237). Sum of RGB (Red+Green+Blue) = 161+148+237=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #A194ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A194ED is #5E6B12. Grayscale: #A1A1A1. Windows color (decimal): -6187795 or 15570081. OLE color: 15570081.
HSL color Cylindrical-coordinate representation of color #A194ED: hue angle of 248.76º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A194ED is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 148 | 237 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.07 |
| HSL | 248.76º | 0.71% | 0.75% | - |
| HSV(B) | 248.76º | 0.38% | 0.93% | - |
| XYZ | 40.57 | 34.87 | 84.71 | - |
| YUV | 162.03 | 170.31 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 237 | 0.32 | 0.38 | 0 | 0.07 | 248.76 | 0.71 | 0.75 |
| Hex | A1 | 94 | ED | 20 | 26 | 0 | 7 | F9 | 47 | 4B |
| Octal | 241 | 224 | 355 | 40 | 46 | 0 | 7 | 371 | 107 | 113 |
| Binary | 10100001 | 10010100 | 11101101 | 100000 | 100110 | 0 | 111 | 11111001 | 1000111 | 1001011 |
Color Harmonies of #A194ED
Complementary color
Monochromatic Colors of #A194ED
Black with #A194ED
Text Example
Text Example
White with #A194ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194ED; }
p { color: rgb(161,148,237); }
H1.HeaderClassName
{
color: #A194ED;
}
.AnyTagClassName
{
color: #A194ED;
}
</style>
background-color css
<style>
a { background-color: #A194ED; }
a { background-color: rgb(161,148,237); }
div.DivClassName
{
background-color: #A194ED;
}
.BgClassName
{
background-color: #A194ED;
}
</style>
border-color css
<style>
span { border-color: #A194ED; }
span { border-color: rgb(161,148,237); }
td.TdClassName
{
border-color: #A194ED;
}
.TagClassName
{
border-color: #A194ED;
}
</style>