Shades of Wistful #A395F0
Tints of Wistful #A395F0
RGB
CMYK
RGB Variations
Color information
#A395F0 (or 0xA395F0) is known color: Wistful. HEX triplet: A3, 95 and F0. RGB value is (163,149,240). Sum of RGB (Red+Green+Blue) = 163+149+240=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #A395F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A395F0 is #5C6A0F. Grayscale: #A3A3A3. Windows color (decimal): -6056464 or 15766947. OLE color: 15766947.
HSL color Cylindrical-coordinate representation of color #A395F0: hue angle of 249.23º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A395F0 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 149 | 240 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.06 |
| HSL | 249.23º | 0.75% | 0.76% | - |
| HSV(B) | 249.23º | 0.38% | 0.94% | - |
| XYZ | 41.58 | 35.57 | 87.11 | - |
| YUV | 163.56 | 171.14 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 240 | 0.32 | 0.38 | 0 | 0.06 | 249.23 | 0.75 | 0.76 |
| Hex | A3 | 95 | F0 | 20 | 26 | 0 | 6 | F9 | 4B | 4C |
| Octal | 243 | 225 | 360 | 40 | 46 | 0 | 6 | 371 | 113 | 114 |
| Binary | 10100011 | 10010101 | 11110000 | 100000 | 100110 | 0 | 110 | 11111001 | 1001011 | 1001100 |
Color Harmonies of #A395F0
Complementary color
Monochromatic Colors of #A395F0
Black with #A395F0
Text Example
Text Example
White with #A395F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A395F0; }
p { color: rgb(163,149,240); }
H1.HeaderClassName
{
color: #A395F0;
}
.AnyTagClassName
{
color: #A395F0;
}
</style>
background-color css
<style>
a { background-color: #A395F0; }
a { background-color: rgb(163,149,240); }
div.DivClassName
{
background-color: #A395F0;
}
.BgClassName
{
background-color: #A395F0;
}
</style>
border-color css
<style>
span { border-color: #A395F0; }
span { border-color: rgb(163,149,240); }
td.TdClassName
{
border-color: #A395F0;
}
.TagClassName
{
border-color: #A395F0;
}
</style>