Shades of Wistful #AAA3C8
Tints of Wistful #AAA3C8
RGB
CMYK
RGB Variations
Color information
#AAA3C8 (or 0xAAA3C8) is known color: Wistful. HEX triplet: AA, A3 and C8. RGB value is (170,163,200). Sum of RGB (Red+Green+Blue) = 170+163+200=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #AAA3C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3C8 is #555C37. Grayscale: #A9A9A9. Windows color (decimal): -5594168 or 13149098. OLE color: 13149098.
HSL color Cylindrical-coordinate representation of color #AAA3C8: hue angle of 251.35º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA3C8 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 163 | 200 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.22 |
| HSL | 251.35º | 0.25% | 0.71% | - |
| HSV(B) | 251.35º | 0.19% | 0.78% | - |
| XYZ | 40.1 | 38.91 | 60.04 | - |
| YUV | 169.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 200 | 0.15 | 0.18 | 0 | 0.22 | 251.35 | 0.25 | 0.71 |
| Hex | AA | A3 | C8 | F | 12 | 0 | 16 | FB | 19 | 47 |
| Octal | 252 | 243 | 310 | 17 | 22 | 0 | 26 | 373 | 31 | 107 |
| Binary | 10101010 | 10100011 | 11001000 | 1111 | 10010 | 0 | 10110 | 11111011 | 11001 | 1000111 |
Color Harmonies of #AAA3C8
Complementary color
Monochromatic Colors of #AAA3C8
Black with #AAA3C8
Text Example
Text Example
White with #AAA3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3C8; }
p { color: rgb(170,163,200); }
H1.HeaderClassName
{
color: #AAA3C8;
}
.AnyTagClassName
{
color: #AAA3C8;
}
</style>
background-color css
<style>
a { background-color: #AAA3C8; }
a { background-color: rgb(170,163,200); }
div.DivClassName
{
background-color: #AAA3C8;
}
.BgClassName
{
background-color: #AAA3C8;
}
</style>
border-color css
<style>
span { border-color: #AAA3C8; }
span { border-color: rgb(170,163,200); }
td.TdClassName
{
border-color: #AAA3C8;
}
.TagClassName
{
border-color: #AAA3C8;
}
</style>