Shades of Wistful #A294DD
Tints of Wistful #A294DD
RGB
CMYK
RGB Variations
Color information
#A294DD (or 0xA294DD) is known color: Wistful. HEX triplet: A2, 94 and DD. RGB value is (162,148,221). Sum of RGB (Red+Green+Blue) = 162+148+221=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #A294DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294DD is #5D6B22. Grayscale: #A0A0A0. Windows color (decimal): -6122275 or 14521506. OLE color: 14521506.
HSL color Cylindrical-coordinate representation of color #A294DD: hue angle of 251.51º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A294DD is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 148 | 221 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.13 |
| HSL | 251.51º | 0.52% | 0.72% | - |
| HSV(B) | 251.51º | 0.33% | 0.87% | - |
| XYZ | 38.54 | 34.08 | 72.95 | - |
| YUV | 160.51 | 162.14 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 221 | 0.27 | 0.33 | 0 | 0.13 | 251.51 | 0.52 | 0.72 |
| Hex | A2 | 94 | DD | 1B | 21 | 0 | D | FC | 34 | 48 |
| Octal | 242 | 224 | 335 | 33 | 41 | 0 | 15 | 374 | 64 | 110 |
| Binary | 10100010 | 10010100 | 11011101 | 11011 | 100001 | 0 | 1101 | 11111100 | 110100 | 1001000 |
Color Harmonies of #A294DD
Complementary color
Monochromatic Colors of #A294DD
Black with #A294DD
Text Example
Text Example
White with #A294DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A294DD; }
p { color: rgb(162,148,221); }
H1.HeaderClassName
{
color: #A294DD;
}
.AnyTagClassName
{
color: #A294DD;
}
</style>
background-color css
<style>
a { background-color: #A294DD; }
a { background-color: rgb(162,148,221); }
div.DivClassName
{
background-color: #A294DD;
}
.BgClassName
{
background-color: #A294DD;
}
</style>
border-color css
<style>
span { border-color: #A294DD; }
span { border-color: rgb(162,148,221); }
td.TdClassName
{
border-color: #A294DD;
}
.TagClassName
{
border-color: #A294DD;
}
</style>