Shades of Wistful #A296D3
Tints of Wistful #A296D3
RGB
CMYK
RGB Variations
Color information
#A296D3 (or 0xA296D3) is known color: Wistful. HEX triplet: A2, 96 and D3. RGB value is (162,150,211). Sum of RGB (Red+Green+Blue) = 162+150+211=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 211 (82.81% from 255 or 40.34% from 523); Max value from RGB is 211 - color contains mainly: blue. Hex color #A296D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296D3 is #5D692C. Grayscale: #A0A0A0. Windows color (decimal): -6121773 or 13866658. OLE color: 13866658.
HSL color Cylindrical-coordinate representation of color #A296D3: hue angle of 251.8º 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 #A296D3 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 150 | 211 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.17 |
| HSL | 251.8º | 0.41% | 0.71% | - |
| HSV(B) | 251.8º | 0.29% | 0.83% | - |
| XYZ | 37.56 | 34.2 | 66.25 | - |
| YUV | 160.54 | 156.48 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 211 | 0.23 | 0.29 | 0 | 0.17 | 251.8 | 0.41 | 0.71 |
| Hex | A2 | 96 | D3 | 17 | 1D | 0 | 11 | FC | 29 | 47 |
| Octal | 242 | 226 | 323 | 27 | 35 | 0 | 21 | 374 | 51 | 107 |
| Binary | 10100010 | 10010110 | 11010011 | 10111 | 11101 | 0 | 10001 | 11111100 | 101001 | 1000111 |
Color Harmonies of #A296D3
Complementary color
Monochromatic Colors of #A296D3
Black with #A296D3
Text Example
Text Example
White with #A296D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296D3; }
p { color: rgb(162,150,211); }
H1.HeaderClassName
{
color: #A296D3;
}
.AnyTagClassName
{
color: #A296D3;
}
</style>
background-color css
<style>
a { background-color: #A296D3; }
a { background-color: rgb(162,150,211); }
div.DivClassName
{
background-color: #A296D3;
}
.BgClassName
{
background-color: #A296D3;
}
</style>
border-color css
<style>
span { border-color: #A296D3; }
span { border-color: rgb(162,150,211); }
td.TdClassName
{
border-color: #A296D3;
}
.TagClassName
{
border-color: #A296D3;
}
</style>