Shades of Wistful #A090E9
Tints of Wistful #A090E9
RGB
CMYK
RGB Variations
Color information
#A090E9 (or 0xA090E9) is known color: Wistful. HEX triplet: A0, 90 and E9. RGB value is (160,144,233). Sum of RGB (Red+Green+Blue) = 160+144+233=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #A090E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A090E9 is #5F6F16. Grayscale: #9E9E9E. Windows color (decimal): -6254359 or 15306912. OLE color: 15306912.
HSL color Cylindrical-coordinate representation of color #A090E9: hue angle of 250.79º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A090E9 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 144 | 233 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.09 |
| HSL | 250.79º | 0.67% | 0.74% | - |
| HSV(B) | 250.79º | 0.38% | 0.91% | - |
| XYZ | 39.18 | 33.3 | 81.45 | - |
| YUV | 158.93 | 169.8 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 233 | 0.31 | 0.38 | 0 | 0.09 | 250.79 | 0.67 | 0.74 |
| Hex | A0 | 90 | E9 | 1F | 26 | 0 | 9 | FB | 43 | 4A |
| Octal | 240 | 220 | 351 | 37 | 46 | 0 | 11 | 373 | 103 | 112 |
| Binary | 10100000 | 10010000 | 11101001 | 11111 | 100110 | 0 | 1001 | 11111011 | 1000011 | 1001010 |
Color Harmonies of #A090E9
Complementary color
Monochromatic Colors of #A090E9
Black with #A090E9
Text Example
Text Example
White with #A090E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A090E9; }
p { color: rgb(160,144,233); }
H1.HeaderClassName
{
color: #A090E9;
}
.AnyTagClassName
{
color: #A090E9;
}
</style>
background-color css
<style>
a { background-color: #A090E9; }
a { background-color: rgb(160,144,233); }
div.DivClassName
{
background-color: #A090E9;
}
.BgClassName
{
background-color: #A090E9;
}
</style>
border-color css
<style>
span { border-color: #A090E9; }
span { border-color: rgb(160,144,233); }
td.TdClassName
{
border-color: #A090E9;
}
.TagClassName
{
border-color: #A090E9;
}
</style>