Shades of Wistful #AAA3CF
Tints of Wistful #AAA3CF
RGB
CMYK
RGB Variations
Color information
#AAA3CF (or 0xAAA3CF) is known color: Wistful. HEX triplet: AA, A3 and CF. RGB value is (170,163,207). Sum of RGB (Red+Green+Blue) = 170+163+207=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAA3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3CF is #555C30. Grayscale: #A9A9A9. Windows color (decimal): -5594161 or 13607850. OLE color: 13607850.
HSL color Cylindrical-coordinate representation of color #AAA3CF: hue angle of 249.55º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAA3CF is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 163 | 207 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.19 |
| HSL | 249.55º | 0.31% | 0.73% | - |
| HSV(B) | 249.55º | 0.21% | 0.81% | - |
| XYZ | 40.94 | 39.25 | 64.45 | - |
| YUV | 170.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 207 | 0.18 | 0.21 | 0 | 0.19 | 249.55 | 0.31 | 0.73 |
| Hex | AA | A3 | CF | 12 | 15 | 0 | 13 | FA | 1F | 49 |
| Octal | 252 | 243 | 317 | 22 | 25 | 0 | 23 | 372 | 37 | 111 |
| Binary | 10101010 | 10100011 | 11001111 | 10010 | 10101 | 0 | 10011 | 11111010 | 11111 | 1001001 |
Color Harmonies of #AAA3CF
Complementary color
Monochromatic Colors of #AAA3CF
Black with #AAA3CF
Text Example
Text Example
White with #AAA3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3CF; }
p { color: rgb(170,163,207); }
H1.HeaderClassName
{
color: #AAA3CF;
}
.AnyTagClassName
{
color: #AAA3CF;
}
</style>
background-color css
<style>
a { background-color: #AAA3CF; }
a { background-color: rgb(170,163,207); }
div.DivClassName
{
background-color: #AAA3CF;
}
.BgClassName
{
background-color: #AAA3CF;
}
</style>
border-color css
<style>
span { border-color: #AAA3CF; }
span { border-color: rgb(170,163,207); }
td.TdClassName
{
border-color: #AAA3CF;
}
.TagClassName
{
border-color: #AAA3CF;
}
</style>