Shades of Wistful #A091E1
Tints of Wistful #A091E1
RGB
CMYK
RGB Variations
Color information
#A091E1 (or 0xA091E1) is known color: Wistful. HEX triplet: A0, 91 and E1. RGB value is (160,145,225). Sum of RGB (Red+Green+Blue) = 160+145+225=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #A091E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091E1 is #5F6E1E. Grayscale: #9E9E9E. Windows color (decimal): -6254111 or 14782880. OLE color: 14782880.
HSL color Cylindrical-coordinate representation of color #A091E1: hue angle of 251.25º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A091E1 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 145 | 225 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.12 |
| HSL | 251.25º | 0.57% | 0.73% | - |
| HSV(B) | 251.25º | 0.36% | 0.88% | - |
| XYZ | 38.21 | 33.16 | 75.62 | - |
| YUV | 158.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 225 | 0.29 | 0.36 | 0 | 0.12 | 251.25 | 0.57 | 0.73 |
| Hex | A0 | 91 | E1 | 1D | 24 | 0 | C | FB | 39 | 49 |
| Octal | 240 | 221 | 341 | 35 | 44 | 0 | 14 | 373 | 71 | 111 |
| Binary | 10100000 | 10010001 | 11100001 | 11101 | 100100 | 0 | 1100 | 11111011 | 111001 | 1001001 |
Color Harmonies of #A091E1
Complementary color
Monochromatic Colors of #A091E1
Black with #A091E1
Text Example
Text Example
White with #A091E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091E1; }
p { color: rgb(160,145,225); }
H1.HeaderClassName
{
color: #A091E1;
}
.AnyTagClassName
{
color: #A091E1;
}
</style>
background-color css
<style>
a { background-color: #A091E1; }
a { background-color: rgb(160,145,225); }
div.DivClassName
{
background-color: #A091E1;
}
.BgClassName
{
background-color: #A091E1;
}
</style>
border-color css
<style>
span { border-color: #A091E1; }
span { border-color: rgb(160,145,225); }
td.TdClassName
{
border-color: #A091E1;
}
.TagClassName
{
border-color: #A091E1;
}
</style>