Shades of Wistful #A395D6
Tints of Wistful #A395D6
RGB
CMYK
RGB Variations
Color information
#A395D6 (or 0xA395D6) is known color: Wistful. HEX triplet: A3, 95 and D6. RGB value is (163,149,214). Sum of RGB (Red+Green+Blue) = 163+149+214=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #A395D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395D6 is #5C6A29. Grayscale: #A0A0A0. Windows color (decimal): -6056490 or 14063011. OLE color: 14063011.
HSL color Cylindrical-coordinate representation of color #A395D6: hue angle of 252.92º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A395D6 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 149 | 214 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.16 |
| HSL | 252.92º | 0.44% | 0.71% | - |
| HSV(B) | 252.92º | 0.3% | 0.84% | - |
| XYZ | 37.99 | 34.14 | 68.21 | - |
| YUV | 160.6 | 158.14 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 214 | 0.24 | 0.30 | 0 | 0.16 | 252.92 | 0.44 | 0.71 |
| Hex | A3 | 95 | D6 | 18 | 1E | 0 | 10 | FD | 2C | 47 |
| Octal | 243 | 225 | 326 | 30 | 36 | 0 | 20 | 375 | 54 | 107 |
| Binary | 10100011 | 10010101 | 11010110 | 11000 | 11110 | 0 | 10000 | 11111101 | 101100 | 1000111 |
Color Harmonies of #A395D6
Complementary color
Monochromatic Colors of #A395D6
Black with #A395D6
Text Example
Text Example
White with #A395D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A395D6; }
p { color: rgb(163,149,214); }
H1.HeaderClassName
{
color: #A395D6;
}
.AnyTagClassName
{
color: #A395D6;
}
</style>
background-color css
<style>
a { background-color: #A395D6; }
a { background-color: rgb(163,149,214); }
div.DivClassName
{
background-color: #A395D6;
}
.BgClassName
{
background-color: #A395D6;
}
</style>
border-color css
<style>
span { border-color: #A395D6; }
span { border-color: rgb(163,149,214); }
td.TdClassName
{
border-color: #A395D6;
}
.TagClassName
{
border-color: #A395D6;
}
</style>