Shades of Wistful #A095CF
Tints of Wistful #A095CF
RGB
CMYK
RGB Variations
Color information
#A095CF (or 0xA095CF) is known color: Wistful. HEX triplet: A0, 95 and CF. RGB value is (160,149,207). Sum of RGB (Red+Green+Blue) = 160+149+207=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #A095CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095CF is #5F6A30. Grayscale: #9E9E9E. Windows color (decimal): -6253105 or 13604256. OLE color: 13604256.
HSL color Cylindrical-coordinate representation of color #A095CF: hue angle of 251.38º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A095CF is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 149 | 207 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.19 |
| HSL | 251.38º | 0.38% | 0.7% | - |
| HSV(B) | 251.38º | 0.28% | 0.81% | - |
| XYZ | 36.51 | 33.47 | 63.57 | - |
| YUV | 158.9 | 155.14 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 207 | 0.23 | 0.28 | 0 | 0.19 | 251.38 | 0.38 | 0.7 |
| Hex | A0 | 95 | CF | 17 | 1C | 0 | 13 | FB | 26 | 46 |
| Octal | 240 | 225 | 317 | 27 | 34 | 0 | 23 | 373 | 46 | 106 |
| Binary | 10100000 | 10010101 | 11001111 | 10111 | 11100 | 0 | 10011 | 11111011 | 100110 | 1000110 |
Color Harmonies of #A095CF
Complementary color
Monochromatic Colors of #A095CF
Black with #A095CF
Text Example
Text Example
White with #A095CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A095CF; }
p { color: rgb(160,149,207); }
H1.HeaderClassName
{
color: #A095CF;
}
.AnyTagClassName
{
color: #A095CF;
}
</style>
background-color css
<style>
a { background-color: #A095CF; }
a { background-color: rgb(160,149,207); }
div.DivClassName
{
background-color: #A095CF;
}
.BgClassName
{
background-color: #A095CF;
}
</style>
border-color css
<style>
span { border-color: #A095CF; }
span { border-color: rgb(160,149,207); }
td.TdClassName
{
border-color: #A095CF;
}
.TagClassName
{
border-color: #A095CF;
}
</style>