Shades of Wistful #AAA2DA
Tints of Wistful #AAA2DA
RGB
CMYK
RGB Variations
Color information
#AAA2DA (or 0xAAA2DA) is known color: Wistful. HEX triplet: AA, A2 and DA. RGB value is (170,162,218). Sum of RGB (Red+Green+Blue) = 170+162+218=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAA2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2DA is #555D25. Grayscale: #AAAAAA. Windows color (decimal): -5594406 or 14328490. OLE color: 14328490.
HSL color Cylindrical-coordinate representation of color #AAA2DA: hue angle of 248.57º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA2DA is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 162 | 218 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.15 |
| HSL | 248.57º | 0.43% | 0.75% | - |
| HSV(B) | 248.57º | 0.26% | 0.85% | - |
| XYZ | 42.15 | 39.45 | 71.72 | - |
| YUV | 170.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 218 | 0.22 | 0.26 | 0 | 0.15 | 248.57 | 0.43 | 0.75 |
| Hex | AA | A2 | DA | 16 | 1A | 0 | F | F9 | 2B | 4B |
| Octal | 252 | 242 | 332 | 26 | 32 | 0 | 17 | 371 | 53 | 113 |
| Binary | 10101010 | 10100010 | 11011010 | 10110 | 11010 | 0 | 1111 | 11111001 | 101011 | 1001011 |
Color Harmonies of #AAA2DA
Complementary color
Monochromatic Colors of #AAA2DA
Black with #AAA2DA
Text Example
Text Example
White with #AAA2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2DA; }
p { color: rgb(170,162,218); }
H1.HeaderClassName
{
color: #AAA2DA;
}
.AnyTagClassName
{
color: #AAA2DA;
}
</style>
background-color css
<style>
a { background-color: #AAA2DA; }
a { background-color: rgb(170,162,218); }
div.DivClassName
{
background-color: #AAA2DA;
}
.BgClassName
{
background-color: #AAA2DA;
}
</style>
border-color css
<style>
span { border-color: #AAA2DA; }
span { border-color: rgb(170,162,218); }
td.TdClassName
{
border-color: #AAA2DA;
}
.TagClassName
{
border-color: #AAA2DA;
}
</style>