Shades of Wistful #A095F9
Tints of Wistful #A095F9
RGB
CMYK
RGB Variations
Color information
#A095F9 (or 0xA095F9) is known color: Wistful. HEX triplet: A0, 95 and F9. RGB value is (160,149,249). Sum of RGB (Red+Green+Blue) = 160+149+249=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #A095F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095F9 is #5F6A06. Grayscale: #A3A3A3. Windows color (decimal): -6253063 or 16356768. OLE color: 16356768.
HSL color Cylindrical-coordinate representation of color #A095F9: hue angle of 246.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A095F9 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 149 | 249 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.02 |
| HSL | 246.6º | 0.89% | 0.78% | - |
| HSV(B) | 246.6º | 0.4% | 0.98% | - |
| XYZ | 42.34 | 35.81 | 94.3 | - |
| YUV | 163.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 249 | 0.36 | 0.40 | 0 | 0.02 | 246.6 | 0.89 | 0.78 |
| Hex | A0 | 95 | F9 | 24 | 28 | 0 | 2 | F7 | 59 | 4E |
| Octal | 240 | 225 | 371 | 44 | 50 | 0 | 2 | 367 | 131 | 116 |
| Binary | 10100000 | 10010101 | 11111001 | 100100 | 101000 | 0 | 10 | 11110111 | 1011001 | 1001110 |
Color Harmonies of #A095F9
Complementary color
Monochromatic Colors of #A095F9
Black with #A095F9
Text Example
Text Example
White with #A095F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A095F9; }
p { color: rgb(160,149,249); }
H1.HeaderClassName
{
color: #A095F9;
}
.AnyTagClassName
{
color: #A095F9;
}
</style>
background-color css
<style>
a { background-color: #A095F9; }
a { background-color: rgb(160,149,249); }
div.DivClassName
{
background-color: #A095F9;
}
.BgClassName
{
background-color: #A095F9;
}
</style>
border-color css
<style>
span { border-color: #A095F9; }
span { border-color: rgb(160,149,249); }
td.TdClassName
{
border-color: #A095F9;
}
.TagClassName
{
border-color: #A095F9;
}
</style>