Shades of Wistful #A195DF
Tints of Wistful #A195DF
RGB
CMYK
RGB Variations
Color information
#A195DF (or 0xA195DF) is known color: Wistful. HEX triplet: A1, 95 and DF. RGB value is (161,149,223). Sum of RGB (Red+Green+Blue) = 161+149+223=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #A195DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195DF is #5E6A20. Grayscale: #A0A0A0. Windows color (decimal): -6187553 or 14652833. OLE color: 14652833.
HSL color Cylindrical-coordinate representation of color #A195DF: hue angle of 249.73º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A195DF is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 149 | 223 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.13 |
| HSL | 249.73º | 0.54% | 0.73% | - |
| HSV(B) | 249.73º | 0.33% | 0.87% | - |
| XYZ | 38.76 | 34.4 | 74.41 | - |
| YUV | 161.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 223 | 0.28 | 0.33 | 0 | 0.13 | 249.73 | 0.54 | 0.73 |
| Hex | A1 | 95 | DF | 1C | 21 | 0 | D | FA | 36 | 49 |
| Octal | 241 | 225 | 337 | 34 | 41 | 0 | 15 | 372 | 66 | 111 |
| Binary | 10100001 | 10010101 | 11011111 | 11100 | 100001 | 0 | 1101 | 11111010 | 110110 | 1001001 |
Color Harmonies of #A195DF
Complementary color
Monochromatic Colors of #A195DF
Black with #A195DF
Text Example
Text Example
White with #A195DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A195DF; }
p { color: rgb(161,149,223); }
H1.HeaderClassName
{
color: #A195DF;
}
.AnyTagClassName
{
color: #A195DF;
}
</style>
background-color css
<style>
a { background-color: #A195DF; }
a { background-color: rgb(161,149,223); }
div.DivClassName
{
background-color: #A195DF;
}
.BgClassName
{
background-color: #A195DF;
}
</style>
border-color css
<style>
span { border-color: #A195DF; }
span { border-color: rgb(161,149,223); }
td.TdClassName
{
border-color: #A195DF;
}
.TagClassName
{
border-color: #A195DF;
}
</style>