Shades of Wistful #A295F6
Tints of Wistful #A295F6
RGB
CMYK
RGB Variations
Color information
#A295F6 (or 0xA295F6) is known color: Wistful. HEX triplet: A2, 95 and F6. RGB value is (162,149,246). Sum of RGB (Red+Green+Blue) = 162+149+246=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #A295F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A295F6 is #5D6A09. Grayscale: #A3A3A3. Windows color (decimal): -6121994 or 16160162. OLE color: 16160162.
HSL color Cylindrical-coordinate representation of color #A295F6: hue angle of 248.04º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A295F6 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 149 | 246 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.04 |
| HSL | 248.04º | 0.84% | 0.77% | - |
| HSV(B) | 248.04º | 0.39% | 0.96% | - |
| XYZ | 42.28 | 35.83 | 91.88 | - |
| YUV | 163.95 | 174.31 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 246 | 0.34 | 0.39 | 0 | 0.04 | 248.04 | 0.84 | 0.77 |
| Hex | A2 | 95 | F6 | 22 | 27 | 0 | 4 | F8 | 54 | 4D |
| Octal | 242 | 225 | 366 | 42 | 47 | 0 | 4 | 370 | 124 | 115 |
| Binary | 10100010 | 10010101 | 11110110 | 100010 | 100111 | 0 | 100 | 11111000 | 1010100 | 1001101 |
Color Harmonies of #A295F6
Complementary color
Monochromatic Colors of #A295F6
Black with #A295F6
Text Example
Text Example
White with #A295F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A295F6; }
p { color: rgb(162,149,246); }
H1.HeaderClassName
{
color: #A295F6;
}
.AnyTagClassName
{
color: #A295F6;
}
</style>
background-color css
<style>
a { background-color: #A295F6; }
a { background-color: rgb(162,149,246); }
div.DivClassName
{
background-color: #A295F6;
}
.BgClassName
{
background-color: #A295F6;
}
</style>
border-color css
<style>
span { border-color: #A295F6; }
span { border-color: rgb(162,149,246); }
td.TdClassName
{
border-color: #A295F6;
}
.TagClassName
{
border-color: #A295F6;
}
</style>