Shades of Wistful #A192F0
Tints of Wistful #A192F0
RGB
CMYK
RGB Variations
Color information
#A192F0 (or 0xA192F0) is known color: Wistful. HEX triplet: A1, 92 and F0. RGB value is (161,146,240). Sum of RGB (Red+Green+Blue) = 161+146+240=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #A192F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A192F0 is #5E6D0F. Grayscale: #A0A0A0. Windows color (decimal): -6188304 or 15766177. OLE color: 15766177.
HSL color Cylindrical-coordinate representation of color #A192F0: hue angle of 249.57º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A192F0 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 146 | 240 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.06 |
| HSL | 249.57º | 0.76% | 0.76% | - |
| HSV(B) | 249.57º | 0.39% | 0.94% | - |
| XYZ | 40.71 | 34.43 | 86.94 | - |
| YUV | 161.2 | 172.47 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 240 | 0.33 | 0.39 | 0 | 0.06 | 249.57 | 0.76 | 0.76 |
| Hex | A1 | 92 | F0 | 21 | 27 | 0 | 6 | FA | 4C | 4C |
| Octal | 241 | 222 | 360 | 41 | 47 | 0 | 6 | 372 | 114 | 114 |
| Binary | 10100001 | 10010010 | 11110000 | 100001 | 100111 | 0 | 110 | 11111010 | 1001100 | 1001100 |
Color Harmonies of #A192F0
Complementary color
Monochromatic Colors of #A192F0
Black with #A192F0
Text Example
Text Example
White with #A192F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192F0; }
p { color: rgb(161,146,240); }
H1.HeaderClassName
{
color: #A192F0;
}
.AnyTagClassName
{
color: #A192F0;
}
</style>
background-color css
<style>
a { background-color: #A192F0; }
a { background-color: rgb(161,146,240); }
div.DivClassName
{
background-color: #A192F0;
}
.BgClassName
{
background-color: #A192F0;
}
</style>
border-color css
<style>
span { border-color: #A192F0; }
span { border-color: rgb(161,146,240); }
td.TdClassName
{
border-color: #A192F0;
}
.TagClassName
{
border-color: #A192F0;
}
</style>