Shades of Wistful #AAABCC
Tints of Wistful #AAABCC
RGB
CMYK
RGB Variations
Color information
#AAABCC (or 0xAAABCC) is known color: Wistful. HEX triplet: AA, AB and CC. RGB value is (170,171,204). Sum of RGB (Red+Green+Blue) = 170+171+204=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABCC is #555433. Grayscale: #AEAEAE. Windows color (decimal): -5592116 or 13413290. OLE color: 13413290.
HSL color Cylindrical-coordinate representation of color #AAABCC: hue angle of 238.24º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAABCC is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 171 | 204 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.2 |
| HSL | 238.24º | 0.25% | 0.73% | - |
| HSV(B) | 238.24º | 0.17% | 0.8% | - |
| XYZ | 42.04 | 42.03 | 63.02 | - |
| YUV | 174.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 204 | 0.17 | 0.16 | 0 | 0.2 | 238.24 | 0.25 | 0.73 |
| Hex | AA | AB | CC | 11 | 10 | 0 | 14 | EE | 19 | 49 |
| Octal | 252 | 253 | 314 | 21 | 20 | 0 | 24 | 356 | 31 | 111 |
| Binary | 10101010 | 10101011 | 11001100 | 10001 | 10000 | 0 | 10100 | 11101110 | 11001 | 1001001 |
Color Harmonies of #AAABCC
Complementary color
Monochromatic Colors of #AAABCC
Black with #AAABCC
Text Example
Text Example
White with #AAABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABCC; }
p { color: rgb(170,171,204); }
H1.HeaderClassName
{
color: #AAABCC;
}
.AnyTagClassName
{
color: #AAABCC;
}
</style>
background-color css
<style>
a { background-color: #AAABCC; }
a { background-color: rgb(170,171,204); }
div.DivClassName
{
background-color: #AAABCC;
}
.BgClassName
{
background-color: #AAABCC;
}
</style>
border-color css
<style>
span { border-color: #AAABCC; }
span { border-color: rgb(170,171,204); }
td.TdClassName
{
border-color: #AAABCC;
}
.TagClassName
{
border-color: #AAABCC;
}
</style>