Shades of Wistful #A195DB
Tints of Wistful #A195DB
RGB
CMYK
RGB Variations
Color information
#A195DB (or 0xA195DB) is known color: Wistful. HEX triplet: A1, 95 and DB. RGB value is (161,149,219). Sum of RGB (Red+Green+Blue) = 161+149+219=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #A195DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195DB is #5E6A24. Grayscale: #A0A0A0. Windows color (decimal): -6187557 or 14390689. OLE color: 14390689.
HSL color Cylindrical-coordinate representation of color #A195DB: hue angle of 250.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A195DB is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 149 | 219 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.14 |
| HSL | 250.29º | 0.49% | 0.72% | - |
| HSV(B) | 250.29º | 0.32% | 0.86% | - |
| XYZ | 38.23 | 34.19 | 71.6 | - |
| YUV | 160.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 219 | 0.26 | 0.32 | 0 | 0.14 | 250.29 | 0.49 | 0.72 |
| Hex | A1 | 95 | DB | 1A | 20 | 0 | E | FA | 31 | 48 |
| Octal | 241 | 225 | 333 | 32 | 40 | 0 | 16 | 372 | 61 | 110 |
| Binary | 10100001 | 10010101 | 11011011 | 11010 | 100000 | 0 | 1110 | 11111010 | 110001 | 1001000 |
Color Harmonies of #A195DB
Complementary color
Monochromatic Colors of #A195DB
Black with #A195DB
Text Example
Text Example
White with #A195DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A195DB; }
p { color: rgb(161,149,219); }
H1.HeaderClassName
{
color: #A195DB;
}
.AnyTagClassName
{
color: #A195DB;
}
</style>
background-color css
<style>
a { background-color: #A195DB; }
a { background-color: rgb(161,149,219); }
div.DivClassName
{
background-color: #A195DB;
}
.BgClassName
{
background-color: #A195DB;
}
</style>
border-color css
<style>
span { border-color: #A195DB; }
span { border-color: rgb(161,149,219); }
td.TdClassName
{
border-color: #A195DB;
}
.TagClassName
{
border-color: #A195DB;
}
</style>