Shades of Wistful #A092E5
Tints of Wistful #A092E5
RGB
CMYK
RGB Variations
Color information
#A092E5 (or 0xA092E5) is known color: Wistful. HEX triplet: A0, 92 and E5. RGB value is (160,146,229). Sum of RGB (Red+Green+Blue) = 160+146+229=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #A092E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092E5 is #5F6D1A. Grayscale: #9F9F9F. Windows color (decimal): -6253851 or 15045280. OLE color: 15045280.
HSL color Cylindrical-coordinate representation of color #A092E5: hue angle of 250.12º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A092E5 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 146 | 229 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.10 |
| HSL | 250.12º | 0.61% | 0.74% | - |
| HSV(B) | 250.12º | 0.36% | 0.9% | - |
| XYZ | 38.92 | 33.69 | 78.58 | - |
| YUV | 159.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 229 | 0.30 | 0.36 | 0 | 0.10 | 250.12 | 0.61 | 0.74 |
| Hex | A0 | 92 | E5 | 1E | 24 | 0 | A | FA | 3D | 4A |
| Octal | 240 | 222 | 345 | 36 | 44 | 0 | 12 | 372 | 75 | 112 |
| Binary | 10100000 | 10010010 | 11100101 | 11110 | 100100 | 0 | 1010 | 11111010 | 111101 | 1001010 |
Color Harmonies of #A092E5
Complementary color
Monochromatic Colors of #A092E5
Black with #A092E5
Text Example
Text Example
White with #A092E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092E5; }
p { color: rgb(160,146,229); }
H1.HeaderClassName
{
color: #A092E5;
}
.AnyTagClassName
{
color: #A092E5;
}
</style>
background-color css
<style>
a { background-color: #A092E5; }
a { background-color: rgb(160,146,229); }
div.DivClassName
{
background-color: #A092E5;
}
.BgClassName
{
background-color: #A092E5;
}
</style>
border-color css
<style>
span { border-color: #A092E5; }
span { border-color: rgb(160,146,229); }
td.TdClassName
{
border-color: #A092E5;
}
.TagClassName
{
border-color: #A092E5;
}
</style>