Shades of Wistful #AAA6CB
Tints of Wistful #AAA6CB
RGB
CMYK
RGB Variations
Color information
#AAA6CB (or 0xAAA6CB) is known color: Wistful. HEX triplet: AA, A6 and CB. RGB value is (170,166,203). Sum of RGB (Red+Green+Blue) = 170+166+203=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAA6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6CB is #555934. Grayscale: #ABABAB. Windows color (decimal): -5593397 or 13346474. OLE color: 13346474.
HSL color Cylindrical-coordinate representation of color #AAA6CB: hue angle of 246.49º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAA6CB is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 166 | 203 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.20 |
| HSL | 246.49º | 0.26% | 0.72% | - |
| HSV(B) | 246.49º | 0.18% | 0.8% | - |
| XYZ | 40.99 | 40.13 | 62.09 | - |
| YUV | 171.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 203 | 0.16 | 0.18 | 0 | 0.20 | 246.49 | 0.26 | 0.72 |
| Hex | AA | A6 | CB | 10 | 12 | 0 | 14 | F6 | 1A | 48 |
| Octal | 252 | 246 | 313 | 20 | 22 | 0 | 24 | 366 | 32 | 110 |
| Binary | 10101010 | 10100110 | 11001011 | 10000 | 10010 | 0 | 10100 | 11110110 | 11010 | 1001000 |
Color Harmonies of #AAA6CB
Complementary color
Monochromatic Colors of #AAA6CB
Black with #AAA6CB
Text Example
Text Example
White with #AAA6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6CB; }
p { color: rgb(170,166,203); }
H1.HeaderClassName
{
color: #AAA6CB;
}
.AnyTagClassName
{
color: #AAA6CB;
}
</style>
background-color css
<style>
a { background-color: #AAA6CB; }
a { background-color: rgb(170,166,203); }
div.DivClassName
{
background-color: #AAA6CB;
}
.BgClassName
{
background-color: #AAA6CB;
}
</style>
border-color css
<style>
span { border-color: #AAA6CB; }
span { border-color: rgb(170,166,203); }
td.TdClassName
{
border-color: #AAA6CB;
}
.TagClassName
{
border-color: #AAA6CB;
}
</style>