Shades of Wistful #A195D8
Tints of Wistful #A195D8
RGB
CMYK
RGB Variations
Color information
#A195D8 (or 0xA195D8) is known color: Wistful. HEX triplet: A1, 95 and D8. RGB value is (161,149,216). Sum of RGB (Red+Green+Blue) = 161+149+216=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #A195D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195D8 is #5E6A27. Grayscale: #9F9F9F. Windows color (decimal): -6187560 or 14194081. OLE color: 14194081.
HSL color Cylindrical-coordinate representation of color #A195D8: hue angle of 250.75º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A195D8 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 149 | 216 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.15 |
| HSL | 250.75º | 0.46% | 0.72% | - |
| HSV(B) | 250.75º | 0.31% | 0.85% | - |
| XYZ | 37.84 | 34.03 | 69.54 | - |
| YUV | 160.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 216 | 0.25 | 0.31 | 0 | 0.15 | 250.75 | 0.46 | 0.72 |
| Hex | A1 | 95 | D8 | 19 | 1F | 0 | F | FB | 2E | 48 |
| Octal | 241 | 225 | 330 | 31 | 37 | 0 | 17 | 373 | 56 | 110 |
| Binary | 10100001 | 10010101 | 11011000 | 11001 | 11111 | 0 | 1111 | 11111011 | 101110 | 1001000 |
Color Harmonies of #A195D8
Complementary color
Monochromatic Colors of #A195D8
Black with #A195D8
Text Example
Text Example
White with #A195D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A195D8; }
p { color: rgb(161,149,216); }
H1.HeaderClassName
{
color: #A195D8;
}
.AnyTagClassName
{
color: #A195D8;
}
</style>
background-color css
<style>
a { background-color: #A195D8; }
a { background-color: rgb(161,149,216); }
div.DivClassName
{
background-color: #A195D8;
}
.BgClassName
{
background-color: #A195D8;
}
</style>
border-color css
<style>
span { border-color: #A195D8; }
span { border-color: rgb(161,149,216); }
td.TdClassName
{
border-color: #A195D8;
}
.TagClassName
{
border-color: #A195D8;
}
</style>