Shades of Wistful #AAA2D2
Tints of Wistful #AAA2D2
RGB
CMYK
RGB Variations
Color information
#AAA2D2 (or 0xAAA2D2) is known color: Wistful. HEX triplet: AA, A2 and D2. RGB value is (170,162,210). Sum of RGB (Red+Green+Blue) = 170+162+210=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 210 - color contains mainly: blue. Hex color #AAA2D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2D2 is #555D2D. Grayscale: #A9A9A9. Windows color (decimal): -5594414 or 13804202. OLE color: 13804202.
HSL color Cylindrical-coordinate representation of color #AAA2D2: hue angle of 250º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAA2D2 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 162 | 210 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.18 |
| HSL | 250º | 0.35% | 0.73% | - |
| HSV(B) | 250º | 0.23% | 0.82% | - |
| XYZ | 41.13 | 39.04 | 66.34 | - |
| YUV | 169.86 | 150.65 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 210 | 0.19 | 0.23 | 0 | 0.18 | 250 | 0.35 | 0.73 |
| Hex | AA | A2 | D2 | 13 | 17 | 0 | 12 | FA | 23 | 49 |
| Octal | 252 | 242 | 322 | 23 | 27 | 0 | 22 | 372 | 43 | 111 |
| Binary | 10101010 | 10100010 | 11010010 | 10011 | 10111 | 0 | 10010 | 11111010 | 100011 | 1001001 |
Color Harmonies of #AAA2D2
Complementary color
Monochromatic Colors of #AAA2D2
Black with #AAA2D2
Text Example
Text Example
White with #AAA2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2D2; }
p { color: rgb(170,162,210); }
H1.HeaderClassName
{
color: #AAA2D2;
}
.AnyTagClassName
{
color: #AAA2D2;
}
</style>
background-color css
<style>
a { background-color: #AAA2D2; }
a { background-color: rgb(170,162,210); }
div.DivClassName
{
background-color: #AAA2D2;
}
.BgClassName
{
background-color: #AAA2D2;
}
</style>
border-color css
<style>
span { border-color: #AAA2D2; }
span { border-color: rgb(170,162,210); }
td.TdClassName
{
border-color: #AAA2D2;
}
.TagClassName
{
border-color: #AAA2D2;
}
</style>