Shades of Wistful #AAA0CF
Tints of Wistful #AAA0CF
RGB
CMYK
RGB Variations
Color information
#AAA0CF (or 0xAAA0CF) is known color: Wistful. HEX triplet: AA, A0 and CF. RGB value is (170,160,207). Sum of RGB (Red+Green+Blue) = 170+160+207=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAA0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0CF is #555F30. Grayscale: #A8A8A8. Windows color (decimal): -5594929 or 13607082. OLE color: 13607082.
HSL color Cylindrical-coordinate representation of color #AAA0CF: hue angle of 252.77º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAA0CF is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 160 | 207 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.19 |
| HSL | 252.77º | 0.33% | 0.72% | - |
| HSV(B) | 252.77º | 0.23% | 0.81% | - |
| XYZ | 40.41 | 38.19 | 64.27 | - |
| YUV | 168.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 207 | 0.18 | 0.23 | 0 | 0.19 | 252.77 | 0.33 | 0.72 |
| Hex | AA | A0 | CF | 12 | 17 | 0 | 13 | FD | 21 | 48 |
| Octal | 252 | 240 | 317 | 22 | 27 | 0 | 23 | 375 | 41 | 110 |
| Binary | 10101010 | 10100000 | 11001111 | 10010 | 10111 | 0 | 10011 | 11111101 | 100001 | 1001000 |
Color Harmonies of #AAA0CF
Complementary color
Monochromatic Colors of #AAA0CF
Black with #AAA0CF
Text Example
Text Example
White with #AAA0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0CF; }
p { color: rgb(170,160,207); }
H1.HeaderClassName
{
color: #AAA0CF;
}
.AnyTagClassName
{
color: #AAA0CF;
}
</style>
background-color css
<style>
a { background-color: #AAA0CF; }
a { background-color: rgb(170,160,207); }
div.DivClassName
{
background-color: #AAA0CF;
}
.BgClassName
{
background-color: #AAA0CF;
}
</style>
border-color css
<style>
span { border-color: #AAA0CF; }
span { border-color: rgb(170,160,207); }
td.TdClassName
{
border-color: #AAA0CF;
}
.TagClassName
{
border-color: #AAA0CF;
}
</style>