Shades of Wistful #A092F3
Tints of Wistful #A092F3
RGB
CMYK
RGB Variations
Color information
#A092F3 (or 0xA092F3) is known color: Wistful. HEX triplet: A0, 92 and F3. RGB value is (160,146,243). Sum of RGB (Red+Green+Blue) = 160+146+243=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #A092F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092F3 is #5F6D0C. Grayscale: #A0A0A0. Windows color (decimal): -6253837 or 15962784. OLE color: 15962784.
HSL color Cylindrical-coordinate representation of color #A092F3: hue angle of 248.66º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A092F3 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 146 | 243 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.05 |
| HSL | 248.66º | 0.8% | 0.76% | - |
| HSV(B) | 248.66º | 0.4% | 0.95% | - |
| XYZ | 40.95 | 34.5 | 89.3 | - |
| YUV | 161.24 | 174.14 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 243 | 0.34 | 0.40 | 0 | 0.05 | 248.66 | 0.8 | 0.76 |
| Hex | A0 | 92 | F3 | 22 | 28 | 0 | 5 | F9 | 50 | 4C |
| Octal | 240 | 222 | 363 | 42 | 50 | 0 | 5 | 371 | 120 | 114 |
| Binary | 10100000 | 10010010 | 11110011 | 100010 | 101000 | 0 | 101 | 11111001 | 1010000 | 1001100 |
Color Harmonies of #A092F3
Complementary color
Monochromatic Colors of #A092F3
Black with #A092F3
Text Example
Text Example
White with #A092F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092F3; }
p { color: rgb(160,146,243); }
H1.HeaderClassName
{
color: #A092F3;
}
.AnyTagClassName
{
color: #A092F3;
}
</style>
background-color css
<style>
a { background-color: #A092F3; }
a { background-color: rgb(160,146,243); }
div.DivClassName
{
background-color: #A092F3;
}
.BgClassName
{
background-color: #A092F3;
}
</style>
border-color css
<style>
span { border-color: #A092F3; }
span { border-color: rgb(160,146,243); }
td.TdClassName
{
border-color: #A092F3;
}
.TagClassName
{
border-color: #A092F3;
}
</style>