Shades of Wistful #A196FA
Tints of Wistful #A196FA
RGB
CMYK
RGB Variations
Color information
#A196FA (or 0xA196FA) is known color: Wistful. HEX triplet: A1, 96 and FA. RGB value is (161,150,250). Sum of RGB (Red+Green+Blue) = 161+150+250=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #A196FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A196FA is #5E6905. Grayscale: #A4A4A4. Windows color (decimal): -6187270 or 16422561. OLE color: 16422561.
HSL color Cylindrical-coordinate representation of color #A196FA: hue angle of 246.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A196FA is Cyan = 0.36, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 150 | 250 | - |
| CMYK | 0.36 | 0.4 | 0 | 0.02 |
| HSL | 246.6º | 0.91% | 0.78% | - |
| HSV(B) | 246.6º | 0.4% | 0.98% | - |
| XYZ | 42.86 | 36.29 | 95.19 | - |
| YUV | 164.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 250 | 0.36 | 0.4 | 0 | 0.02 | 246.6 | 0.91 | 0.78 |
| Hex | A1 | 96 | FA | 24 | 28 | 0 | 2 | F7 | 5B | 4E |
| Octal | 241 | 226 | 372 | 44 | 50 | 0 | 2 | 367 | 133 | 116 |
| Binary | 10100001 | 10010110 | 11111010 | 100100 | 101000 | 0 | 10 | 11110111 | 1011011 | 1001110 |
Color Harmonies of #A196FA
Complementary color
Monochromatic Colors of #A196FA
Black with #A196FA
Text Example
Text Example
White with #A196FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A196FA; }
p { color: rgb(161,150,250); }
H1.HeaderClassName
{
color: #A196FA;
}
.AnyTagClassName
{
color: #A196FA;
}
</style>
background-color css
<style>
a { background-color: #A196FA; }
a { background-color: rgb(161,150,250); }
div.DivClassName
{
background-color: #A196FA;
}
.BgClassName
{
background-color: #A196FA;
}
</style>
border-color css
<style>
span { border-color: #A196FA; }
span { border-color: rgb(161,150,250); }
td.TdClassName
{
border-color: #A196FA;
}
.TagClassName
{
border-color: #A196FA;
}
</style>