Shades of Wistful #A3A1D1
Tints of Wistful #A3A1D1
RGB
CMYK
RGB Variations
Color information
#A3A1D1 (or 0xA3A1D1) is known color: Wistful. HEX triplet: A3, A1 and D1. RGB value is (163,161,209). Sum of RGB (Red+Green+Blue) = 163+161+209=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #A3A1D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A1D1 is #5C5E2E. Grayscale: #A6A6A6. Windows color (decimal): -6053423 or 13738403. OLE color: 13738403.
HSL color Cylindrical-coordinate representation of color #A3A1D1: hue angle of 242.5º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3A1D1 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 161 | 209 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.18 |
| HSL | 242.5º | 0.34% | 0.73% | - |
| HSV(B) | 242.5º | 0.23% | 0.82% | - |
| XYZ | 39.36 | 37.88 | 65.56 | - |
| YUV | 167.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 209 | 0.22 | 0.23 | 0 | 0.18 | 242.5 | 0.34 | 0.73 |
| Hex | A3 | A1 | D1 | 16 | 17 | 0 | 12 | F2 | 22 | 49 |
| Octal | 243 | 241 | 321 | 26 | 27 | 0 | 22 | 362 | 42 | 111 |
| Binary | 10100011 | 10100001 | 11010001 | 10110 | 10111 | 0 | 10010 | 11110010 | 100010 | 1001001 |
Color Harmonies of #A3A1D1
Complementary color
Monochromatic Colors of #A3A1D1
Black with #A3A1D1
Text Example
Text Example
White with #A3A1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A1D1; }
p { color: rgb(163,161,209); }
H1.HeaderClassName
{
color: #A3A1D1;
}
.AnyTagClassName
{
color: #A3A1D1;
}
</style>
background-color css
<style>
a { background-color: #A3A1D1; }
a { background-color: rgb(163,161,209); }
div.DivClassName
{
background-color: #A3A1D1;
}
.BgClassName
{
background-color: #A3A1D1;
}
</style>
border-color css
<style>
span { border-color: #A3A1D1; }
span { border-color: rgb(163,161,209); }
td.TdClassName
{
border-color: #A3A1D1;
}
.TagClassName
{
border-color: #A3A1D1;
}
</style>