Shades of Wistful #AAA7DF
Tints of Wistful #AAA7DF
RGB
CMYK
RGB Variations
Color information
#AAA7DF (or 0xAAA7DF) is known color: Wistful. HEX triplet: AA, A7 and DF. RGB value is (170,167,223). Sum of RGB (Red+Green+Blue) = 170+167+223=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAA7DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7DF is #555820. Grayscale: #AEAEAE. Windows color (decimal): -5593121 or 14657450. OLE color: 14657450.
HSL color Cylindrical-coordinate representation of color #AAA7DF: hue angle of 243.21º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAA7DF is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 167 | 223 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.13 |
| HSL | 243.21º | 0.47% | 0.76% | - |
| HSV(B) | 243.21º | 0.25% | 0.87% | - |
| XYZ | 43.72 | 41.51 | 75.52 | - |
| YUV | 174.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 223 | 0.24 | 0.25 | 0 | 0.13 | 243.21 | 0.47 | 0.76 |
| Hex | AA | A7 | DF | 18 | 19 | 0 | D | F3 | 2F | 4C |
| Octal | 252 | 247 | 337 | 30 | 31 | 0 | 15 | 363 | 57 | 114 |
| Binary | 10101010 | 10100111 | 11011111 | 11000 | 11001 | 0 | 1101 | 11110011 | 101111 | 1001100 |
Color Harmonies of #AAA7DF
Complementary color
Monochromatic Colors of #AAA7DF
Black with #AAA7DF
Text Example
Text Example
White with #AAA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7DF; }
p { color: rgb(170,167,223); }
H1.HeaderClassName
{
color: #AAA7DF;
}
.AnyTagClassName
{
color: #AAA7DF;
}
</style>
background-color css
<style>
a { background-color: #AAA7DF; }
a { background-color: rgb(170,167,223); }
div.DivClassName
{
background-color: #AAA7DF;
}
.BgClassName
{
background-color: #AAA7DF;
}
</style>
border-color css
<style>
span { border-color: #AAA7DF; }
span { border-color: rgb(170,167,223); }
td.TdClassName
{
border-color: #AAA7DF;
}
.TagClassName
{
border-color: #AAA7DF;
}
</style>