Shades of Wistful #A194D1
Tints of Wistful #A194D1
RGB
CMYK
RGB Variations
Color information
#A194D1 (or 0xA194D1) is known color: Wistful. HEX triplet: A1, 94 and D1. RGB value is (161,148,209). Sum of RGB (Red+Green+Blue) = 161+148+209=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #A194D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194D1 is #5E6B2E. Grayscale: #9E9E9E. Windows color (decimal): -6187823 or 13735073. OLE color: 13735073.
HSL color Cylindrical-coordinate representation of color #A194D1: hue angle of 252.79º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A194D1 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 148 | 209 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.18 |
| HSL | 252.79º | 0.4% | 0.7% | - |
| HSV(B) | 252.79º | 0.29% | 0.82% | - |
| XYZ | 36.8 | 33.36 | 64.82 | - |
| YUV | 158.84 | 156.31 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 209 | 0.23 | 0.29 | 0 | 0.18 | 252.79 | 0.4 | 0.7 |
| Hex | A1 | 94 | D1 | 17 | 1D | 0 | 12 | FD | 28 | 46 |
| Octal | 241 | 224 | 321 | 27 | 35 | 0 | 22 | 375 | 50 | 106 |
| Binary | 10100001 | 10010100 | 11010001 | 10111 | 11101 | 0 | 10010 | 11111101 | 101000 | 1000110 |
Color Harmonies of #A194D1
Complementary color
Monochromatic Colors of #A194D1
Black with #A194D1
Text Example
Text Example
White with #A194D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194D1; }
p { color: rgb(161,148,209); }
H1.HeaderClassName
{
color: #A194D1;
}
.AnyTagClassName
{
color: #A194D1;
}
</style>
background-color css
<style>
a { background-color: #A194D1; }
a { background-color: rgb(161,148,209); }
div.DivClassName
{
background-color: #A194D1;
}
.BgClassName
{
background-color: #A194D1;
}
</style>
border-color css
<style>
span { border-color: #A194D1; }
span { border-color: rgb(161,148,209); }
td.TdClassName
{
border-color: #A194D1;
}
.TagClassName
{
border-color: #A194D1;
}
</style>