Shades of Wistful #AAA2CC
Tints of Wistful #AAA2CC
RGB
CMYK
RGB Variations
Color information
#AAA2CC (or 0xAAA2CC) is known color: Wistful. HEX triplet: AA, A2 and CC. RGB value is (170,162,204). Sum of RGB (Red+Green+Blue) = 170+162+204=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAA2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2CC is #555D33. Grayscale: #A9A9A9. Windows color (decimal): -5594420 or 13410986. OLE color: 13410986.
HSL color Cylindrical-coordinate representation of color #AAA2CC: hue angle of 251.43º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAA2CC is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 162 | 204 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.2 |
| HSL | 251.43º | 0.29% | 0.72% | - |
| HSV(B) | 251.43º | 0.21% | 0.8% | - |
| XYZ | 40.4 | 38.75 | 62.48 | - |
| YUV | 169.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 204 | 0.17 | 0.21 | 0 | 0.2 | 251.43 | 0.29 | 0.72 |
| Hex | AA | A2 | CC | 11 | 15 | 0 | 14 | FB | 1D | 48 |
| Octal | 252 | 242 | 314 | 21 | 25 | 0 | 24 | 373 | 35 | 110 |
| Binary | 10101010 | 10100010 | 11001100 | 10001 | 10101 | 0 | 10100 | 11111011 | 11101 | 1001000 |
Color Harmonies of #AAA2CC
Complementary color
Monochromatic Colors of #AAA2CC
Black with #AAA2CC
Text Example
Text Example
White with #AAA2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2CC; }
p { color: rgb(170,162,204); }
H1.HeaderClassName
{
color: #AAA2CC;
}
.AnyTagClassName
{
color: #AAA2CC;
}
</style>
background-color css
<style>
a { background-color: #AAA2CC; }
a { background-color: rgb(170,162,204); }
div.DivClassName
{
background-color: #AAA2CC;
}
.BgClassName
{
background-color: #AAA2CC;
}
</style>
border-color css
<style>
span { border-color: #AAA2CC; }
span { border-color: rgb(170,162,204); }
td.TdClassName
{
border-color: #AAA2CC;
}
.TagClassName
{
border-color: #AAA2CC;
}
</style>