Shades of Wistful #A8A3D4
Tints of Wistful #A8A3D4
RGB
CMYK
RGB Variations
Color information
#A8A3D4 (or 0xA8A3D4) is known color: Wistful. HEX triplet: A8, A3 and D4. RGB value is (168,163,212). Sum of RGB (Red+Green+Blue) = 168+163+212=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 212 - color contains mainly: blue. Hex color #A8A3D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A3D4 is #575C2B. Grayscale: #A9A9A9. Windows color (decimal): -5725228 or 13935528. OLE color: 13935528.
HSL color Cylindrical-coordinate representation of color #A8A3D4: hue angle of 246.12º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8A3D4 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 163 | 212 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.17 |
| HSL | 246.12º | 0.36% | 0.74% | - |
| HSV(B) | 246.12º | 0.23% | 0.83% | - |
| XYZ | 41.13 | 39.27 | 67.7 | - |
| YUV | 170.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 212 | 0.21 | 0.23 | 0 | 0.17 | 246.12 | 0.36 | 0.74 |
| Hex | A8 | A3 | D4 | 15 | 17 | 0 | 11 | F6 | 24 | 4A |
| Octal | 250 | 243 | 324 | 25 | 27 | 0 | 21 | 366 | 44 | 112 |
| Binary | 10101000 | 10100011 | 11010100 | 10101 | 10111 | 0 | 10001 | 11110110 | 100100 | 1001010 |
Color Harmonies of #A8A3D4
Complementary color
Monochromatic Colors of #A8A3D4
Black with #A8A3D4
Text Example
Text Example
White with #A8A3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A3D4; }
p { color: rgb(168,163,212); }
H1.HeaderClassName
{
color: #A8A3D4;
}
.AnyTagClassName
{
color: #A8A3D4;
}
</style>
background-color css
<style>
a { background-color: #A8A3D4; }
a { background-color: rgb(168,163,212); }
div.DivClassName
{
background-color: #A8A3D4;
}
.BgClassName
{
background-color: #A8A3D4;
}
</style>
border-color css
<style>
span { border-color: #A8A3D4; }
span { border-color: rgb(168,163,212); }
td.TdClassName
{
border-color: #A8A3D4;
}
.TagClassName
{
border-color: #A8A3D4;
}
</style>