Shades of Wistful #AAA7CB
Tints of Wistful #AAA7CB
RGB
CMYK
RGB Variations
Color information
#AAA7CB (or 0xAAA7CB) is known color: Wistful. HEX triplet: AA, A7 and CB. RGB value is (170,167,203). Sum of RGB (Red+Green+Blue) = 170+167+203=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAA7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7CB is #555834. Grayscale: #ABABAB. Windows color (decimal): -5593141 or 13346730. OLE color: 13346730.
HSL color Cylindrical-coordinate representation of color #AAA7CB: hue angle of 245º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAA7CB is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 167 | 203 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.20 |
| HSL | 245º | 0.26% | 0.73% | - |
| HSV(B) | 245º | 0.18% | 0.8% | - |
| XYZ | 41.18 | 40.5 | 62.15 | - |
| YUV | 172 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 203 | 0.16 | 0.18 | 0 | 0.20 | 245 | 0.26 | 0.73 |
| Hex | AA | A7 | CB | 10 | 12 | 0 | 14 | F5 | 1A | 49 |
| Octal | 252 | 247 | 313 | 20 | 22 | 0 | 24 | 365 | 32 | 111 |
| Binary | 10101010 | 10100111 | 11001011 | 10000 | 10010 | 0 | 10100 | 11110101 | 11010 | 1001001 |
Color Harmonies of #AAA7CB
Complementary color
Monochromatic Colors of #AAA7CB
Black with #AAA7CB
Text Example
Text Example
White with #AAA7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7CB; }
p { color: rgb(170,167,203); }
H1.HeaderClassName
{
color: #AAA7CB;
}
.AnyTagClassName
{
color: #AAA7CB;
}
</style>
background-color css
<style>
a { background-color: #AAA7CB; }
a { background-color: rgb(170,167,203); }
div.DivClassName
{
background-color: #AAA7CB;
}
.BgClassName
{
background-color: #AAA7CB;
}
</style>
border-color css
<style>
span { border-color: #AAA7CB; }
span { border-color: rgb(170,167,203); }
td.TdClassName
{
border-color: #AAA7CB;
}
.TagClassName
{
border-color: #AAA7CB;
}
</style>