Shades of Wistful #A192E9
Tints of Wistful #A192E9
RGB
CMYK
RGB Variations
Color information
#A192E9 (or 0xA192E9) is known color: Wistful. HEX triplet: A1, 92 and E9. RGB value is (161,146,233). Sum of RGB (Red+Green+Blue) = 161+146+233=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #A192E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A192E9 is #5E6D16. Grayscale: #A0A0A0. Windows color (decimal): -6188311 or 15307425. OLE color: 15307425.
HSL color Cylindrical-coordinate representation of color #A192E9: hue angle of 250.34º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A192E9 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 146 | 233 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.09 |
| HSL | 250.34º | 0.66% | 0.74% | - |
| HSV(B) | 250.34º | 0.37% | 0.91% | - |
| XYZ | 39.68 | 34.02 | 81.57 | - |
| YUV | 160.4 | 168.97 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 233 | 0.31 | 0.37 | 0 | 0.09 | 250.34 | 0.66 | 0.74 |
| Hex | A1 | 92 | E9 | 1F | 25 | 0 | 9 | FA | 42 | 4A |
| Octal | 241 | 222 | 351 | 37 | 45 | 0 | 11 | 372 | 102 | 112 |
| Binary | 10100001 | 10010010 | 11101001 | 11111 | 100101 | 0 | 1001 | 11111010 | 1000010 | 1001010 |
Color Harmonies of #A192E9
Complementary color
Monochromatic Colors of #A192E9
Black with #A192E9
Text Example
Text Example
White with #A192E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192E9; }
p { color: rgb(161,146,233); }
H1.HeaderClassName
{
color: #A192E9;
}
.AnyTagClassName
{
color: #A192E9;
}
</style>
background-color css
<style>
a { background-color: #A192E9; }
a { background-color: rgb(161,146,233); }
div.DivClassName
{
background-color: #A192E9;
}
.BgClassName
{
background-color: #A192E9;
}
</style>
border-color css
<style>
span { border-color: #A192E9; }
span { border-color: rgb(161,146,233); }
td.TdClassName
{
border-color: #A192E9;
}
.TagClassName
{
border-color: #A192E9;
}
</style>