Shades of Wistful #A19EF2
Tints of Wistful #A19EF2
RGB
CMYK
RGB Variations
Color information
#A19EF2 (or 0xA19EF2) is known color: Wistful. HEX triplet: A1, 9E and F2. RGB value is (161,158,242). Sum of RGB (Red+Green+Blue) = 161+158+242=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #A19EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19EF2 is #5E610D. Grayscale: #A8A8A8. Windows color (decimal): -6185230 or 15900321. OLE color: 15900321.
HSL color Cylindrical-coordinate representation of color #A19EF2: hue angle of 242.14º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A19EF2 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 158 | 242 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.05 |
| HSL | 242.14º | 0.76% | 0.78% | - |
| HSV(B) | 242.14º | 0.35% | 0.95% | - |
| XYZ | 42.95 | 38.44 | 89.16 | - |
| YUV | 168.47 | 169.49 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 242 | 0.33 | 0.35 | 0 | 0.05 | 242.14 | 0.76 | 0.78 |
| Hex | A1 | 9E | F2 | 21 | 23 | 0 | 5 | F2 | 4C | 4E |
| Octal | 241 | 236 | 362 | 41 | 43 | 0 | 5 | 362 | 114 | 116 |
| Binary | 10100001 | 10011110 | 11110010 | 100001 | 100011 | 0 | 101 | 11110010 | 1001100 | 1001110 |
Color Harmonies of #A19EF2
Complementary color
Monochromatic Colors of #A19EF2
Black with #A19EF2
Text Example
Text Example
White with #A19EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19EF2; }
p { color: rgb(161,158,242); }
H1.HeaderClassName
{
color: #A19EF2;
}
.AnyTagClassName
{
color: #A19EF2;
}
</style>
background-color css
<style>
a { background-color: #A19EF2; }
a { background-color: rgb(161,158,242); }
div.DivClassName
{
background-color: #A19EF2;
}
.BgClassName
{
background-color: #A19EF2;
}
</style>
border-color css
<style>
span { border-color: #A19EF2; }
span { border-color: rgb(161,158,242); }
td.TdClassName
{
border-color: #A19EF2;
}
.TagClassName
{
border-color: #A19EF2;
}
</style>