Shades of Wistful #AAA7DB
Tints of Wistful #AAA7DB
RGB
CMYK
RGB Variations
Color information
#AAA7DB (or 0xAAA7DB) is known color: Wistful. HEX triplet: AA, A7 and DB. RGB value is (170,167,219). Sum of RGB (Red+Green+Blue) = 170+167+219=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAA7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7DB is #555824. Grayscale: #ADADAD. Windows color (decimal): -5593125 or 14395306. OLE color: 14395306.
HSL color Cylindrical-coordinate representation of color #AAA7DB: hue angle of 243.46º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAA7DB is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 167 | 219 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.14 |
| HSL | 243.46º | 0.42% | 0.76% | - |
| HSV(B) | 243.46º | 0.24% | 0.86% | - |
| XYZ | 43.18 | 41.3 | 72.71 | - |
| YUV | 173.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 219 | 0.22 | 0.24 | 0 | 0.14 | 243.46 | 0.42 | 0.76 |
| Hex | AA | A7 | DB | 16 | 18 | 0 | E | F3 | 2A | 4C |
| Octal | 252 | 247 | 333 | 26 | 30 | 0 | 16 | 363 | 52 | 114 |
| Binary | 10101010 | 10100111 | 11011011 | 10110 | 11000 | 0 | 1110 | 11110011 | 101010 | 1001100 |
Color Harmonies of #AAA7DB
Complementary color
Monochromatic Colors of #AAA7DB
Black with #AAA7DB
Text Example
Text Example
White with #AAA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7DB; }
p { color: rgb(170,167,219); }
H1.HeaderClassName
{
color: #AAA7DB;
}
.AnyTagClassName
{
color: #AAA7DB;
}
</style>
background-color css
<style>
a { background-color: #AAA7DB; }
a { background-color: rgb(170,167,219); }
div.DivClassName
{
background-color: #AAA7DB;
}
.BgClassName
{
background-color: #AAA7DB;
}
</style>
border-color css
<style>
span { border-color: #AAA7DB; }
span { border-color: rgb(170,167,219); }
td.TdClassName
{
border-color: #AAA7DB;
}
.TagClassName
{
border-color: #AAA7DB;
}
</style>