Shades of Wistful #A19EC2
Tints of Wistful #A19EC2
RGB
CMYK
RGB Variations
Color information
#A19EC2 (or 0xA19EC2) is known color: Wistful. HEX triplet: A1, 9E and C2. RGB value is (161,158,194). Sum of RGB (Red+Green+Blue) = 161+158+194=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: blue. Hex color #A19EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19EC2 is #5E613D. Grayscale: #A2A2A2. Windows color (decimal): -6185278 or 12754593. OLE color: 12754593.
HSL color Cylindrical-coordinate representation of color #A19EC2: hue angle of 245º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A19EC2 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 158 | 194 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.24 |
| HSL | 245º | 0.23% | 0.69% | - |
| HSV(B) | 245º | 0.19% | 0.76% | - |
| XYZ | 36.66 | 35.93 | 56.04 | - |
| YUV | 163 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 194 | 0.17 | 0.19 | 0 | 0.24 | 245 | 0.23 | 0.69 |
| Hex | A1 | 9E | C2 | 11 | 13 | 0 | 18 | F5 | 17 | 45 |
| Octal | 241 | 236 | 302 | 21 | 23 | 0 | 30 | 365 | 27 | 105 |
| Binary | 10100001 | 10011110 | 11000010 | 10001 | 10011 | 0 | 11000 | 11110101 | 10111 | 1000101 |
Color Harmonies of #A19EC2
Complementary color
Monochromatic Colors of #A19EC2
Black with #A19EC2
Text Example
Text Example
White with #A19EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19EC2; }
p { color: rgb(161,158,194); }
H1.HeaderClassName
{
color: #A19EC2;
}
.AnyTagClassName
{
color: #A19EC2;
}
</style>
background-color css
<style>
a { background-color: #A19EC2; }
a { background-color: rgb(161,158,194); }
div.DivClassName
{
background-color: #A19EC2;
}
.BgClassName
{
background-color: #A19EC2;
}
</style>
border-color css
<style>
span { border-color: #A19EC2; }
span { border-color: rgb(161,158,194); }
td.TdClassName
{
border-color: #A19EC2;
}
.TagClassName
{
border-color: #A19EC2;
}
</style>