Shades of Wistful #A19BD2
Tints of Wistful #A19BD2
RGB
CMYK
RGB Variations
Color information
#A19BD2 (or 0xA19BD2) is known color: Wistful. HEX triplet: A1, 9B and D2. RGB value is (161,155,210). Sum of RGB (Red+Green+Blue) = 161+155+210=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 210 - color contains mainly: blue. Hex color #A19BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BD2 is #5E642D. Grayscale: #A2A2A2. Windows color (decimal): -6186030 or 13802401. OLE color: 13802401.
HSL color Cylindrical-coordinate representation of color #A19BD2: hue angle of 246.55º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A19BD2 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 155 | 210 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.18 |
| HSL | 246.55º | 0.38% | 0.72% | - |
| HSV(B) | 246.55º | 0.26% | 0.82% | - |
| XYZ | 38.05 | 35.67 | 65.85 | - |
| YUV | 163.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 210 | 0.23 | 0.26 | 0 | 0.18 | 246.55 | 0.38 | 0.72 |
| Hex | A1 | 9B | D2 | 17 | 1A | 0 | 12 | F7 | 26 | 48 |
| Octal | 241 | 233 | 322 | 27 | 32 | 0 | 22 | 367 | 46 | 110 |
| Binary | 10100001 | 10011011 | 11010010 | 10111 | 11010 | 0 | 10010 | 11110111 | 100110 | 1001000 |
Color Harmonies of #A19BD2
Complementary color
Monochromatic Colors of #A19BD2
Black with #A19BD2
Text Example
Text Example
White with #A19BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BD2; }
p { color: rgb(161,155,210); }
H1.HeaderClassName
{
color: #A19BD2;
}
.AnyTagClassName
{
color: #A19BD2;
}
</style>
background-color css
<style>
a { background-color: #A19BD2; }
a { background-color: rgb(161,155,210); }
div.DivClassName
{
background-color: #A19BD2;
}
.BgClassName
{
background-color: #A19BD2;
}
</style>
border-color css
<style>
span { border-color: #A19BD2; }
span { border-color: rgb(161,155,210); }
td.TdClassName
{
border-color: #A19BD2;
}
.TagClassName
{
border-color: #A19BD2;
}
</style>