Shades of Wistful #AAA3D4
Tints of Wistful #AAA3D4
RGB
CMYK
RGB Variations
Color information
#AAA3D4 (or 0xAAA3D4) is known color: Wistful. HEX triplet: AA, A3 and D4. RGB value is (170,163,212). Sum of RGB (Red+Green+Blue) = 170+163+212=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #AAA3D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3D4 is #555C2B. Grayscale: #AAAAAA. Windows color (decimal): -5594156 or 13935530. OLE color: 13935530.
HSL color Cylindrical-coordinate representation of color #AAA3D4: hue angle of 248.57º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAA3D4 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 163 | 212 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.17 |
| HSL | 248.57º | 0.36% | 0.74% | - |
| HSV(B) | 248.57º | 0.23% | 0.83% | - |
| XYZ | 41.56 | 39.49 | 67.72 | - |
| YUV | 170.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 212 | 0.20 | 0.23 | 0 | 0.17 | 248.57 | 0.36 | 0.74 |
| Hex | AA | A3 | D4 | 14 | 17 | 0 | 11 | F9 | 24 | 4A |
| Octal | 252 | 243 | 324 | 24 | 27 | 0 | 21 | 371 | 44 | 112 |
| Binary | 10101010 | 10100011 | 11010100 | 10100 | 10111 | 0 | 10001 | 11111001 | 100100 | 1001010 |
Color Harmonies of #AAA3D4
Complementary color
Monochromatic Colors of #AAA3D4
Black with #AAA3D4
Text Example
Text Example
White with #AAA3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3D4; }
p { color: rgb(170,163,212); }
H1.HeaderClassName
{
color: #AAA3D4;
}
.AnyTagClassName
{
color: #AAA3D4;
}
</style>
background-color css
<style>
a { background-color: #AAA3D4; }
a { background-color: rgb(170,163,212); }
div.DivClassName
{
background-color: #AAA3D4;
}
.BgClassName
{
background-color: #AAA3D4;
}
</style>
border-color css
<style>
span { border-color: #AAA3D4; }
span { border-color: rgb(170,163,212); }
td.TdClassName
{
border-color: #AAA3D4;
}
.TagClassName
{
border-color: #AAA3D4;
}
</style>