Shades of Wistful #A395EE
Tints of Wistful #A395EE
RGB
CMYK
RGB Variations
Color information
#A395EE (or 0xA395EE) is known color: Wistful. HEX triplet: A3, 95 and EE. RGB value is (163,149,238). Sum of RGB (Red+Green+Blue) = 163+149+238=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #A395EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A395EE is #5C6A11. Grayscale: #A2A2A2. Windows color (decimal): -6056466 or 15635875. OLE color: 15635875.
HSL color Cylindrical-coordinate representation of color #A395EE: hue angle of 249.44º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A395EE is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 149 | 238 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.07 |
| HSL | 249.44º | 0.72% | 0.76% | - |
| HSV(B) | 249.44º | 0.37% | 0.93% | - |
| XYZ | 41.28 | 35.45 | 85.56 | - |
| YUV | 163.33 | 170.14 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 238 | 0.32 | 0.37 | 0 | 0.07 | 249.44 | 0.72 | 0.76 |
| Hex | A3 | 95 | EE | 20 | 25 | 0 | 7 | F9 | 48 | 4C |
| Octal | 243 | 225 | 356 | 40 | 45 | 0 | 7 | 371 | 110 | 114 |
| Binary | 10100011 | 10010101 | 11101110 | 100000 | 100101 | 0 | 111 | 11111001 | 1001000 | 1001100 |
Color Harmonies of #A395EE
Complementary color
Monochromatic Colors of #A395EE
Black with #A395EE
Text Example
Text Example
White with #A395EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A395EE; }
p { color: rgb(163,149,238); }
H1.HeaderClassName
{
color: #A395EE;
}
.AnyTagClassName
{
color: #A395EE;
}
</style>
background-color css
<style>
a { background-color: #A395EE; }
a { background-color: rgb(163,149,238); }
div.DivClassName
{
background-color: #A395EE;
}
.BgClassName
{
background-color: #A395EE;
}
</style>
border-color css
<style>
span { border-color: #A395EE; }
span { border-color: rgb(163,149,238); }
td.TdClassName
{
border-color: #A395EE;
}
.TagClassName
{
border-color: #A395EE;
}
</style>