Shades of Wistful #A095EB
Tints of Wistful #A095EB
RGB
CMYK
RGB Variations
Color information
#A095EB (or 0xA095EB) is known color: Wistful. HEX triplet: A0, 95 and EB. RGB value is (160,149,235). Sum of RGB (Red+Green+Blue) = 160+149+235=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #A095EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095EB is #5F6A14. Grayscale: #A1A1A1. Windows color (decimal): -6253077 or 15439264. OLE color: 15439264.
HSL color Cylindrical-coordinate representation of color #A095EB: hue angle of 247.67º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A095EB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 149 | 235 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.08 |
| HSL | 247.67º | 0.68% | 0.75% | - |
| HSV(B) | 247.67º | 0.37% | 0.92% | - |
| XYZ | 40.24 | 34.97 | 83.23 | - |
| YUV | 162.09 | 169.14 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 235 | 0.32 | 0.37 | 0 | 0.08 | 247.67 | 0.68 | 0.75 |
| Hex | A0 | 95 | EB | 20 | 25 | 0 | 8 | F8 | 44 | 4B |
| Octal | 240 | 225 | 353 | 40 | 45 | 0 | 10 | 370 | 104 | 113 |
| Binary | 10100000 | 10010101 | 11101011 | 100000 | 100101 | 0 | 1000 | 11111000 | 1000100 | 1001011 |
Color Harmonies of #A095EB
Complementary color
Monochromatic Colors of #A095EB
Black with #A095EB
Text Example
Text Example
White with #A095EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A095EB; }
p { color: rgb(160,149,235); }
H1.HeaderClassName
{
color: #A095EB;
}
.AnyTagClassName
{
color: #A095EB;
}
</style>
background-color css
<style>
a { background-color: #A095EB; }
a { background-color: rgb(160,149,235); }
div.DivClassName
{
background-color: #A095EB;
}
.BgClassName
{
background-color: #A095EB;
}
</style>
border-color css
<style>
span { border-color: #A095EB; }
span { border-color: rgb(160,149,235); }
td.TdClassName
{
border-color: #A095EB;
}
.TagClassName
{
border-color: #A095EB;
}
</style>