Shades of Wistful #AAA4D4
Tints of Wistful #AAA4D4
RGB
CMYK
RGB Variations
Color information
#AAA4D4 (or 0xAAA4D4) is known color: Wistful. HEX triplet: AA, A4 and D4. RGB value is (170,164,212). Sum of RGB (Red+Green+Blue) = 170+164+212=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 212 - color contains mainly: blue. Hex color #AAA4D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4D4 is #555B2B. Grayscale: #ABABAB. Windows color (decimal): -5593900 or 13935786. OLE color: 13935786.
HSL color Cylindrical-coordinate representation of color #AAA4D4: hue angle of 247.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAA4D4 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 164 | 212 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.17 |
| HSL | 247.5º | 0.36% | 0.74% | - |
| HSV(B) | 247.5º | 0.23% | 0.83% | - |
| XYZ | 41.74 | 39.85 | 67.78 | - |
| YUV | 171.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 212 | 0.20 | 0.23 | 0 | 0.17 | 247.5 | 0.36 | 0.74 |
| Hex | AA | A4 | D4 | 14 | 17 | 0 | 11 | F8 | 24 | 4A |
| Octal | 252 | 244 | 324 | 24 | 27 | 0 | 21 | 370 | 44 | 112 |
| Binary | 10101010 | 10100100 | 11010100 | 10100 | 10111 | 0 | 10001 | 11111000 | 100100 | 1001010 |
Color Harmonies of #AAA4D4
Complementary color
Monochromatic Colors of #AAA4D4
Black with #AAA4D4
Text Example
Text Example
White with #AAA4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4D4; }
p { color: rgb(170,164,212); }
H1.HeaderClassName
{
color: #AAA4D4;
}
.AnyTagClassName
{
color: #AAA4D4;
}
</style>
background-color css
<style>
a { background-color: #AAA4D4; }
a { background-color: rgb(170,164,212); }
div.DivClassName
{
background-color: #AAA4D4;
}
.BgClassName
{
background-color: #AAA4D4;
}
</style>
border-color css
<style>
span { border-color: #AAA4D4; }
span { border-color: rgb(170,164,212); }
td.TdClassName
{
border-color: #AAA4D4;
}
.TagClassName
{
border-color: #AAA4D4;
}
</style>