Shades of Wistful #A296F6
Tints of Wistful #A296F6
RGB
CMYK
RGB Variations
Color information
#A296F6 (or 0xA296F6) is known color: Wistful. HEX triplet: A2, 96 and F6. RGB value is (162,150,246). Sum of RGB (Red+Green+Blue) = 162+150+246=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #A296F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A296F6 is #5D6909. Grayscale: #A4A4A4. Windows color (decimal): -6121738 or 16160418. OLE color: 16160418.
HSL color Cylindrical-coordinate representation of color #A296F6: hue angle of 247.5º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A296F6 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 150 | 246 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.04 |
| HSL | 247.5º | 0.84% | 0.78% | - |
| HSV(B) | 247.5º | 0.39% | 0.96% | - |
| XYZ | 42.44 | 36.15 | 91.93 | - |
| YUV | 164.53 | 173.98 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 246 | 0.34 | 0.39 | 0 | 0.04 | 247.5 | 0.84 | 0.78 |
| Hex | A2 | 96 | F6 | 22 | 27 | 0 | 4 | F8 | 54 | 4E |
| Octal | 242 | 226 | 366 | 42 | 47 | 0 | 4 | 370 | 124 | 116 |
| Binary | 10100010 | 10010110 | 11110110 | 100010 | 100111 | 0 | 100 | 11111000 | 1010100 | 1001110 |
Color Harmonies of #A296F6
Complementary color
Monochromatic Colors of #A296F6
Black with #A296F6
Text Example
Text Example
White with #A296F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296F6; }
p { color: rgb(162,150,246); }
H1.HeaderClassName
{
color: #A296F6;
}
.AnyTagClassName
{
color: #A296F6;
}
</style>
background-color css
<style>
a { background-color: #A296F6; }
a { background-color: rgb(162,150,246); }
div.DivClassName
{
background-color: #A296F6;
}
.BgClassName
{
background-color: #A296F6;
}
</style>
border-color css
<style>
span { border-color: #A296F6; }
span { border-color: rgb(162,150,246); }
td.TdClassName
{
border-color: #A296F6;
}
.TagClassName
{
border-color: #A296F6;
}
</style>