Shades of Wistful #A296E5
Tints of Wistful #A296E5
RGB
CMYK
RGB Variations
Color information
#A296E5 (or 0xA296E5) is known color: Wistful. HEX triplet: A2, 96 and E5. RGB value is (162,150,229). Sum of RGB (Red+Green+Blue) = 162+150+229=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #A296E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296E5 is #5D691A. Grayscale: #A2A2A2. Windows color (decimal): -6121755 or 15046306. OLE color: 15046306.
HSL color Cylindrical-coordinate representation of color #A296E5: hue angle of 249.11º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A296E5 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 150 | 229 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.10 |
| HSL | 249.11º | 0.6% | 0.74% | - |
| HSV(B) | 249.11º | 0.34% | 0.9% | - |
| XYZ | 39.95 | 35.15 | 78.81 | - |
| YUV | 162.59 | 165.48 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 229 | 0.29 | 0.34 | 0 | 0.10 | 249.11 | 0.6 | 0.74 |
| Hex | A2 | 96 | E5 | 1D | 22 | 0 | A | F9 | 3C | 4A |
| Octal | 242 | 226 | 345 | 35 | 42 | 0 | 12 | 371 | 74 | 112 |
| Binary | 10100010 | 10010110 | 11100101 | 11101 | 100010 | 0 | 1010 | 11111001 | 111100 | 1001010 |
Color Harmonies of #A296E5
Complementary color
Monochromatic Colors of #A296E5
Black with #A296E5
Text Example
Text Example
White with #A296E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296E5; }
p { color: rgb(162,150,229); }
H1.HeaderClassName
{
color: #A296E5;
}
.AnyTagClassName
{
color: #A296E5;
}
</style>
background-color css
<style>
a { background-color: #A296E5; }
a { background-color: rgb(162,150,229); }
div.DivClassName
{
background-color: #A296E5;
}
.BgClassName
{
background-color: #A296E5;
}
</style>
border-color css
<style>
span { border-color: #A296E5; }
span { border-color: rgb(162,150,229); }
td.TdClassName
{
border-color: #A296E5;
}
.TagClassName
{
border-color: #A296E5;
}
</style>