Shades of Wistful #A194E6
Tints of Wistful #A194E6
RGB
CMYK
RGB Variations
Color information
#A194E6 (or 0xA194E6) is known color: Wistful. HEX triplet: A1, 94 and E6. RGB value is (161,148,230). Sum of RGB (Red+Green+Blue) = 161+148+230=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #A194E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A194E6 is #5E6B19. Grayscale: #A0A0A0. Windows color (decimal): -6187802 or 15111329. OLE color: 15111329.
HSL color Cylindrical-coordinate representation of color #A194E6: hue angle of 249.51º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A194E6 is Cyan = 0.3, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 148 | 230 | - |
| CMYK | 0.3 | 0.36 | 0 | 0.10 |
| HSL | 249.51º | 0.62% | 0.74% | - |
| HSV(B) | 249.51º | 0.36% | 0.9% | - |
| XYZ | 39.57 | 34.47 | 79.43 | - |
| YUV | 161.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 230 | 0.3 | 0.36 | 0 | 0.10 | 249.51 | 0.62 | 0.74 |
| Hex | A1 | 94 | E6 | 1E | 24 | 0 | A | FA | 3E | 4A |
| Octal | 241 | 224 | 346 | 36 | 44 | 0 | 12 | 372 | 76 | 112 |
| Binary | 10100001 | 10010100 | 11100110 | 11110 | 100100 | 0 | 1010 | 11111010 | 111110 | 1001010 |
Color Harmonies of #A194E6
Complementary color
Monochromatic Colors of #A194E6
Black with #A194E6
Text Example
Text Example
White with #A194E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194E6; }
p { color: rgb(161,148,230); }
H1.HeaderClassName
{
color: #A194E6;
}
.AnyTagClassName
{
color: #A194E6;
}
</style>
background-color css
<style>
a { background-color: #A194E6; }
a { background-color: rgb(161,148,230); }
div.DivClassName
{
background-color: #A194E6;
}
.BgClassName
{
background-color: #A194E6;
}
</style>
border-color css
<style>
span { border-color: #A194E6; }
span { border-color: rgb(161,148,230); }
td.TdClassName
{
border-color: #A194E6;
}
.TagClassName
{
border-color: #A194E6;
}
</style>