Shades of Wistful #A193EC
Tints of Wistful #A193EC
RGB
CMYK
RGB Variations
Color information
#A193EC (or 0xA193EC) is known color: Wistful. HEX triplet: A1, 93 and EC. RGB value is (161,147,236). Sum of RGB (Red+Green+Blue) = 161+147+236=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #A193EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A193EC is #5E6C13. Grayscale: #A0A0A0. Windows color (decimal): -6188052 or 15504289. OLE color: 15504289.
HSL color Cylindrical-coordinate representation of color #A193EC: hue angle of 249.44º degrees, saturation: 0.7, 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 #A193EC is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 147 | 236 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.07 |
| HSL | 249.44º | 0.7% | 0.75% | - |
| HSV(B) | 249.44º | 0.38% | 0.93% | - |
| XYZ | 40.27 | 34.5 | 83.89 | - |
| YUV | 161.33 | 170.14 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 236 | 0.32 | 0.38 | 0 | 0.07 | 249.44 | 0.7 | 0.75 |
| Hex | A1 | 93 | EC | 20 | 26 | 0 | 7 | F9 | 46 | 4B |
| Octal | 241 | 223 | 354 | 40 | 46 | 0 | 7 | 371 | 106 | 113 |
| Binary | 10100001 | 10010011 | 11101100 | 100000 | 100110 | 0 | 111 | 11111001 | 1000110 | 1001011 |
Color Harmonies of #A193EC
Complementary color
Monochromatic Colors of #A193EC
Black with #A193EC
Text Example
Text Example
White with #A193EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A193EC; }
p { color: rgb(161,147,236); }
H1.HeaderClassName
{
color: #A193EC;
}
.AnyTagClassName
{
color: #A193EC;
}
</style>
background-color css
<style>
a { background-color: #A193EC; }
a { background-color: rgb(161,147,236); }
div.DivClassName
{
background-color: #A193EC;
}
.BgClassName
{
background-color: #A193EC;
}
</style>
border-color css
<style>
span { border-color: #A193EC; }
span { border-color: rgb(161,147,236); }
td.TdClassName
{
border-color: #A193EC;
}
.TagClassName
{
border-color: #A193EC;
}
</style>