Shades of Wistful #A196D3
Tints of Wistful #A196D3
RGB
CMYK
RGB Variations
Color information
#A196D3 (or 0xA196D3) is known color: Wistful. HEX triplet: A1, 96 and D3. RGB value is (161,150,211). Sum of RGB (Red+Green+Blue) = 161+150+211=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 211 - color contains mainly: blue. Hex color #A196D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196D3 is #5E692C. Grayscale: #A0A0A0. Windows color (decimal): -6187309 or 13866657. OLE color: 13866657.
HSL color Cylindrical-coordinate representation of color #A196D3: hue angle of 250.82º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A196D3 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 150 | 211 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.17 |
| HSL | 250.82º | 0.41% | 0.71% | - |
| HSV(B) | 250.82º | 0.29% | 0.83% | - |
| XYZ | 37.36 | 34.09 | 66.24 | - |
| YUV | 160.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 211 | 0.24 | 0.29 | 0 | 0.17 | 250.82 | 0.41 | 0.71 |
| Hex | A1 | 96 | D3 | 18 | 1D | 0 | 11 | FB | 29 | 47 |
| Octal | 241 | 226 | 323 | 30 | 35 | 0 | 21 | 373 | 51 | 107 |
| Binary | 10100001 | 10010110 | 11010011 | 11000 | 11101 | 0 | 10001 | 11111011 | 101001 | 1000111 |
Color Harmonies of #A196D3
Complementary color
Monochromatic Colors of #A196D3
Black with #A196D3
Text Example
Text Example
White with #A196D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A196D3; }
p { color: rgb(161,150,211); }
H1.HeaderClassName
{
color: #A196D3;
}
.AnyTagClassName
{
color: #A196D3;
}
</style>
background-color css
<style>
a { background-color: #A196D3; }
a { background-color: rgb(161,150,211); }
div.DivClassName
{
background-color: #A196D3;
}
.BgClassName
{
background-color: #A196D3;
}
</style>
border-color css
<style>
span { border-color: #A196D3; }
span { border-color: rgb(161,150,211); }
td.TdClassName
{
border-color: #A196D3;
}
.TagClassName
{
border-color: #A196D3;
}
</style>