Shades of Wistful #A095EC
Tints of Wistful #A095EC
RGB
CMYK
RGB Variations
Color information
#A095EC (or 0xA095EC) is known color: Wistful. HEX triplet: A0, 95 and EC. RGB value is (160,149,236). Sum of RGB (Red+Green+Blue) = 160+149+236=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #A095EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095EC is #5F6A13. Grayscale: #A1A1A1. Windows color (decimal): -6253076 or 15504800. OLE color: 15504800.
HSL color Cylindrical-coordinate representation of color #A095EC: hue angle of 247.59º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A095EC is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 149 | 236 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.07 |
| HSL | 247.59º | 0.7% | 0.75% | - |
| HSV(B) | 247.59º | 0.37% | 0.93% | - |
| XYZ | 40.38 | 35.02 | 83.99 | - |
| YUV | 162.21 | 169.64 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 236 | 0.32 | 0.37 | 0 | 0.07 | 247.59 | 0.7 | 0.75 |
| Hex | A0 | 95 | EC | 20 | 25 | 0 | 7 | F8 | 46 | 4B |
| Octal | 240 | 225 | 354 | 40 | 45 | 0 | 7 | 370 | 106 | 113 |
| Binary | 10100000 | 10010101 | 11101100 | 100000 | 100101 | 0 | 111 | 11111000 | 1000110 | 1001011 |
Color Harmonies of #A095EC
Complementary color
Monochromatic Colors of #A095EC
Black with #A095EC
Text Example
Text Example
White with #A095EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A095EC; }
p { color: rgb(160,149,236); }
H1.HeaderClassName
{
color: #A095EC;
}
.AnyTagClassName
{
color: #A095EC;
}
</style>
background-color css
<style>
a { background-color: #A095EC; }
a { background-color: rgb(160,149,236); }
div.DivClassName
{
background-color: #A095EC;
}
.BgClassName
{
background-color: #A095EC;
}
</style>
border-color css
<style>
span { border-color: #A095EC; }
span { border-color: rgb(160,149,236); }
td.TdClassName
{
border-color: #A095EC;
}
.TagClassName
{
border-color: #A095EC;
}
</style>