Shades of Wistful #A395EF
Tints of Wistful #A395EF
RGB
CMYK
RGB Variations
Color information
#A395EF (or 0xA395EF) is known color: Wistful. HEX triplet: A3, 95 and EF. RGB value is (163,149,239). Sum of RGB (Red+Green+Blue) = 163+149+239=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #A395EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A395EF is #5C6A10. Grayscale: #A3A3A3. Windows color (decimal): -6056465 or 15701411. OLE color: 15701411.
HSL color Cylindrical-coordinate representation of color #A395EF: hue angle of 249.33º degrees, saturation: 0.74, 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 #A395EF is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 149 | 239 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.06 |
| HSL | 249.33º | 0.74% | 0.76% | - |
| HSV(B) | 249.33º | 0.38% | 0.94% | - |
| XYZ | 41.43 | 35.51 | 86.33 | - |
| YUV | 163.45 | 170.64 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 239 | 0.32 | 0.38 | 0 | 0.06 | 249.33 | 0.74 | 0.76 |
| Hex | A3 | 95 | EF | 20 | 26 | 0 | 6 | F9 | 4A | 4C |
| Octal | 243 | 225 | 357 | 40 | 46 | 0 | 6 | 371 | 112 | 114 |
| Binary | 10100011 | 10010101 | 11101111 | 100000 | 100110 | 0 | 110 | 11111001 | 1001010 | 1001100 |
Color Harmonies of #A395EF
Complementary color
Monochromatic Colors of #A395EF
Black with #A395EF
Text Example
Text Example
White with #A395EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A395EF; }
p { color: rgb(163,149,239); }
H1.HeaderClassName
{
color: #A395EF;
}
.AnyTagClassName
{
color: #A395EF;
}
</style>
background-color css
<style>
a { background-color: #A395EF; }
a { background-color: rgb(163,149,239); }
div.DivClassName
{
background-color: #A395EF;
}
.BgClassName
{
background-color: #A395EF;
}
</style>
border-color css
<style>
span { border-color: #A395EF; }
span { border-color: rgb(163,149,239); }
td.TdClassName
{
border-color: #A395EF;
}
.TagClassName
{
border-color: #A395EF;
}
</style>