Shades of Wistful #A091DF
Tints of Wistful #A091DF
RGB
CMYK
RGB Variations
Color information
#A091DF (or 0xA091DF) is known color: Wistful. HEX triplet: A0, 91 and DF. RGB value is (160,145,223). Sum of RGB (Red+Green+Blue) = 160+145+223=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #A091DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091DF is #5F6E20. Grayscale: #9E9E9E. Windows color (decimal): -6254113 or 14651808. OLE color: 14651808.
HSL color Cylindrical-coordinate representation of color #A091DF: hue angle of 251.54º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A091DF is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 145 | 223 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.13 |
| HSL | 251.54º | 0.55% | 0.72% | - |
| HSV(B) | 251.54º | 0.35% | 0.87% | - |
| XYZ | 37.94 | 33.05 | 74.19 | - |
| YUV | 158.38 | 164.47 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 223 | 0.28 | 0.35 | 0 | 0.13 | 251.54 | 0.55 | 0.72 |
| Hex | A0 | 91 | DF | 1C | 23 | 0 | D | FC | 37 | 48 |
| Octal | 240 | 221 | 337 | 34 | 43 | 0 | 15 | 374 | 67 | 110 |
| Binary | 10100000 | 10010001 | 11011111 | 11100 | 100011 | 0 | 1101 | 11111100 | 110111 | 1001000 |
Color Harmonies of #A091DF
Complementary color
Monochromatic Colors of #A091DF
Black with #A091DF
Text Example
Text Example
White with #A091DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091DF; }
p { color: rgb(160,145,223); }
H1.HeaderClassName
{
color: #A091DF;
}
.AnyTagClassName
{
color: #A091DF;
}
</style>
background-color css
<style>
a { background-color: #A091DF; }
a { background-color: rgb(160,145,223); }
div.DivClassName
{
background-color: #A091DF;
}
.BgClassName
{
background-color: #A091DF;
}
</style>
border-color css
<style>
span { border-color: #A091DF; }
span { border-color: rgb(160,145,223); }
td.TdClassName
{
border-color: #A091DF;
}
.TagClassName
{
border-color: #A091DF;
}
</style>