Shades of Wistful #AAAACB
Tints of Wistful #AAAACB
RGB
CMYK
RGB Variations
Color information
#AAAACB (or 0xAAAACB) is known color: Wistful. HEX triplet: AA, AA and CB. RGB value is (170,170,203). Sum of RGB (Red+Green+Blue) = 170+170+203=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAACB is #555534. Grayscale: #ADADAD. Windows color (decimal): -5592373 or 13347498. OLE color: 13347498.
HSL color Cylindrical-coordinate representation of color #AAAACB: hue angle of 240º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAAACB is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 170 | 203 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.20 |
| HSL | 240º | 0.24% | 0.73% | - |
| HSV(B) | 240º | 0.16% | 0.8% | - |
| XYZ | 41.73 | 41.61 | 62.33 | - |
| YUV | 173.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 203 | 0.16 | 0.16 | 0 | 0.20 | 240 | 0.24 | 0.73 |
| Hex | AA | AA | CB | 10 | 10 | 0 | 14 | F0 | 18 | 49 |
| Octal | 252 | 252 | 313 | 20 | 20 | 0 | 24 | 360 | 30 | 111 |
| Binary | 10101010 | 10101010 | 11001011 | 10000 | 10000 | 0 | 10100 | 11110000 | 11000 | 1001001 |
Color Harmonies of #AAAACB
Complementary color
Monochromatic Colors of #AAAACB
Black with #AAAACB
Text Example
Text Example
White with #AAAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAACB; }
p { color: rgb(170,170,203); }
H1.HeaderClassName
{
color: #AAAACB;
}
.AnyTagClassName
{
color: #AAAACB;
}
</style>
background-color css
<style>
a { background-color: #AAAACB; }
a { background-color: rgb(170,170,203); }
div.DivClassName
{
background-color: #AAAACB;
}
.BgClassName
{
background-color: #AAAACB;
}
</style>
border-color css
<style>
span { border-color: #AAAACB; }
span { border-color: rgb(170,170,203); }
td.TdClassName
{
border-color: #AAAACB;
}
.TagClassName
{
border-color: #AAAACB;
}
</style>