Shades of Wistful #A294DC
Tints of Wistful #A294DC
RGB
CMYK
RGB Variations
Color information
#A294DC (or 0xA294DC) is known color: Wistful. HEX triplet: A2, 94 and DC. RGB value is (162,148,220). Sum of RGB (Red+Green+Blue) = 162+148+220=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #A294DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294DC is #5D6B23. Grayscale: #A0A0A0. Windows color (decimal): -6122276 or 14455970. OLE color: 14455970.
HSL color Cylindrical-coordinate representation of color #A294DC: hue angle of 251.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A294DC is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 148 | 220 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.14 |
| HSL | 251.67º | 0.51% | 0.72% | - |
| HSV(B) | 251.67º | 0.33% | 0.86% | - |
| XYZ | 38.41 | 34.03 | 72.25 | - |
| YUV | 160.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 220 | 0.26 | 0.33 | 0 | 0.14 | 251.67 | 0.51 | 0.72 |
| Hex | A2 | 94 | DC | 1A | 21 | 0 | E | FC | 33 | 48 |
| Octal | 242 | 224 | 334 | 32 | 41 | 0 | 16 | 374 | 63 | 110 |
| Binary | 10100010 | 10010100 | 11011100 | 11010 | 100001 | 0 | 1110 | 11111100 | 110011 | 1001000 |
Color Harmonies of #A294DC
Complementary color
Monochromatic Colors of #A294DC
Black with #A294DC
Text Example
Text Example
White with #A294DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A294DC; }
p { color: rgb(162,148,220); }
H1.HeaderClassName
{
color: #A294DC;
}
.AnyTagClassName
{
color: #A294DC;
}
</style>
background-color css
<style>
a { background-color: #A294DC; }
a { background-color: rgb(162,148,220); }
div.DivClassName
{
background-color: #A294DC;
}
.BgClassName
{
background-color: #A294DC;
}
</style>
border-color css
<style>
span { border-color: #A294DC; }
span { border-color: rgb(162,148,220); }
td.TdClassName
{
border-color: #A294DC;
}
.TagClassName
{
border-color: #A294DC;
}
</style>