Shades of Wistful #A095E2
Tints of Wistful #A095E2
RGB
CMYK
RGB Variations
Color information
#A095E2 (or 0xA095E2) is known color: Wistful. HEX triplet: A0, 95 and E2. RGB value is (160,149,226). Sum of RGB (Red+Green+Blue) = 160+149+226=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #A095E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095E2 is #5F6A1D. Grayscale: #A0A0A0. Windows color (decimal): -6253086 or 14849440. OLE color: 14849440.
HSL color Cylindrical-coordinate representation of color #A095E2: hue angle of 248.57º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A095E2 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 149 | 226 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.11 |
| HSL | 248.57º | 0.57% | 0.74% | - |
| HSV(B) | 248.57º | 0.34% | 0.89% | - |
| XYZ | 38.97 | 34.46 | 76.55 | - |
| YUV | 161.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 226 | 0.29 | 0.34 | 0 | 0.11 | 248.57 | 0.57 | 0.74 |
| Hex | A0 | 95 | E2 | 1D | 22 | 0 | B | F9 | 39 | 4A |
| Octal | 240 | 225 | 342 | 35 | 42 | 0 | 13 | 371 | 71 | 112 |
| Binary | 10100000 | 10010101 | 11100010 | 11101 | 100010 | 0 | 1011 | 11111001 | 111001 | 1001010 |
Color Harmonies of #A095E2
Complementary color
Monochromatic Colors of #A095E2
Black with #A095E2
Text Example
Text Example
White with #A095E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A095E2; }
p { color: rgb(160,149,226); }
H1.HeaderClassName
{
color: #A095E2;
}
.AnyTagClassName
{
color: #A095E2;
}
</style>
background-color css
<style>
a { background-color: #A095E2; }
a { background-color: rgb(160,149,226); }
div.DivClassName
{
background-color: #A095E2;
}
.BgClassName
{
background-color: #A095E2;
}
</style>
border-color css
<style>
span { border-color: #A095E2; }
span { border-color: rgb(160,149,226); }
td.TdClassName
{
border-color: #A095E2;
}
.TagClassName
{
border-color: #A095E2;
}
</style>