Shades of Wistful #A296E2
Tints of Wistful #A296E2
RGB
CMYK
RGB Variations
Color information
#A296E2 (or 0xA296E2) is known color: Wistful. HEX triplet: A2, 96 and E2. RGB value is (162,150,226). Sum of RGB (Red+Green+Blue) = 162+150+226=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 226 (88.67% from 255 or 42.01% from 538); Max value from RGB is 226 - color contains mainly: blue. Hex color #A296E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296E2 is #5D691D. Grayscale: #A1A1A1. Windows color (decimal): -6121758 or 14849698. OLE color: 14849698.
HSL color Cylindrical-coordinate representation of color #A296E2: hue angle of 249.47º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A296E2 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 150 | 226 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.11 |
| HSL | 249.47º | 0.57% | 0.74% | - |
| HSV(B) | 249.47º | 0.34% | 0.89% | - |
| XYZ | 39.53 | 34.99 | 76.62 | - |
| YUV | 162.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 226 | 0.28 | 0.34 | 0 | 0.11 | 249.47 | 0.57 | 0.74 |
| Hex | A2 | 96 | E2 | 1C | 22 | 0 | B | F9 | 39 | 4A |
| Octal | 242 | 226 | 342 | 34 | 42 | 0 | 13 | 371 | 71 | 112 |
| Binary | 10100010 | 10010110 | 11100010 | 11100 | 100010 | 0 | 1011 | 11111001 | 111001 | 1001010 |
Color Harmonies of #A296E2
Complementary color
Monochromatic Colors of #A296E2
Black with #A296E2
Text Example
Text Example
White with #A296E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296E2; }
p { color: rgb(162,150,226); }
H1.HeaderClassName
{
color: #A296E2;
}
.AnyTagClassName
{
color: #A296E2;
}
</style>
background-color css
<style>
a { background-color: #A296E2; }
a { background-color: rgb(162,150,226); }
div.DivClassName
{
background-color: #A296E2;
}
.BgClassName
{
background-color: #A296E2;
}
</style>
border-color css
<style>
span { border-color: #A296E2; }
span { border-color: rgb(162,150,226); }
td.TdClassName
{
border-color: #A296E2;
}
.TagClassName
{
border-color: #A296E2;
}
</style>