Shades of Wistful #A19BDE
Tints of Wistful #A19BDE
RGB
CMYK
RGB Variations
Color information
#A19BDE (or 0xA19BDE) is known color: Wistful. HEX triplet: A1, 9B and DE. RGB value is (161,155,222). Sum of RGB (Red+Green+Blue) = 161+155+222=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #A19BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BDE is #5E6421. Grayscale: #A4A4A4. Windows color (decimal): -6186018 or 14588833. OLE color: 14588833.
HSL color Cylindrical-coordinate representation of color #A19BDE: hue angle of 245.37º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A19BDE is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 155 | 222 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.13 |
| HSL | 245.37º | 0.5% | 0.74% | - |
| HSV(B) | 245.37º | 0.3% | 0.87% | - |
| XYZ | 39.6 | 36.29 | 74.03 | - |
| YUV | 164.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 222 | 0.27 | 0.30 | 0 | 0.13 | 245.37 | 0.5 | 0.74 |
| Hex | A1 | 9B | DE | 1B | 1E | 0 | D | F5 | 32 | 4A |
| Octal | 241 | 233 | 336 | 33 | 36 | 0 | 15 | 365 | 62 | 112 |
| Binary | 10100001 | 10011011 | 11011110 | 11011 | 11110 | 0 | 1101 | 11110101 | 110010 | 1001010 |
Color Harmonies of #A19BDE
Complementary color
Monochromatic Colors of #A19BDE
Black with #A19BDE
Text Example
Text Example
White with #A19BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BDE; }
p { color: rgb(161,155,222); }
H1.HeaderClassName
{
color: #A19BDE;
}
.AnyTagClassName
{
color: #A19BDE;
}
</style>
background-color css
<style>
a { background-color: #A19BDE; }
a { background-color: rgb(161,155,222); }
div.DivClassName
{
background-color: #A19BDE;
}
.BgClassName
{
background-color: #A19BDE;
}
</style>
border-color css
<style>
span { border-color: #A19BDE; }
span { border-color: rgb(161,155,222); }
td.TdClassName
{
border-color: #A19BDE;
}
.TagClassName
{
border-color: #A19BDE;
}
</style>