Shades of Wistful #AAA3DD
Tints of Wistful #AAA3DD
RGB
CMYK
RGB Variations
Color information
#AAA3DD (or 0xAAA3DD) is known color: Wistful. HEX triplet: AA, A3 and DD. RGB value is (170,163,221). Sum of RGB (Red+Green+Blue) = 170+163+221=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAA3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3DD is #555C22. Grayscale: #ABABAB. Windows color (decimal): -5594147 or 14525354. OLE color: 14525354.
HSL color Cylindrical-coordinate representation of color #AAA3DD: hue angle of 247.24º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA3DD is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 163 | 221 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.13 |
| HSL | 247.24º | 0.46% | 0.75% | - |
| HSV(B) | 247.24º | 0.26% | 0.87% | - |
| XYZ | 42.73 | 39.96 | 73.87 | - |
| YUV | 171.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 221 | 0.23 | 0.26 | 0 | 0.13 | 247.24 | 0.46 | 0.75 |
| Hex | AA | A3 | DD | 17 | 1A | 0 | D | F7 | 2E | 4B |
| Octal | 252 | 243 | 335 | 27 | 32 | 0 | 15 | 367 | 56 | 113 |
| Binary | 10101010 | 10100011 | 11011101 | 10111 | 11010 | 0 | 1101 | 11110111 | 101110 | 1001011 |
Color Harmonies of #AAA3DD
Complementary color
Monochromatic Colors of #AAA3DD
Black with #AAA3DD
Text Example
Text Example
White with #AAA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3DD; }
p { color: rgb(170,163,221); }
H1.HeaderClassName
{
color: #AAA3DD;
}
.AnyTagClassName
{
color: #AAA3DD;
}
</style>
background-color css
<style>
a { background-color: #AAA3DD; }
a { background-color: rgb(170,163,221); }
div.DivClassName
{
background-color: #AAA3DD;
}
.BgClassName
{
background-color: #AAA3DD;
}
</style>
border-color css
<style>
span { border-color: #AAA3DD; }
span { border-color: rgb(170,163,221); }
td.TdClassName
{
border-color: #AAA3DD;
}
.TagClassName
{
border-color: #AAA3DD;
}
</style>