Shades of Wistful #A396D9
Tints of Wistful #A396D9
RGB
CMYK
RGB Variations
Color information
#A396D9 (or 0xA396D9) is known color: Wistful. HEX triplet: A3, 96 and D9. RGB value is (163,150,217). Sum of RGB (Red+Green+Blue) = 163+150+217=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 217 - color contains mainly: blue. Hex color #A396D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396D9 is #5C6926. Grayscale: #A1A1A1. Windows color (decimal): -6056231 or 14259875. OLE color: 14259875.
HSL color Cylindrical-coordinate representation of color #A396D9: hue angle of 251.64º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A396D9 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 150 | 217 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.15 |
| HSL | 251.64º | 0.47% | 0.72% | - |
| HSV(B) | 251.64º | 0.31% | 0.85% | - |
| XYZ | 38.53 | 34.61 | 70.29 | - |
| YUV | 161.53 | 159.31 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 217 | 0.25 | 0.31 | 0 | 0.15 | 251.64 | 0.47 | 0.72 |
| Hex | A3 | 96 | D9 | 19 | 1F | 0 | F | FC | 2F | 48 |
| Octal | 243 | 226 | 331 | 31 | 37 | 0 | 17 | 374 | 57 | 110 |
| Binary | 10100011 | 10010110 | 11011001 | 11001 | 11111 | 0 | 1111 | 11111100 | 101111 | 1001000 |
Color Harmonies of #A396D9
Complementary color
Monochromatic Colors of #A396D9
Black with #A396D9
Text Example
Text Example
White with #A396D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A396D9; }
p { color: rgb(163,150,217); }
H1.HeaderClassName
{
color: #A396D9;
}
.AnyTagClassName
{
color: #A396D9;
}
</style>
background-color css
<style>
a { background-color: #A396D9; }
a { background-color: rgb(163,150,217); }
div.DivClassName
{
background-color: #A396D9;
}
.BgClassName
{
background-color: #A396D9;
}
</style>
border-color css
<style>
span { border-color: #A396D9; }
span { border-color: rgb(163,150,217); }
td.TdClassName
{
border-color: #A396D9;
}
.TagClassName
{
border-color: #A396D9;
}
</style>