Shades of Wistful #A196ED
Tints of Wistful #A196ED
RGB
CMYK
RGB Variations
Color information
#A196ED (or 0xA196ED) is known color: Wistful. HEX triplet: A1, 96 and ED. RGB value is (161,150,237). Sum of RGB (Red+Green+Blue) = 161+150+237=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #A196ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A196ED is #5E6912. Grayscale: #A2A2A2. Windows color (decimal): -6187283 or 15570593. OLE color: 15570593.
HSL color Cylindrical-coordinate representation of color #A196ED: hue angle of 247.59º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A196ED is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 150 | 237 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.07 |
| HSL | 247.59º | 0.71% | 0.76% | - |
| HSV(B) | 247.59º | 0.37% | 0.93% | - |
| XYZ | 40.89 | 35.5 | 84.82 | - |
| YUV | 163.21 | 169.64 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 237 | 0.32 | 0.37 | 0 | 0.07 | 247.59 | 0.71 | 0.76 |
| Hex | A1 | 96 | ED | 20 | 25 | 0 | 7 | F8 | 47 | 4C |
| Octal | 241 | 226 | 355 | 40 | 45 | 0 | 7 | 370 | 107 | 114 |
| Binary | 10100001 | 10010110 | 11101101 | 100000 | 100101 | 0 | 111 | 11111000 | 1000111 | 1001100 |
Color Harmonies of #A196ED
Complementary color
Monochromatic Colors of #A196ED
Black with #A196ED
Text Example
Text Example
White with #A196ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A196ED; }
p { color: rgb(161,150,237); }
H1.HeaderClassName
{
color: #A196ED;
}
.AnyTagClassName
{
color: #A196ED;
}
</style>
background-color css
<style>
a { background-color: #A196ED; }
a { background-color: rgb(161,150,237); }
div.DivClassName
{
background-color: #A196ED;
}
.BgClassName
{
background-color: #A196ED;
}
</style>
border-color css
<style>
span { border-color: #A196ED; }
span { border-color: rgb(161,150,237); }
td.TdClassName
{
border-color: #A196ED;
}
.TagClassName
{
border-color: #A196ED;
}
</style>