Shades of Wistful #A396DF
Tints of Wistful #A396DF
RGB
CMYK
RGB Variations
Color information
#A396DF (or 0xA396DF) is known color: Wistful. HEX triplet: A3, 96 and DF. RGB value is (163,150,223). Sum of RGB (Red+Green+Blue) = 163+150+223=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #A396DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396DF is #5C6920. Grayscale: #A1A1A1. Windows color (decimal): -6056225 or 14653091. OLE color: 14653091.
HSL color Cylindrical-coordinate representation of color #A396DF: hue angle of 250.68º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A396DF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 150 | 223 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.13 |
| HSL | 250.68º | 0.53% | 0.73% | - |
| HSV(B) | 250.68º | 0.33% | 0.87% | - |
| XYZ | 39.33 | 34.93 | 74.48 | - |
| YUV | 162.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 223 | 0.27 | 0.33 | 0 | 0.13 | 250.68 | 0.53 | 0.73 |
| Hex | A3 | 96 | DF | 1B | 21 | 0 | D | FB | 35 | 49 |
| Octal | 243 | 226 | 337 | 33 | 41 | 0 | 15 | 373 | 65 | 111 |
| Binary | 10100011 | 10010110 | 11011111 | 11011 | 100001 | 0 | 1101 | 11111011 | 110101 | 1001001 |
Color Harmonies of #A396DF
Complementary color
Monochromatic Colors of #A396DF
Black with #A396DF
Text Example
Text Example
White with #A396DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A396DF; }
p { color: rgb(163,150,223); }
H1.HeaderClassName
{
color: #A396DF;
}
.AnyTagClassName
{
color: #A396DF;
}
</style>
background-color css
<style>
a { background-color: #A396DF; }
a { background-color: rgb(163,150,223); }
div.DivClassName
{
background-color: #A396DF;
}
.BgClassName
{
background-color: #A396DF;
}
</style>
border-color css
<style>
span { border-color: #A396DF; }
span { border-color: rgb(163,150,223); }
td.TdClassName
{
border-color: #A396DF;
}
.TagClassName
{
border-color: #A396DF;
}
</style>