Shades of Wistful #A5A8D8
Tints of Wistful #A5A8D8
RGB
CMYK
RGB Variations
Color information
#A5A8D8 (or 0xA5A8D8) is known color: Wistful. HEX triplet: A5, A8 and D8. RGB value is (165,168,216). Sum of RGB (Red+Green+Blue) = 165+168+216=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 216 - color contains mainly: blue. Hex color #A5A8D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A8D8 is #5A5727. Grayscale: #ACACAC. Windows color (decimal): -5920552 or 14198949. OLE color: 14198949.
HSL color Cylindrical-coordinate representation of color #A5A8D8: hue angle of 236.47º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5A8D8 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 168 | 216 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.15 |
| HSL | 236.47º | 0.4% | 0.75% | - |
| HSV(B) | 236.47º | 0.24% | 0.85% | - |
| XYZ | 41.91 | 40.96 | 70.66 | - |
| YUV | 172.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 168 | 216 | 0.24 | 0.22 | 0 | 0.15 | 236.47 | 0.4 | 0.75 |
| Hex | A5 | A8 | D8 | 18 | 16 | 0 | F | EC | 28 | 4B |
| Octal | 245 | 250 | 330 | 30 | 26 | 0 | 17 | 354 | 50 | 113 |
| Binary | 10100101 | 10101000 | 11011000 | 11000 | 10110 | 0 | 1111 | 11101100 | 101000 | 1001011 |
Color Harmonies of #A5A8D8
Complementary color
Monochromatic Colors of #A5A8D8
Black with #A5A8D8
Text Example
Text Example
White with #A5A8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A8D8; }
p { color: rgb(165,168,216); }
H1.HeaderClassName
{
color: #A5A8D8;
}
.AnyTagClassName
{
color: #A5A8D8;
}
</style>
background-color css
<style>
a { background-color: #A5A8D8; }
a { background-color: rgb(165,168,216); }
div.DivClassName
{
background-color: #A5A8D8;
}
.BgClassName
{
background-color: #A5A8D8;
}
</style>
border-color css
<style>
span { border-color: #A5A8D8; }
span { border-color: rgb(165,168,216); }
td.TdClassName
{
border-color: #A5A8D8;
}
.TagClassName
{
border-color: #A5A8D8;
}
</style>