Shades of Wistful #A3A4D1
Tints of Wistful #A3A4D1
RGB
CMYK
RGB Variations
Color information
#A3A4D1 (or 0xA3A4D1) is known color: Wistful. HEX triplet: A3, A4 and D1. RGB value is (163,164,209). Sum of RGB (Red+Green+Blue) = 163+164+209=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #A3A4D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A4D1 is #5C5B2E. Grayscale: #A8A8A8. Windows color (decimal): -6052655 or 13739171. OLE color: 13739171.
HSL color Cylindrical-coordinate representation of color #A3A4D1: hue angle of 238.7º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3A4D1 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 164 | 209 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.18 |
| HSL | 238.7º | 0.33% | 0.73% | - |
| HSV(B) | 238.7º | 0.22% | 0.82% | - |
| XYZ | 39.89 | 38.94 | 65.74 | - |
| YUV | 168.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 209 | 0.22 | 0.22 | 0 | 0.18 | 238.7 | 0.33 | 0.73 |
| Hex | A3 | A4 | D1 | 16 | 16 | 0 | 12 | EF | 21 | 49 |
| Octal | 243 | 244 | 321 | 26 | 26 | 0 | 22 | 357 | 41 | 111 |
| Binary | 10100011 | 10100100 | 11010001 | 10110 | 10110 | 0 | 10010 | 11101111 | 100001 | 1001001 |
Color Harmonies of #A3A4D1
Complementary color
Monochromatic Colors of #A3A4D1
Black with #A3A4D1
Text Example
Text Example
White with #A3A4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A4D1; }
p { color: rgb(163,164,209); }
H1.HeaderClassName
{
color: #A3A4D1;
}
.AnyTagClassName
{
color: #A3A4D1;
}
</style>
background-color css
<style>
a { background-color: #A3A4D1; }
a { background-color: rgb(163,164,209); }
div.DivClassName
{
background-color: #A3A4D1;
}
.BgClassName
{
background-color: #A3A4D1;
}
</style>
border-color css
<style>
span { border-color: #A3A4D1; }
span { border-color: rgb(163,164,209); }
td.TdClassName
{
border-color: #A3A4D1;
}
.TagClassName
{
border-color: #A3A4D1;
}
</style>