Shades of Wistful #A193EA
Tints of Wistful #A193EA
RGB
CMYK
RGB Variations
Color information
#A193EA (or 0xA193EA) is known color: Wistful. HEX triplet: A1, 93 and EA. RGB value is (161,147,234). Sum of RGB (Red+Green+Blue) = 161+147+234=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #A193EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A193EA is #5E6C15. Grayscale: #A0A0A0. Windows color (decimal): -6188054 or 15373217. OLE color: 15373217.
HSL color Cylindrical-coordinate representation of color #A193EA: hue angle of 249.66º 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 #A193EA is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 147 | 234 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.08 |
| HSL | 249.66º | 0.67% | 0.75% | - |
| HSV(B) | 249.66º | 0.37% | 0.92% | - |
| XYZ | 39.98 | 34.39 | 82.37 | - |
| YUV | 161.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 234 | 0.31 | 0.37 | 0 | 0.08 | 249.66 | 0.67 | 0.75 |
| Hex | A1 | 93 | EA | 1F | 25 | 0 | 8 | FA | 43 | 4B |
| Octal | 241 | 223 | 352 | 37 | 45 | 0 | 10 | 372 | 103 | 113 |
| Binary | 10100001 | 10010011 | 11101010 | 11111 | 100101 | 0 | 1000 | 11111010 | 1000011 | 1001011 |
Color Harmonies of #A193EA
Complementary color
Monochromatic Colors of #A193EA
Black with #A193EA
Text Example
Text Example
White with #A193EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A193EA; }
p { color: rgb(161,147,234); }
H1.HeaderClassName
{
color: #A193EA;
}
.AnyTagClassName
{
color: #A193EA;
}
</style>
background-color css
<style>
a { background-color: #A193EA; }
a { background-color: rgb(161,147,234); }
div.DivClassName
{
background-color: #A193EA;
}
.BgClassName
{
background-color: #A193EA;
}
</style>
border-color css
<style>
span { border-color: #A193EA; }
span { border-color: rgb(161,147,234); }
td.TdClassName
{
border-color: #A193EA;
}
.TagClassName
{
border-color: #A193EA;
}
</style>