Shades of Wistful #A195DD
Tints of Wistful #A195DD
RGB
CMYK
RGB Variations
Color information
#A195DD (or 0xA195DD) is known color: Wistful. HEX triplet: A1, 95 and DD. RGB value is (161,149,221). Sum of RGB (Red+Green+Blue) = 161+149+221=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #A195DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195DD is #5E6A22. Grayscale: #A0A0A0. Windows color (decimal): -6187555 or 14521761. OLE color: 14521761.
HSL color Cylindrical-coordinate representation of color #A195DD: hue angle of 250º degrees, saturation: 0.51, 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 #A195DD is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 149 | 221 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.13 |
| HSL | 250º | 0.51% | 0.73% | - |
| HSV(B) | 250º | 0.33% | 0.87% | - |
| XYZ | 38.5 | 34.29 | 73 | - |
| YUV | 160.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 221 | 0.27 | 0.33 | 0 | 0.13 | 250 | 0.51 | 0.73 |
| Hex | A1 | 95 | DD | 1B | 21 | 0 | D | FA | 33 | 49 |
| Octal | 241 | 225 | 335 | 33 | 41 | 0 | 15 | 372 | 63 | 111 |
| Binary | 10100001 | 10010101 | 11011101 | 11011 | 100001 | 0 | 1101 | 11111010 | 110011 | 1001001 |
Color Harmonies of #A195DD
Complementary color
Monochromatic Colors of #A195DD
Black with #A195DD
Text Example
Text Example
White with #A195DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A195DD; }
p { color: rgb(161,149,221); }
H1.HeaderClassName
{
color: #A195DD;
}
.AnyTagClassName
{
color: #A195DD;
}
</style>
background-color css
<style>
a { background-color: #A195DD; }
a { background-color: rgb(161,149,221); }
div.DivClassName
{
background-color: #A195DD;
}
.BgClassName
{
background-color: #A195DD;
}
</style>
border-color css
<style>
span { border-color: #A195DD; }
span { border-color: rgb(161,149,221); }
td.TdClassName
{
border-color: #A195DD;
}
.TagClassName
{
border-color: #A195DD;
}
</style>