Shades of Wistful #A194DE
Tints of Wistful #A194DE
RGB
CMYK
RGB Variations
Color information
#A194DE (or 0xA194DE) is known color: Wistful. HEX triplet: A1, 94 and DE. RGB value is (161,148,222). Sum of RGB (Red+Green+Blue) = 161+148+222=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #A194DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194DE is #5E6B21. Grayscale: #A0A0A0. Windows color (decimal): -6187810 or 14587041. OLE color: 14587041.
HSL color Cylindrical-coordinate representation of color #A194DE: hue angle of 250.54º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A194DE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 148 | 222 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.13 |
| HSL | 250.54º | 0.53% | 0.73% | - |
| HSV(B) | 250.54º | 0.33% | 0.87% | - |
| XYZ | 38.47 | 34.03 | 73.65 | - |
| YUV | 160.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 222 | 0.27 | 0.33 | 0 | 0.13 | 250.54 | 0.53 | 0.73 |
| Hex | A1 | 94 | DE | 1B | 21 | 0 | D | FB | 35 | 49 |
| Octal | 241 | 224 | 336 | 33 | 41 | 0 | 15 | 373 | 65 | 111 |
| Binary | 10100001 | 10010100 | 11011110 | 11011 | 100001 | 0 | 1101 | 11111011 | 110101 | 1001001 |
Color Harmonies of #A194DE
Complementary color
Monochromatic Colors of #A194DE
Black with #A194DE
Text Example
Text Example
White with #A194DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194DE; }
p { color: rgb(161,148,222); }
H1.HeaderClassName
{
color: #A194DE;
}
.AnyTagClassName
{
color: #A194DE;
}
</style>
background-color css
<style>
a { background-color: #A194DE; }
a { background-color: rgb(161,148,222); }
div.DivClassName
{
background-color: #A194DE;
}
.BgClassName
{
background-color: #A194DE;
}
</style>
border-color css
<style>
span { border-color: #A194DE; }
span { border-color: rgb(161,148,222); }
td.TdClassName
{
border-color: #A194DE;
}
.TagClassName
{
border-color: #A194DE;
}
</style>