Shades of Wistful #A293DF
Tints of Wistful #A293DF
RGB
CMYK
RGB Variations
Color information
#A293DF (or 0xA293DF) is known color: Wistful. HEX triplet: A2, 93 and DF. RGB value is (162,147,223). Sum of RGB (Red+Green+Blue) = 162+147+223=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #A293DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293DF is #5D6C20. Grayscale: #9F9F9F. Windows color (decimal): -6122529 or 14652322. OLE color: 14652322.
HSL color Cylindrical-coordinate representation of color #A293DF: hue angle of 251.84º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A293DF is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 147 | 223 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.13 |
| HSL | 251.84º | 0.54% | 0.73% | - |
| HSV(B) | 251.84º | 0.34% | 0.87% | - |
| XYZ | 38.65 | 33.88 | 74.31 | - |
| YUV | 160.15 | 163.47 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 223 | 0.27 | 0.34 | 0 | 0.13 | 251.84 | 0.54 | 0.73 |
| Hex | A2 | 93 | DF | 1B | 22 | 0 | D | FC | 36 | 49 |
| Octal | 242 | 223 | 337 | 33 | 42 | 0 | 15 | 374 | 66 | 111 |
| Binary | 10100010 | 10010011 | 11011111 | 11011 | 100010 | 0 | 1101 | 11111100 | 110110 | 1001001 |
Color Harmonies of #A293DF
Complementary color
Monochromatic Colors of #A293DF
Black with #A293DF
Text Example
Text Example
White with #A293DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A293DF; }
p { color: rgb(162,147,223); }
H1.HeaderClassName
{
color: #A293DF;
}
.AnyTagClassName
{
color: #A293DF;
}
</style>
background-color css
<style>
a { background-color: #A293DF; }
a { background-color: rgb(162,147,223); }
div.DivClassName
{
background-color: #A293DF;
}
.BgClassName
{
background-color: #A293DF;
}
</style>
border-color css
<style>
span { border-color: #A293DF; }
span { border-color: rgb(162,147,223); }
td.TdClassName
{
border-color: #A293DF;
}
.TagClassName
{
border-color: #A293DF;
}
</style>