Shades of Wistful #A8A3D7
Tints of Wistful #A8A3D7
RGB
CMYK
RGB Variations
Color information
#A8A3D7 (or 0xA8A3D7) is known color: Wistful. HEX triplet: A8, A3 and D7. RGB value is (168,163,215). Sum of RGB (Red+Green+Blue) = 168+163+215=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 215 - color contains mainly: blue. Hex color #A8A3D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A3D7 is #575C28. Grayscale: #AAAAAA. Windows color (decimal): -5725225 or 14132136. OLE color: 14132136.
HSL color Cylindrical-coordinate representation of color #A8A3D7: hue angle of 245.77º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8A3D7 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 163 | 215 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.16 |
| HSL | 245.77º | 0.39% | 0.74% | - |
| HSV(B) | 245.77º | 0.24% | 0.84% | - |
| XYZ | 41.51 | 39.43 | 69.71 | - |
| YUV | 170.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 215 | 0.22 | 0.24 | 0 | 0.16 | 245.77 | 0.39 | 0.74 |
| Hex | A8 | A3 | D7 | 16 | 18 | 0 | 10 | F6 | 27 | 4A |
| Octal | 250 | 243 | 327 | 26 | 30 | 0 | 20 | 366 | 47 | 112 |
| Binary | 10101000 | 10100011 | 11010111 | 10110 | 11000 | 0 | 10000 | 11110110 | 100111 | 1001010 |
Color Harmonies of #A8A3D7
Complementary color
Monochromatic Colors of #A8A3D7
Black with #A8A3D7
Text Example
Text Example
White with #A8A3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A3D7; }
p { color: rgb(168,163,215); }
H1.HeaderClassName
{
color: #A8A3D7;
}
.AnyTagClassName
{
color: #A8A3D7;
}
</style>
background-color css
<style>
a { background-color: #A8A3D7; }
a { background-color: rgb(168,163,215); }
div.DivClassName
{
background-color: #A8A3D7;
}
.BgClassName
{
background-color: #A8A3D7;
}
</style>
border-color css
<style>
span { border-color: #A8A3D7; }
span { border-color: rgb(168,163,215); }
td.TdClassName
{
border-color: #A8A3D7;
}
.TagClassName
{
border-color: #A8A3D7;
}
</style>