Shades of Wistful #A192EC
Tints of Wistful #A192EC
RGB
CMYK
RGB Variations
Color information
#A192EC (or 0xA192EC) is known color: Wistful. HEX triplet: A1, 92 and EC. RGB value is (161,146,236). Sum of RGB (Red+Green+Blue) = 161+146+236=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #A192EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A192EC is #5E6D13. Grayscale: #A0A0A0. Windows color (decimal): -6188308 or 15504033. OLE color: 15504033.
HSL color Cylindrical-coordinate representation of color #A192EC: hue angle of 250º 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 #A192EC is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 146 | 236 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.07 |
| HSL | 250º | 0.7% | 0.75% | - |
| HSV(B) | 250º | 0.38% | 0.93% | - |
| XYZ | 40.12 | 34.19 | 83.84 | - |
| YUV | 160.75 | 170.47 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 236 | 0.32 | 0.38 | 0 | 0.07 | 250 | 0.7 | 0.75 |
| Hex | A1 | 92 | EC | 20 | 26 | 0 | 7 | FA | 46 | 4B |
| Octal | 241 | 222 | 354 | 40 | 46 | 0 | 7 | 372 | 106 | 113 |
| Binary | 10100001 | 10010010 | 11101100 | 100000 | 100110 | 0 | 111 | 11111010 | 1000110 | 1001011 |
Color Harmonies of #A192EC
Complementary color
Monochromatic Colors of #A192EC
Black with #A192EC
Text Example
Text Example
White with #A192EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192EC; }
p { color: rgb(161,146,236); }
H1.HeaderClassName
{
color: #A192EC;
}
.AnyTagClassName
{
color: #A192EC;
}
</style>
background-color css
<style>
a { background-color: #A192EC; }
a { background-color: rgb(161,146,236); }
div.DivClassName
{
background-color: #A192EC;
}
.BgClassName
{
background-color: #A192EC;
}
</style>
border-color css
<style>
span { border-color: #A192EC; }
span { border-color: rgb(161,146,236); }
td.TdClassName
{
border-color: #A192EC;
}
.TagClassName
{
border-color: #A192EC;
}
</style>