Shades of Wistful #A195DE
Tints of Wistful #A195DE
RGB
CMYK
RGB Variations
Color information
#A195DE (or 0xA195DE) is known color: Wistful. HEX triplet: A1, 95 and DE. RGB value is (161,149,222). Sum of RGB (Red+Green+Blue) = 161+149+222=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #A195DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195DE is #5E6A21. Grayscale: #A0A0A0. Windows color (decimal): -6187554 or 14587297. OLE color: 14587297.
HSL color Cylindrical-coordinate representation of color #A195DE: hue angle of 249.86º degrees, saturation: 0.53, 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 #A195DE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 149 | 222 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.13 |
| HSL | 249.86º | 0.53% | 0.73% | - |
| HSV(B) | 249.86º | 0.33% | 0.87% | - |
| XYZ | 38.63 | 34.35 | 73.7 | - |
| YUV | 160.91 | 162.48 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 222 | 0.27 | 0.33 | 0 | 0.13 | 249.86 | 0.53 | 0.73 |
| Hex | A1 | 95 | DE | 1B | 21 | 0 | D | FA | 35 | 49 |
| Octal | 241 | 225 | 336 | 33 | 41 | 0 | 15 | 372 | 65 | 111 |
| Binary | 10100001 | 10010101 | 11011110 | 11011 | 100001 | 0 | 1101 | 11111010 | 110101 | 1001001 |
Color Harmonies of #A195DE
Complementary color
Monochromatic Colors of #A195DE
Black with #A195DE
Text Example
Text Example
White with #A195DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A195DE; }
p { color: rgb(161,149,222); }
H1.HeaderClassName
{
color: #A195DE;
}
.AnyTagClassName
{
color: #A195DE;
}
</style>
background-color css
<style>
a { background-color: #A195DE; }
a { background-color: rgb(161,149,222); }
div.DivClassName
{
background-color: #A195DE;
}
.BgClassName
{
background-color: #A195DE;
}
</style>
border-color css
<style>
span { border-color: #A195DE; }
span { border-color: rgb(161,149,222); }
td.TdClassName
{
border-color: #A195DE;
}
.TagClassName
{
border-color: #A195DE;
}
</style>