Shades of Wistful #A9A2D5
Tints of Wistful #A9A2D5
RGB
CMYK
RGB Variations
Color information
#A9A2D5 (or 0xA9A2D5) is known color: Wistful. HEX triplet: A9, A2 and D5. RGB value is (169,162,213). Sum of RGB (Red+Green+Blue) = 169+162+213=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #A9A2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A2D5 is #565D2A. Grayscale: #A9A9A9. Windows color (decimal): -5659947 or 14000809. OLE color: 14000809.
HSL color Cylindrical-coordinate representation of color #A9A2D5: hue angle of 248.24º degrees, saturation: 0.38, 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 #A9A2D5 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 162 | 213 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.16 |
| HSL | 248.24º | 0.38% | 0.74% | - |
| HSV(B) | 248.24º | 0.24% | 0.84% | - |
| XYZ | 41.29 | 39.08 | 68.32 | - |
| YUV | 169.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 162 | 213 | 0.21 | 0.24 | 0 | 0.16 | 248.24 | 0.38 | 0.74 |
| Hex | A9 | A2 | D5 | 15 | 18 | 0 | 10 | F8 | 26 | 4A |
| Octal | 251 | 242 | 325 | 25 | 30 | 0 | 20 | 370 | 46 | 112 |
| Binary | 10101001 | 10100010 | 11010101 | 10101 | 11000 | 0 | 10000 | 11111000 | 100110 | 1001010 |
Color Harmonies of #A9A2D5
Complementary color
Monochromatic Colors of #A9A2D5
Black with #A9A2D5
Text Example
Text Example
White with #A9A2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A2D5; }
p { color: rgb(169,162,213); }
H1.HeaderClassName
{
color: #A9A2D5;
}
.AnyTagClassName
{
color: #A9A2D5;
}
</style>
background-color css
<style>
a { background-color: #A9A2D5; }
a { background-color: rgb(169,162,213); }
div.DivClassName
{
background-color: #A9A2D5;
}
.BgClassName
{
background-color: #A9A2D5;
}
</style>
border-color css
<style>
span { border-color: #A9A2D5; }
span { border-color: rgb(169,162,213); }
td.TdClassName
{
border-color: #A9A2D5;
}
.TagClassName
{
border-color: #A9A2D5;
}
</style>