Shades of Wistful #AAA1DB
Tints of Wistful #AAA1DB
RGB
CMYK
RGB Variations
Color information
#AAA1DB (or 0xAAA1DB) is known color: Wistful. HEX triplet: AA, A1 and DB. RGB value is (170,161,219). Sum of RGB (Red+Green+Blue) = 170+161+219=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAA1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1DB is #555E24. Grayscale: #AAAAAA. Windows color (decimal): -5594661 or 14393770. OLE color: 14393770.
HSL color Cylindrical-coordinate representation of color #AAA1DB: hue angle of 249.31º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA1DB is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 161 | 219 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.14 |
| HSL | 249.31º | 0.45% | 0.75% | - |
| HSV(B) | 249.31º | 0.26% | 0.86% | - |
| XYZ | 42.11 | 39.15 | 72.36 | - |
| YUV | 170.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 219 | 0.22 | 0.26 | 0 | 0.14 | 249.31 | 0.45 | 0.75 |
| Hex | AA | A1 | DB | 16 | 1A | 0 | E | F9 | 2D | 4B |
| Octal | 252 | 241 | 333 | 26 | 32 | 0 | 16 | 371 | 55 | 113 |
| Binary | 10101010 | 10100001 | 11011011 | 10110 | 11010 | 0 | 1110 | 11111001 | 101101 | 1001011 |
Color Harmonies of #AAA1DB
Complementary color
Monochromatic Colors of #AAA1DB
Black with #AAA1DB
Text Example
Text Example
White with #AAA1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1DB; }
p { color: rgb(170,161,219); }
H1.HeaderClassName
{
color: #AAA1DB;
}
.AnyTagClassName
{
color: #AAA1DB;
}
</style>
background-color css
<style>
a { background-color: #AAA1DB; }
a { background-color: rgb(170,161,219); }
div.DivClassName
{
background-color: #AAA1DB;
}
.BgClassName
{
background-color: #AAA1DB;
}
</style>
border-color css
<style>
span { border-color: #AAA1DB; }
span { border-color: rgb(170,161,219); }
td.TdClassName
{
border-color: #AAA1DB;
}
.TagClassName
{
border-color: #AAA1DB;
}
</style>