Shades of Wistful #A294D4
Tints of Wistful #A294D4
RGB
CMYK
RGB Variations
Color information
#A294D4 (or 0xA294D4) is known color: Wistful. HEX triplet: A2, 94 and D4. RGB value is (162,148,212). Sum of RGB (Red+Green+Blue) = 162+148+212=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #A294D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294D4 is #5D6B2B. Grayscale: #9F9F9F. Windows color (decimal): -6122284 or 13931682. OLE color: 13931682.
HSL color Cylindrical-coordinate representation of color #A294D4: hue angle of 253.12º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A294D4 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 148 | 212 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.17 |
| HSL | 253.13º | 0.43% | 0.71% | - |
| HSV(B) | 253.13º | 0.3% | 0.83% | - |
| XYZ | 37.37 | 33.61 | 66.81 | - |
| YUV | 159.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 212 | 0.24 | 0.30 | 0 | 0.17 | 253.13 | 0.43 | 0.71 |
| Hex | A2 | 94 | D4 | 18 | 1E | 0 | 11 | FD | 2B | 47 |
| Octal | 242 | 224 | 324 | 30 | 36 | 0 | 21 | 375 | 53 | 107 |
| Binary | 10100010 | 10010100 | 11010100 | 11000 | 11110 | 0 | 10001 | 11111101 | 101011 | 1000111 |
Color Harmonies of #A294D4
Complementary color
Monochromatic Colors of #A294D4
Black with #A294D4
Text Example
Text Example
White with #A294D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A294D4; }
p { color: rgb(162,148,212); }
H1.HeaderClassName
{
color: #A294D4;
}
.AnyTagClassName
{
color: #A294D4;
}
</style>
background-color css
<style>
a { background-color: #A294D4; }
a { background-color: rgb(162,148,212); }
div.DivClassName
{
background-color: #A294D4;
}
.BgClassName
{
background-color: #A294D4;
}
</style>
border-color css
<style>
span { border-color: #A294D4; }
span { border-color: rgb(162,148,212); }
td.TdClassName
{
border-color: #A294D4;
}
.TagClassName
{
border-color: #A294D4;
}
</style>