Shades of Wistful #AAA4DC
Tints of Wistful #AAA4DC
RGB
CMYK
RGB Variations
Color information
#AAA4DC (or 0xAAA4DC) is known color: Wistful. HEX triplet: AA, A4 and DC. RGB value is (170,164,220). Sum of RGB (Red+Green+Blue) = 170+164+220=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAA4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4DC is #555B23. Grayscale: #ABABAB. Windows color (decimal): -5593892 or 14460074. OLE color: 14460074.
HSL color Cylindrical-coordinate representation of color #AAA4DC: hue angle of 246.43º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAA4DC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 164 | 220 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.14 |
| HSL | 246.43º | 0.44% | 0.75% | - |
| HSV(B) | 246.43º | 0.25% | 0.86% | - |
| XYZ | 42.77 | 40.26 | 73.23 | - |
| YUV | 172.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 220 | 0.23 | 0.25 | 0 | 0.14 | 246.43 | 0.44 | 0.75 |
| Hex | AA | A4 | DC | 17 | 19 | 0 | E | F6 | 2C | 4B |
| Octal | 252 | 244 | 334 | 27 | 31 | 0 | 16 | 366 | 54 | 113 |
| Binary | 10101010 | 10100100 | 11011100 | 10111 | 11001 | 0 | 1110 | 11110110 | 101100 | 1001011 |
Color Harmonies of #AAA4DC
Complementary color
Monochromatic Colors of #AAA4DC
Black with #AAA4DC
Text Example
Text Example
White with #AAA4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4DC; }
p { color: rgb(170,164,220); }
H1.HeaderClassName
{
color: #AAA4DC;
}
.AnyTagClassName
{
color: #AAA4DC;
}
</style>
background-color css
<style>
a { background-color: #AAA4DC; }
a { background-color: rgb(170,164,220); }
div.DivClassName
{
background-color: #AAA4DC;
}
.BgClassName
{
background-color: #AAA4DC;
}
</style>
border-color css
<style>
span { border-color: #AAA4DC; }
span { border-color: rgb(170,164,220); }
td.TdClassName
{
border-color: #AAA4DC;
}
.TagClassName
{
border-color: #AAA4DC;
}
</style>