Shades of Wistful #A092E1
Tints of Wistful #A092E1
RGB
CMYK
RGB Variations
Color information
#A092E1 (or 0xA092E1) is known color: Wistful. HEX triplet: A0, 92 and E1. RGB value is (160,146,225). Sum of RGB (Red+Green+Blue) = 160+146+225=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #A092E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092E1 is #5F6D1E. Grayscale: #9E9E9E. Windows color (decimal): -6253855 or 14783136. OLE color: 14783136.
HSL color Cylindrical-coordinate representation of color #A092E1: hue angle of 250.63º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A092E1 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 146 | 225 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.12 |
| HSL | 250.63º | 0.57% | 0.73% | - |
| HSV(B) | 250.63º | 0.35% | 0.88% | - |
| XYZ | 38.37 | 33.47 | 75.67 | - |
| YUV | 159.19 | 165.14 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 225 | 0.29 | 0.35 | 0 | 0.12 | 250.63 | 0.57 | 0.73 |
| Hex | A0 | 92 | E1 | 1D | 23 | 0 | C | FB | 39 | 49 |
| Octal | 240 | 222 | 341 | 35 | 43 | 0 | 14 | 373 | 71 | 111 |
| Binary | 10100000 | 10010010 | 11100001 | 11101 | 100011 | 0 | 1100 | 11111011 | 111001 | 1001001 |
Color Harmonies of #A092E1
Complementary color
Monochromatic Colors of #A092E1
Black with #A092E1
Text Example
Text Example
White with #A092E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092E1; }
p { color: rgb(160,146,225); }
H1.HeaderClassName
{
color: #A092E1;
}
.AnyTagClassName
{
color: #A092E1;
}
</style>
background-color css
<style>
a { background-color: #A092E1; }
a { background-color: rgb(160,146,225); }
div.DivClassName
{
background-color: #A092E1;
}
.BgClassName
{
background-color: #A092E1;
}
</style>
border-color css
<style>
span { border-color: #A092E1; }
span { border-color: rgb(160,146,225); }
td.TdClassName
{
border-color: #A092E1;
}
.TagClassName
{
border-color: #A092E1;
}
</style>