Shades of Wistful #A19AEC
Tints of Wistful #A19AEC
RGB
CMYK
RGB Variations
Color information
#A19AEC (or 0xA19AEC) is known color: Wistful. HEX triplet: A1, 9A and EC. RGB value is (161,154,236). Sum of RGB (Red+Green+Blue) = 161+154+236=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #A19AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19AEC is #5E6513. Grayscale: #A5A5A5. Windows color (decimal): -6186260 or 15506081. OLE color: 15506081.
HSL color Cylindrical-coordinate representation of color #A19AEC: hue angle of 245.12º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A19AEC is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 154 | 236 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.07 |
| HSL | 245.12º | 0.68% | 0.76% | - |
| HSV(B) | 245.12º | 0.35% | 0.93% | - |
| XYZ | 41.39 | 36.74 | 84.27 | - |
| YUV | 165.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 236 | 0.32 | 0.35 | 0 | 0.07 | 245.12 | 0.68 | 0.76 |
| Hex | A1 | 9A | EC | 20 | 23 | 0 | 7 | F5 | 44 | 4C |
| Octal | 241 | 232 | 354 | 40 | 43 | 0 | 7 | 365 | 104 | 114 |
| Binary | 10100001 | 10011010 | 11101100 | 100000 | 100011 | 0 | 111 | 11110101 | 1000100 | 1001100 |
Color Harmonies of #A19AEC
Complementary color
Monochromatic Colors of #A19AEC
Black with #A19AEC
Text Example
Text Example
White with #A19AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19AEC; }
p { color: rgb(161,154,236); }
H1.HeaderClassName
{
color: #A19AEC;
}
.AnyTagClassName
{
color: #A19AEC;
}
</style>
background-color css
<style>
a { background-color: #A19AEC; }
a { background-color: rgb(161,154,236); }
div.DivClassName
{
background-color: #A19AEC;
}
.BgClassName
{
background-color: #A19AEC;
}
</style>
border-color css
<style>
span { border-color: #A19AEC; }
span { border-color: rgb(161,154,236); }
td.TdClassName
{
border-color: #A19AEC;
}
.TagClassName
{
border-color: #A19AEC;
}
</style>