Shades of Wistful #AAA3DC
Tints of Wistful #AAA3DC
RGB
CMYK
RGB Variations
Color information
#AAA3DC (or 0xAAA3DC) is known color: Wistful. HEX triplet: AA, A3 and DC. RGB value is (170,163,220). Sum of RGB (Red+Green+Blue) = 170+163+220=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAA3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3DC is #555C23. Grayscale: #ABABAB. Windows color (decimal): -5594148 or 14459818. OLE color: 14459818.
HSL color Cylindrical-coordinate representation of color #AAA3DC: hue angle of 247.37º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA3DC is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 163 | 220 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.14 |
| HSL | 247.37º | 0.45% | 0.75% | - |
| HSV(B) | 247.37º | 0.26% | 0.86% | - |
| XYZ | 42.59 | 39.91 | 73.17 | - |
| YUV | 171.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 220 | 0.23 | 0.26 | 0 | 0.14 | 247.37 | 0.45 | 0.75 |
| Hex | AA | A3 | DC | 17 | 1A | 0 | E | F7 | 2D | 4B |
| Octal | 252 | 243 | 334 | 27 | 32 | 0 | 16 | 367 | 55 | 113 |
| Binary | 10101010 | 10100011 | 11011100 | 10111 | 11010 | 0 | 1110 | 11110111 | 101101 | 1001011 |
Color Harmonies of #AAA3DC
Complementary color
Monochromatic Colors of #AAA3DC
Black with #AAA3DC
Text Example
Text Example
White with #AAA3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3DC; }
p { color: rgb(170,163,220); }
H1.HeaderClassName
{
color: #AAA3DC;
}
.AnyTagClassName
{
color: #AAA3DC;
}
</style>
background-color css
<style>
a { background-color: #AAA3DC; }
a { background-color: rgb(170,163,220); }
div.DivClassName
{
background-color: #AAA3DC;
}
.BgClassName
{
background-color: #AAA3DC;
}
</style>
border-color css
<style>
span { border-color: #AAA3DC; }
span { border-color: rgb(170,163,220); }
td.TdClassName
{
border-color: #AAA3DC;
}
.TagClassName
{
border-color: #AAA3DC;
}
</style>