Shades of Wistful #A196F8
Tints of Wistful #A196F8
RGB
CMYK
RGB Variations
Color information
#A196F8 (or 0xA196F8) is known color: Wistful. HEX triplet: A1, 96 and F8. RGB value is (161,150,248). Sum of RGB (Red+Green+Blue) = 161+150+248=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #A196F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A196F8 is #5E6907. Grayscale: #A4A4A4. Windows color (decimal): -6187272 or 16291489. OLE color: 16291489.
HSL color Cylindrical-coordinate representation of color #A196F8: hue angle of 246.73º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A196F8 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 150 | 248 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.03 |
| HSL | 246.73º | 0.88% | 0.78% | - |
| HSV(B) | 246.73º | 0.4% | 0.97% | - |
| XYZ | 42.55 | 36.17 | 93.55 | - |
| YUV | 164.46 | 175.14 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 248 | 0.35 | 0.40 | 0 | 0.03 | 246.73 | 0.88 | 0.78 |
| Hex | A1 | 96 | F8 | 23 | 28 | 0 | 3 | F7 | 58 | 4E |
| Octal | 241 | 226 | 370 | 43 | 50 | 0 | 3 | 367 | 130 | 116 |
| Binary | 10100001 | 10010110 | 11111000 | 100011 | 101000 | 0 | 11 | 11110111 | 1011000 | 1001110 |
Color Harmonies of #A196F8
Complementary color
Monochromatic Colors of #A196F8
Black with #A196F8
Text Example
Text Example
White with #A196F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A196F8; }
p { color: rgb(161,150,248); }
H1.HeaderClassName
{
color: #A196F8;
}
.AnyTagClassName
{
color: #A196F8;
}
</style>
background-color css
<style>
a { background-color: #A196F8; }
a { background-color: rgb(161,150,248); }
div.DivClassName
{
background-color: #A196F8;
}
.BgClassName
{
background-color: #A196F8;
}
</style>
border-color css
<style>
span { border-color: #A196F8; }
span { border-color: rgb(161,150,248); }
td.TdClassName
{
border-color: #A196F8;
}
.TagClassName
{
border-color: #A196F8;
}
</style>