Shades of Wistful #A092EC
Tints of Wistful #A092EC
RGB
CMYK
RGB Variations
Color information
#A092EC (or 0xA092EC) is known color: Wistful. HEX triplet: A0, 92 and EC. RGB value is (160,146,236). Sum of RGB (Red+Green+Blue) = 160+146+236=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #A092EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092EC is #5F6D13. Grayscale: #A0A0A0. Windows color (decimal): -6253844 or 15504032. OLE color: 15504032.
HSL color Cylindrical-coordinate representation of color #A092EC: hue angle of 249.33º 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 #A092EC is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 146 | 236 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.07 |
| HSL | 249.33º | 0.7% | 0.75% | - |
| HSV(B) | 249.33º | 0.38% | 0.93% | - |
| XYZ | 39.92 | 34.09 | 83.83 | - |
| YUV | 160.45 | 170.64 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 236 | 0.32 | 0.38 | 0 | 0.07 | 249.33 | 0.7 | 0.75 |
| Hex | A0 | 92 | EC | 20 | 26 | 0 | 7 | F9 | 46 | 4B |
| Octal | 240 | 222 | 354 | 40 | 46 | 0 | 7 | 371 | 106 | 113 |
| Binary | 10100000 | 10010010 | 11101100 | 100000 | 100110 | 0 | 111 | 11111001 | 1000110 | 1001011 |
Color Harmonies of #A092EC
Complementary color
Monochromatic Colors of #A092EC
Black with #A092EC
Text Example
Text Example
White with #A092EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092EC; }
p { color: rgb(160,146,236); }
H1.HeaderClassName
{
color: #A092EC;
}
.AnyTagClassName
{
color: #A092EC;
}
</style>
background-color css
<style>
a { background-color: #A092EC; }
a { background-color: rgb(160,146,236); }
div.DivClassName
{
background-color: #A092EC;
}
.BgClassName
{
background-color: #A092EC;
}
</style>
border-color css
<style>
span { border-color: #A092EC; }
span { border-color: rgb(160,146,236); }
td.TdClassName
{
border-color: #A092EC;
}
.TagClassName
{
border-color: #A092EC;
}
</style>