Shades of Wistful #A092EE
Tints of Wistful #A092EE
RGB
CMYK
RGB Variations
Color information
#A092EE (or 0xA092EE) is known color: Wistful. HEX triplet: A0, 92 and EE. RGB value is (160,146,238). Sum of RGB (Red+Green+Blue) = 160+146+238=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #A092EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092EE is #5F6D11. Grayscale: #A0A0A0. Windows color (decimal): -6253842 or 15635104. OLE color: 15635104.
HSL color Cylindrical-coordinate representation of color #A092EE: hue angle of 249.13º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A092EE is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 146 | 238 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.07 |
| HSL | 249.13º | 0.73% | 0.75% | - |
| HSV(B) | 249.13º | 0.39% | 0.93% | - |
| XYZ | 40.21 | 34.2 | 85.37 | - |
| YUV | 160.67 | 171.64 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 238 | 0.33 | 0.39 | 0 | 0.07 | 249.13 | 0.73 | 0.75 |
| Hex | A0 | 92 | EE | 21 | 27 | 0 | 7 | F9 | 49 | 4B |
| Octal | 240 | 222 | 356 | 41 | 47 | 0 | 7 | 371 | 111 | 113 |
| Binary | 10100000 | 10010010 | 11101110 | 100001 | 100111 | 0 | 111 | 11111001 | 1001001 | 1001011 |
Color Harmonies of #A092EE
Complementary color
Monochromatic Colors of #A092EE
Black with #A092EE
Text Example
Text Example
White with #A092EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092EE; }
p { color: rgb(160,146,238); }
H1.HeaderClassName
{
color: #A092EE;
}
.AnyTagClassName
{
color: #A092EE;
}
</style>
background-color css
<style>
a { background-color: #A092EE; }
a { background-color: rgb(160,146,238); }
div.DivClassName
{
background-color: #A092EE;
}
.BgClassName
{
background-color: #A092EE;
}
</style>
border-color css
<style>
span { border-color: #A092EE; }
span { border-color: rgb(160,146,238); }
td.TdClassName
{
border-color: #A092EE;
}
.TagClassName
{
border-color: #A092EE;
}
</style>