Shades of Wistful #A3A1D6
Tints of Wistful #A3A1D6
RGB
CMYK
RGB Variations
Color information
#A3A1D6 (or 0xA3A1D6) is known color: Wistful. HEX triplet: A3, A1 and D6. RGB value is (163,161,214). Sum of RGB (Red+Green+Blue) = 163+161+214=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #A3A1D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A1D6 is #5C5E29. Grayscale: #A7A7A7. Windows color (decimal): -6053418 or 14066083. OLE color: 14066083.
HSL color Cylindrical-coordinate representation of color #A3A1D6: hue angle of 242.26º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3A1D6 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 161 | 214 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.16 |
| HSL | 242.26º | 0.39% | 0.74% | - |
| HSV(B) | 242.26º | 0.25% | 0.84% | - |
| XYZ | 39.99 | 38.13 | 68.87 | - |
| YUV | 167.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 214 | 0.24 | 0.25 | 0 | 0.16 | 242.26 | 0.39 | 0.74 |
| Hex | A3 | A1 | D6 | 18 | 19 | 0 | 10 | F2 | 27 | 4A |
| Octal | 243 | 241 | 326 | 30 | 31 | 0 | 20 | 362 | 47 | 112 |
| Binary | 10100011 | 10100001 | 11010110 | 11000 | 11001 | 0 | 10000 | 11110010 | 100111 | 1001010 |
Color Harmonies of #A3A1D6
Complementary color
Monochromatic Colors of #A3A1D6
Black with #A3A1D6
Text Example
Text Example
White with #A3A1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A1D6; }
p { color: rgb(163,161,214); }
H1.HeaderClassName
{
color: #A3A1D6;
}
.AnyTagClassName
{
color: #A3A1D6;
}
</style>
background-color css
<style>
a { background-color: #A3A1D6; }
a { background-color: rgb(163,161,214); }
div.DivClassName
{
background-color: #A3A1D6;
}
.BgClassName
{
background-color: #A3A1D6;
}
</style>
border-color css
<style>
span { border-color: #A3A1D6; }
span { border-color: rgb(163,161,214); }
td.TdClassName
{
border-color: #A3A1D6;
}
.TagClassName
{
border-color: #A3A1D6;
}
</style>