Shades of Wistful #A091CF
Tints of Wistful #A091CF
RGB
CMYK
RGB Variations
Color information
#A091CF (or 0xA091CF) is known color: Wistful. HEX triplet: A0, 91 and CF. RGB value is (160,145,207). Sum of RGB (Red+Green+Blue) = 160+145+207=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #A091CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091CF is #5F6E30. Grayscale: #9C9C9C. Windows color (decimal): -6254129 or 13603232. OLE color: 13603232.
HSL color Cylindrical-coordinate representation of color #A091CF: hue angle of 254.52º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A091CF is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 145 | 207 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.19 |
| HSL | 254.52º | 0.39% | 0.69% | - |
| HSV(B) | 254.52º | 0.3% | 0.81% | - |
| XYZ | 35.89 | 32.23 | 63.36 | - |
| YUV | 156.55 | 156.47 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 207 | 0.23 | 0.30 | 0 | 0.19 | 254.52 | 0.39 | 0.69 |
| Hex | A0 | 91 | CF | 17 | 1E | 0 | 13 | FF | 27 | 45 |
| Octal | 240 | 221 | 317 | 27 | 36 | 0 | 23 | 377 | 47 | 105 |
| Binary | 10100000 | 10010001 | 11001111 | 10111 | 11110 | 0 | 10011 | 11111111 | 100111 | 1000101 |
Color Harmonies of #A091CF
Complementary color
Monochromatic Colors of #A091CF
Black with #A091CF
Text Example
Text Example
White with #A091CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091CF; }
p { color: rgb(160,145,207); }
H1.HeaderClassName
{
color: #A091CF;
}
.AnyTagClassName
{
color: #A091CF;
}
</style>
background-color css
<style>
a { background-color: #A091CF; }
a { background-color: rgb(160,145,207); }
div.DivClassName
{
background-color: #A091CF;
}
.BgClassName
{
background-color: #A091CF;
}
</style>
border-color css
<style>
span { border-color: #A091CF; }
span { border-color: rgb(160,145,207); }
td.TdClassName
{
border-color: #A091CF;
}
.TagClassName
{
border-color: #A091CF;
}
</style>