Shades of Wistful #A19BDC
Tints of Wistful #A19BDC
RGB
CMYK
RGB Variations
Color information
#A19BDC (or 0xA19BDC) is known color: Wistful. HEX triplet: A1, 9B and DC. RGB value is (161,155,220). Sum of RGB (Red+Green+Blue) = 161+155+220=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #A19BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BDC is #5E6423. Grayscale: #A3A3A3. Windows color (decimal): -6186020 or 14457761. OLE color: 14457761.
HSL color Cylindrical-coordinate representation of color #A19BDC: hue angle of 245.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A19BDC is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 155 | 220 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.14 |
| HSL | 245.54º | 0.48% | 0.74% | - |
| HSV(B) | 245.54º | 0.3% | 0.86% | - |
| XYZ | 39.34 | 36.19 | 72.62 | - |
| YUV | 164.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 220 | 0.27 | 0.30 | 0 | 0.14 | 245.54 | 0.48 | 0.74 |
| Hex | A1 | 9B | DC | 1B | 1E | 0 | E | F6 | 30 | 4A |
| Octal | 241 | 233 | 334 | 33 | 36 | 0 | 16 | 366 | 60 | 112 |
| Binary | 10100001 | 10011011 | 11011100 | 11011 | 11110 | 0 | 1110 | 11110110 | 110000 | 1001010 |
Color Harmonies of #A19BDC
Complementary color
Monochromatic Colors of #A19BDC
Black with #A19BDC
Text Example
Text Example
White with #A19BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BDC; }
p { color: rgb(161,155,220); }
H1.HeaderClassName
{
color: #A19BDC;
}
.AnyTagClassName
{
color: #A19BDC;
}
</style>
background-color css
<style>
a { background-color: #A19BDC; }
a { background-color: rgb(161,155,220); }
div.DivClassName
{
background-color: #A19BDC;
}
.BgClassName
{
background-color: #A19BDC;
}
</style>
border-color css
<style>
span { border-color: #A19BDC; }
span { border-color: rgb(161,155,220); }
td.TdClassName
{
border-color: #A19BDC;
}
.TagClassName
{
border-color: #A19BDC;
}
</style>