Shades of Wistful #A19DD4
Tints of Wistful #A19DD4
RGB
CMYK
RGB Variations
Color information
#A19DD4 (or 0xA19DD4) is known color: Wistful. HEX triplet: A1, 9D and D4. RGB value is (161,157,212). Sum of RGB (Red+Green+Blue) = 161+157+212=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 212 - color contains mainly: blue. Hex color #A19DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DD4 is #5E622B. Grayscale: #A4A4A4. Windows color (decimal): -6185516 or 13933985. OLE color: 13933985.
HSL color Cylindrical-coordinate representation of color #A19DD4: hue angle of 244.36º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A19DD4 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 157 | 212 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.17 |
| HSL | 244.36º | 0.39% | 0.72% | - |
| HSV(B) | 244.36º | 0.26% | 0.83% | - |
| XYZ | 38.64 | 36.44 | 67.29 | - |
| YUV | 164.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 212 | 0.24 | 0.26 | 0 | 0.17 | 244.36 | 0.39 | 0.72 |
| Hex | A1 | 9D | D4 | 18 | 1A | 0 | 11 | F4 | 27 | 48 |
| Octal | 241 | 235 | 324 | 30 | 32 | 0 | 21 | 364 | 47 | 110 |
| Binary | 10100001 | 10011101 | 11010100 | 11000 | 11010 | 0 | 10001 | 11110100 | 100111 | 1001000 |
Color Harmonies of #A19DD4
Complementary color
Monochromatic Colors of #A19DD4
Black with #A19DD4
Text Example
Text Example
White with #A19DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19DD4; }
p { color: rgb(161,157,212); }
H1.HeaderClassName
{
color: #A19DD4;
}
.AnyTagClassName
{
color: #A19DD4;
}
</style>
background-color css
<style>
a { background-color: #A19DD4; }
a { background-color: rgb(161,157,212); }
div.DivClassName
{
background-color: #A19DD4;
}
.BgClassName
{
background-color: #A19DD4;
}
</style>
border-color css
<style>
span { border-color: #A19DD4; }
span { border-color: rgb(161,157,212); }
td.TdClassName
{
border-color: #A19DD4;
}
.TagClassName
{
border-color: #A19DD4;
}
</style>