Shades of Wistful #A19BEC
Tints of Wistful #A19BEC
RGB
CMYK
RGB Variations
Color information
#A19BEC (or 0xA19BEC) is known color: Wistful. HEX triplet: A1, 9B and EC. RGB value is (161,155,236). Sum of RGB (Red+Green+Blue) = 161+155+236=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #A19BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19BEC is #5E6413. Grayscale: #A5A5A5. Windows color (decimal): -6186004 or 15506337. OLE color: 15506337.
HSL color Cylindrical-coordinate representation of color #A19BEC: hue angle of 244.44º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A19BEC is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 155 | 236 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.07 |
| HSL | 244.44º | 0.68% | 0.77% | - |
| HSV(B) | 244.44º | 0.34% | 0.93% | - |
| XYZ | 41.56 | 37.08 | 84.32 | - |
| YUV | 166.03 | 167.49 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 236 | 0.32 | 0.34 | 0 | 0.07 | 244.44 | 0.68 | 0.77 |
| Hex | A1 | 9B | EC | 20 | 22 | 0 | 7 | F4 | 44 | 4D |
| Octal | 241 | 233 | 354 | 40 | 42 | 0 | 7 | 364 | 104 | 115 |
| Binary | 10100001 | 10011011 | 11101100 | 100000 | 100010 | 0 | 111 | 11110100 | 1000100 | 1001101 |
Color Harmonies of #A19BEC
Complementary color
Monochromatic Colors of #A19BEC
Black with #A19BEC
Text Example
Text Example
White with #A19BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BEC; }
p { color: rgb(161,155,236); }
H1.HeaderClassName
{
color: #A19BEC;
}
.AnyTagClassName
{
color: #A19BEC;
}
</style>
background-color css
<style>
a { background-color: #A19BEC; }
a { background-color: rgb(161,155,236); }
div.DivClassName
{
background-color: #A19BEC;
}
.BgClassName
{
background-color: #A19BEC;
}
</style>
border-color css
<style>
span { border-color: #A19BEC; }
span { border-color: rgb(161,155,236); }
td.TdClassName
{
border-color: #A19BEC;
}
.TagClassName
{
border-color: #A19BEC;
}
</style>