Shades of Wistful #A193DF
Tints of Wistful #A193DF
RGB
CMYK
RGB Variations
Color information
#A193DF (or 0xA193DF) is known color: Wistful. HEX triplet: A1, 93 and DF. RGB value is (161,147,223). Sum of RGB (Red+Green+Blue) = 161+147+223=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #A193DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193DF is #5E6C20. Grayscale: #9F9F9F. Windows color (decimal): -6188065 or 14652321. OLE color: 14652321.
HSL color Cylindrical-coordinate representation of color #A193DF: hue angle of 251.05º 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 #A193DF is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 147 | 223 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.13 |
| HSL | 251.05º | 0.54% | 0.73% | - |
| HSV(B) | 251.05º | 0.34% | 0.87% | - |
| XYZ | 38.45 | 33.77 | 74.3 | - |
| YUV | 159.85 | 163.64 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 223 | 0.28 | 0.34 | 0 | 0.13 | 251.05 | 0.54 | 0.73 |
| Hex | A1 | 93 | DF | 1C | 22 | 0 | D | FB | 36 | 49 |
| Octal | 241 | 223 | 337 | 34 | 42 | 0 | 15 | 373 | 66 | 111 |
| Binary | 10100001 | 10010011 | 11011111 | 11100 | 100010 | 0 | 1101 | 11111011 | 110110 | 1001001 |
Color Harmonies of #A193DF
Complementary color
Monochromatic Colors of #A193DF
Black with #A193DF
Text Example
Text Example
White with #A193DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A193DF; }
p { color: rgb(161,147,223); }
H1.HeaderClassName
{
color: #A193DF;
}
.AnyTagClassName
{
color: #A193DF;
}
</style>
background-color css
<style>
a { background-color: #A193DF; }
a { background-color: rgb(161,147,223); }
div.DivClassName
{
background-color: #A193DF;
}
.BgClassName
{
background-color: #A193DF;
}
</style>
border-color css
<style>
span { border-color: #A193DF; }
span { border-color: rgb(161,147,223); }
td.TdClassName
{
border-color: #A193DF;
}
.TagClassName
{
border-color: #A193DF;
}
</style>