Shades of Wistful #A092F0
Tints of Wistful #A092F0
RGB
CMYK
RGB Variations
Color information
#A092F0 (or 0xA092F0) is known color: Wistful. HEX triplet: A0, 92 and F0. RGB value is (160,146,240). Sum of RGB (Red+Green+Blue) = 160+146+240=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #A092F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092F0 is #5F6D0F. Grayscale: #A0A0A0. Windows color (decimal): -6253840 or 15766176. OLE color: 15766176.
HSL color Cylindrical-coordinate representation of color #A092F0: hue angle of 248.94º 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 #A092F0 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 146 | 240 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.06 |
| HSL | 248.94º | 0.76% | 0.76% | - |
| HSV(B) | 248.94º | 0.39% | 0.94% | - |
| XYZ | 40.5 | 34.32 | 86.93 | - |
| YUV | 160.9 | 172.64 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 240 | 0.33 | 0.39 | 0 | 0.06 | 248.94 | 0.76 | 0.76 |
| Hex | A0 | 92 | F0 | 21 | 27 | 0 | 6 | F9 | 4C | 4C |
| Octal | 240 | 222 | 360 | 41 | 47 | 0 | 6 | 371 | 114 | 114 |
| Binary | 10100000 | 10010010 | 11110000 | 100001 | 100111 | 0 | 110 | 11111001 | 1001100 | 1001100 |
Color Harmonies of #A092F0
Complementary color
Monochromatic Colors of #A092F0
Black with #A092F0
Text Example
Text Example
White with #A092F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092F0; }
p { color: rgb(160,146,240); }
H1.HeaderClassName
{
color: #A092F0;
}
.AnyTagClassName
{
color: #A092F0;
}
</style>
background-color css
<style>
a { background-color: #A092F0; }
a { background-color: rgb(160,146,240); }
div.DivClassName
{
background-color: #A092F0;
}
.BgClassName
{
background-color: #A092F0;
}
</style>
border-color css
<style>
span { border-color: #A092F0; }
span { border-color: rgb(160,146,240); }
td.TdClassName
{
border-color: #A092F0;
}
.TagClassName
{
border-color: #A092F0;
}
</style>