Shades of Wistful #AAAADC
Tints of Wistful #AAAADC
RGB
CMYK
RGB Variations
Color information
#AAAADC (or 0xAAAADC) is known color: Wistful. HEX triplet: AA, AA and DC. RGB value is (170,170,220). Sum of RGB (Red+Green+Blue) = 170+170+220=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAADC is #555523. Grayscale: #AFAFAF. Windows color (decimal): -5592356 or 14461610. OLE color: 14461610.
HSL color Cylindrical-coordinate representation of color #AAAADC: hue angle of 240º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAAADC is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 170 | 220 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.14 |
| HSL | 240º | 0.42% | 0.76% | - |
| HSV(B) | 240º | 0.23% | 0.86% | - |
| XYZ | 43.87 | 42.46 | 73.59 | - |
| YUV | 175.7 | 153 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 220 | 0.23 | 0.23 | 0 | 0.14 | 240 | 0.42 | 0.76 |
| Hex | AA | AA | DC | 17 | 17 | 0 | E | F0 | 2A | 4C |
| Octal | 252 | 252 | 334 | 27 | 27 | 0 | 16 | 360 | 52 | 114 |
| Binary | 10101010 | 10101010 | 11011100 | 10111 | 10111 | 0 | 1110 | 11110000 | 101010 | 1001100 |
Color Harmonies of #AAAADC
Complementary color
Monochromatic Colors of #AAAADC
Black with #AAAADC
Text Example
Text Example
White with #AAAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAADC; }
p { color: rgb(170,170,220); }
H1.HeaderClassName
{
color: #AAAADC;
}
.AnyTagClassName
{
color: #AAAADC;
}
</style>
background-color css
<style>
a { background-color: #AAAADC; }
a { background-color: rgb(170,170,220); }
div.DivClassName
{
background-color: #AAAADC;
}
.BgClassName
{
background-color: #AAAADC;
}
</style>
border-color css
<style>
span { border-color: #AAAADC; }
span { border-color: rgb(170,170,220); }
td.TdClassName
{
border-color: #AAAADC;
}
.TagClassName
{
border-color: #AAAADC;
}
</style>