Shades of Wistful #A8A3D9
Tints of Wistful #A8A3D9
RGB
CMYK
RGB Variations
Color information
#A8A3D9 (or 0xA8A3D9) is known color: Wistful. HEX triplet: A8, A3 and D9. RGB value is (168,163,217). Sum of RGB (Red+Green+Blue) = 168+163+217=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #A8A3D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A3D9 is #575C26. Grayscale: #AAAAAA. Windows color (decimal): -5725223 or 14263208. OLE color: 14263208.
HSL color Cylindrical-coordinate representation of color #A8A3D9: hue angle of 245.56º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8A3D9 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 163 | 217 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.15 |
| HSL | 245.56º | 0.42% | 0.75% | - |
| HSV(B) | 245.56º | 0.25% | 0.85% | - |
| XYZ | 41.77 | 39.53 | 71.07 | - |
| YUV | 170.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 217 | 0.23 | 0.25 | 0 | 0.15 | 245.56 | 0.42 | 0.75 |
| Hex | A8 | A3 | D9 | 17 | 19 | 0 | F | F6 | 2A | 4B |
| Octal | 250 | 243 | 331 | 27 | 31 | 0 | 17 | 366 | 52 | 113 |
| Binary | 10101000 | 10100011 | 11011001 | 10111 | 11001 | 0 | 1111 | 11110110 | 101010 | 1001011 |
Color Harmonies of #A8A3D9
Complementary color
Monochromatic Colors of #A8A3D9
Black with #A8A3D9
Text Example
Text Example
White with #A8A3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A3D9; }
p { color: rgb(168,163,217); }
H1.HeaderClassName
{
color: #A8A3D9;
}
.AnyTagClassName
{
color: #A8A3D9;
}
</style>
background-color css
<style>
a { background-color: #A8A3D9; }
a { background-color: rgb(168,163,217); }
div.DivClassName
{
background-color: #A8A3D9;
}
.BgClassName
{
background-color: #A8A3D9;
}
</style>
border-color css
<style>
span { border-color: #A8A3D9; }
span { border-color: rgb(168,163,217); }
td.TdClassName
{
border-color: #A8A3D9;
}
.TagClassName
{
border-color: #A8A3D9;
}
</style>