Shades of Wistful #A194EA
Tints of Wistful #A194EA
RGB
CMYK
RGB Variations
Color information
#A194EA (or 0xA194EA) is known color: Wistful. HEX triplet: A1, 94 and EA. RGB value is (161,148,234). Sum of RGB (Red+Green+Blue) = 161+148+234=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #A194EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A194EA is #5E6B15. Grayscale: #A1A1A1. Windows color (decimal): -6187798 or 15373473. OLE color: 15373473.
HSL color Cylindrical-coordinate representation of color #A194EA: hue angle of 249.07º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A194EA is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 148 | 234 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.08 |
| HSL | 249.07º | 0.67% | 0.75% | - |
| HSV(B) | 249.07º | 0.37% | 0.92% | - |
| XYZ | 40.14 | 34.7 | 82.42 | - |
| YUV | 161.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 234 | 0.31 | 0.37 | 0 | 0.08 | 249.07 | 0.67 | 0.75 |
| Hex | A1 | 94 | EA | 1F | 25 | 0 | 8 | F9 | 43 | 4B |
| Octal | 241 | 224 | 352 | 37 | 45 | 0 | 10 | 371 | 103 | 113 |
| Binary | 10100001 | 10010100 | 11101010 | 11111 | 100101 | 0 | 1000 | 11111001 | 1000011 | 1001011 |
Color Harmonies of #A194EA
Complementary color
Monochromatic Colors of #A194EA
Black with #A194EA
Text Example
Text Example
White with #A194EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194EA; }
p { color: rgb(161,148,234); }
H1.HeaderClassName
{
color: #A194EA;
}
.AnyTagClassName
{
color: #A194EA;
}
</style>
background-color css
<style>
a { background-color: #A194EA; }
a { background-color: rgb(161,148,234); }
div.DivClassName
{
background-color: #A194EA;
}
.BgClassName
{
background-color: #A194EA;
}
</style>
border-color css
<style>
span { border-color: #A194EA; }
span { border-color: rgb(161,148,234); }
td.TdClassName
{
border-color: #A194EA;
}
.TagClassName
{
border-color: #A194EA;
}
</style>