Shades of Wistful #A9A2E2
Tints of Wistful #A9A2E2
RGB
CMYK
RGB Variations
Color information
#A9A2E2 (or 0xA9A2E2) is known color: Wistful. HEX triplet: A9, A2 and E2. RGB value is (169,162,226). Sum of RGB (Red+Green+Blue) = 169+162+226=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 226 (88.67% from 255 or 40.57% from 557); Max value from RGB is 226 - color contains mainly: blue. Hex color #A9A2E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A2E2 is #565D1D. Grayscale: #ABABAB. Windows color (decimal): -5659934 or 14852777. OLE color: 14852777.
HSL color Cylindrical-coordinate representation of color #A9A2E2: hue angle of 246.56º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9A2E2 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 162 | 226 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.11 |
| HSL | 246.56º | 0.52% | 0.76% | - |
| HSV(B) | 246.56º | 0.28% | 0.89% | - |
| XYZ | 43.01 | 39.77 | 77.36 | - |
| YUV | 171.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 162 | 226 | 0.25 | 0.28 | 0 | 0.11 | 246.56 | 0.52 | 0.76 |
| Hex | A9 | A2 | E2 | 19 | 1C | 0 | B | F7 | 34 | 4C |
| Octal | 251 | 242 | 342 | 31 | 34 | 0 | 13 | 367 | 64 | 114 |
| Binary | 10101001 | 10100010 | 11100010 | 11001 | 11100 | 0 | 1011 | 11110111 | 110100 | 1001100 |
Color Harmonies of #A9A2E2
Complementary color
Monochromatic Colors of #A9A2E2
Black with #A9A2E2
Text Example
Text Example
White with #A9A2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A2E2; }
p { color: rgb(169,162,226); }
H1.HeaderClassName
{
color: #A9A2E2;
}
.AnyTagClassName
{
color: #A9A2E2;
}
</style>
background-color css
<style>
a { background-color: #A9A2E2; }
a { background-color: rgb(169,162,226); }
div.DivClassName
{
background-color: #A9A2E2;
}
.BgClassName
{
background-color: #A9A2E2;
}
</style>
border-color css
<style>
span { border-color: #A9A2E2; }
span { border-color: rgb(169,162,226); }
td.TdClassName
{
border-color: #A9A2E2;
}
.TagClassName
{
border-color: #A9A2E2;
}
</style>