Shades of Wistful #A19CED
Tints of Wistful #A19CED
RGB
CMYK
RGB Variations
Color information
#A19CED (or 0xA19CED) is known color: Wistful. HEX triplet: A1, 9C and ED. RGB value is (161,156,237). Sum of RGB (Red+Green+Blue) = 161+156+237=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #A19CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19CED is #5E6312. Grayscale: #A6A6A6. Windows color (decimal): -6185747 or 15572129. OLE color: 15572129.
HSL color Cylindrical-coordinate representation of color #A19CED: hue angle of 243.7º degrees, saturation: 0.69, 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 #A19CED is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 156 | 237 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.07 |
| HSL | 243.7º | 0.69% | 0.77% | - |
| HSV(B) | 243.7º | 0.34% | 0.93% | - |
| XYZ | 41.87 | 37.47 | 85.15 | - |
| YUV | 166.73 | 167.66 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 237 | 0.32 | 0.34 | 0 | 0.07 | 243.7 | 0.69 | 0.77 |
| Hex | A1 | 9C | ED | 20 | 22 | 0 | 7 | F4 | 45 | 4D |
| Octal | 241 | 234 | 355 | 40 | 42 | 0 | 7 | 364 | 105 | 115 |
| Binary | 10100001 | 10011100 | 11101101 | 100000 | 100010 | 0 | 111 | 11110100 | 1000101 | 1001101 |
Color Harmonies of #A19CED
Complementary color
Monochromatic Colors of #A19CED
Black with #A19CED
Text Example
Text Example
White with #A19CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19CED; }
p { color: rgb(161,156,237); }
H1.HeaderClassName
{
color: #A19CED;
}
.AnyTagClassName
{
color: #A19CED;
}
</style>
background-color css
<style>
a { background-color: #A19CED; }
a { background-color: rgb(161,156,237); }
div.DivClassName
{
background-color: #A19CED;
}
.BgClassName
{
background-color: #A19CED;
}
</style>
border-color css
<style>
span { border-color: #A19CED; }
span { border-color: rgb(161,156,237); }
td.TdClassName
{
border-color: #A19CED;
}
.TagClassName
{
border-color: #A19CED;
}
</style>