Shades of Wistful #A194F0
Tints of Wistful #A194F0
RGB
CMYK
RGB Variations
Color information
#A194F0 (or 0xA194F0) is known color: Wistful. HEX triplet: A1, 94 and F0. RGB value is (161,148,240). Sum of RGB (Red+Green+Blue) = 161+148+240=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #A194F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A194F0 is #5E6B0F. Grayscale: #A2A2A2. Windows color (decimal): -6187792 or 15766689. OLE color: 15766689.
HSL color Cylindrical-coordinate representation of color #A194F0: hue angle of 248.48º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A194F0 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 148 | 240 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.06 |
| HSL | 248.48º | 0.75% | 0.76% | - |
| HSV(B) | 248.48º | 0.38% | 0.94% | - |
| XYZ | 41.02 | 35.05 | 87.04 | - |
| YUV | 162.38 | 171.81 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 240 | 0.33 | 0.38 | 0 | 0.06 | 248.48 | 0.75 | 0.76 |
| Hex | A1 | 94 | F0 | 21 | 26 | 0 | 6 | F8 | 4B | 4C |
| Octal | 241 | 224 | 360 | 41 | 46 | 0 | 6 | 370 | 113 | 114 |
| Binary | 10100001 | 10010100 | 11110000 | 100001 | 100110 | 0 | 110 | 11111000 | 1001011 | 1001100 |
Color Harmonies of #A194F0
Complementary color
Monochromatic Colors of #A194F0
Black with #A194F0
Text Example
Text Example
White with #A194F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194F0; }
p { color: rgb(161,148,240); }
H1.HeaderClassName
{
color: #A194F0;
}
.AnyTagClassName
{
color: #A194F0;
}
</style>
background-color css
<style>
a { background-color: #A194F0; }
a { background-color: rgb(161,148,240); }
div.DivClassName
{
background-color: #A194F0;
}
.BgClassName
{
background-color: #A194F0;
}
</style>
border-color css
<style>
span { border-color: #A194F0; }
span { border-color: rgb(161,148,240); }
td.TdClassName
{
border-color: #A194F0;
}
.TagClassName
{
border-color: #A194F0;
}
</style>