Shades of Wistful #A095DF
Tints of Wistful #A095DF
RGB
CMYK
RGB Variations
Color information
#A095DF (or 0xA095DF) is known color: Wistful. HEX triplet: A0, 95 and DF. RGB value is (160,149,223). Sum of RGB (Red+Green+Blue) = 160+149+223=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #A095DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095DF is #5F6A20. Grayscale: #A0A0A0. Windows color (decimal): -6253089 or 14652832. OLE color: 14652832.
HSL color Cylindrical-coordinate representation of color #A095DF: hue angle of 248.92º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A095DF is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 149 | 223 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.13 |
| HSL | 248.92º | 0.54% | 0.73% | - |
| HSV(B) | 248.92º | 0.33% | 0.87% | - |
| XYZ | 38.56 | 34.3 | 74.4 | - |
| YUV | 160.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 223 | 0.28 | 0.33 | 0 | 0.13 | 248.92 | 0.54 | 0.73 |
| Hex | A0 | 95 | DF | 1C | 21 | 0 | D | F9 | 36 | 49 |
| Octal | 240 | 225 | 337 | 34 | 41 | 0 | 15 | 371 | 66 | 111 |
| Binary | 10100000 | 10010101 | 11011111 | 11100 | 100001 | 0 | 1101 | 11111001 | 110110 | 1001001 |
Color Harmonies of #A095DF
Complementary color
Monochromatic Colors of #A095DF
Black with #A095DF
Text Example
Text Example
White with #A095DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A095DF; }
p { color: rgb(160,149,223); }
H1.HeaderClassName
{
color: #A095DF;
}
.AnyTagClassName
{
color: #A095DF;
}
</style>
background-color css
<style>
a { background-color: #A095DF; }
a { background-color: rgb(160,149,223); }
div.DivClassName
{
background-color: #A095DF;
}
.BgClassName
{
background-color: #A095DF;
}
</style>
border-color css
<style>
span { border-color: #A095DF; }
span { border-color: rgb(160,149,223); }
td.TdClassName
{
border-color: #A095DF;
}
.TagClassName
{
border-color: #A095DF;
}
</style>