Shades of Wistful #AAAACC
Tints of Wistful #AAAACC
RGB
CMYK
RGB Variations
Color information
#AAAACC (or 0xAAAACC) is known color: Wistful. HEX triplet: AA, AA and CC. RGB value is (170,170,204). Sum of RGB (Red+Green+Blue) = 170+170+204=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAACC is #555533. Grayscale: #ADADAD. Windows color (decimal): -5592372 or 13413034. OLE color: 13413034.
HSL color Cylindrical-coordinate representation of color #AAAACC: hue angle of 240º 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 #AAAACC is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 170 | 204 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.2 |
| HSL | 240º | 0.25% | 0.73% | - |
| HSV(B) | 240º | 0.17% | 0.8% | - |
| XYZ | 41.85 | 41.66 | 62.96 | - |
| YUV | 173.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 204 | 0.17 | 0.17 | 0 | 0.2 | 240 | 0.25 | 0.73 |
| Hex | AA | AA | CC | 11 | 11 | 0 | 14 | F0 | 19 | 49 |
| Octal | 252 | 252 | 314 | 21 | 21 | 0 | 24 | 360 | 31 | 111 |
| Binary | 10101010 | 10101010 | 11001100 | 10001 | 10001 | 0 | 10100 | 11110000 | 11001 | 1001001 |
Color Harmonies of #AAAACC
Complementary color
Monochromatic Colors of #AAAACC
Black with #AAAACC
Text Example
Text Example
White with #AAAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAACC; }
p { color: rgb(170,170,204); }
H1.HeaderClassName
{
color: #AAAACC;
}
.AnyTagClassName
{
color: #AAAACC;
}
</style>
background-color css
<style>
a { background-color: #AAAACC; }
a { background-color: rgb(170,170,204); }
div.DivClassName
{
background-color: #AAAACC;
}
.BgClassName
{
background-color: #AAAACC;
}
</style>
border-color css
<style>
span { border-color: #AAAACC; }
span { border-color: rgb(170,170,204); }
td.TdClassName
{
border-color: #AAAACC;
}
.TagClassName
{
border-color: #AAAACC;
}
</style>