Shades of Wistful #AAAACF
Tints of Wistful #AAAACF
RGB
CMYK
RGB Variations
Color information
#AAAACF (or 0xAAAACF) is known color: Wistful. HEX triplet: AA, AA and CF. RGB value is (170,170,207). Sum of RGB (Red+Green+Blue) = 170+170+207=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAAACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAACF is #555530. Grayscale: #AEAEAE. Windows color (decimal): -5592369 or 13609642. OLE color: 13609642.
HSL color Cylindrical-coordinate representation of color #AAAACF: hue angle of 240º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAAACF is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 170 | 207 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.19 |
| HSL | 240º | 0.28% | 0.74% | - |
| HSV(B) | 240º | 0.18% | 0.81% | - |
| XYZ | 42.21 | 41.8 | 64.87 | - |
| YUV | 174.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 207 | 0.18 | 0.18 | 0 | 0.19 | 240 | 0.28 | 0.74 |
| Hex | AA | AA | CF | 12 | 12 | 0 | 13 | F0 | 1C | 4A |
| Octal | 252 | 252 | 317 | 22 | 22 | 0 | 23 | 360 | 34 | 112 |
| Binary | 10101010 | 10101010 | 11001111 | 10010 | 10010 | 0 | 10011 | 11110000 | 11100 | 1001010 |
Color Harmonies of #AAAACF
Complementary color
Monochromatic Colors of #AAAACF
Black with #AAAACF
Text Example
Text Example
White with #AAAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAACF; }
p { color: rgb(170,170,207); }
H1.HeaderClassName
{
color: #AAAACF;
}
.AnyTagClassName
{
color: #AAAACF;
}
</style>
background-color css
<style>
a { background-color: #AAAACF; }
a { background-color: rgb(170,170,207); }
div.DivClassName
{
background-color: #AAAACF;
}
.BgClassName
{
background-color: #AAAACF;
}
</style>
border-color css
<style>
span { border-color: #AAAACF; }
span { border-color: rgb(170,170,207); }
td.TdClassName
{
border-color: #AAAACF;
}
.TagClassName
{
border-color: #AAAACF;
}
</style>