Shades of Wistful #AAA0DA
Tints of Wistful #AAA0DA
RGB
CMYK
RGB Variations
Color information
#AAA0DA (or 0xAAA0DA) is known color: Wistful. HEX triplet: AA, A0 and DA. RGB value is (170,160,218). Sum of RGB (Red+Green+Blue) = 170+160+218=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAA0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0DA is #555F25. Grayscale: #A9A9A9. Windows color (decimal): -5594918 or 14327978. OLE color: 14327978.
HSL color Cylindrical-coordinate representation of color #AAA0DA: hue angle of 250.34º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAA0DA is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 160 | 218 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.15 |
| HSL | 250.34º | 0.44% | 0.74% | - |
| HSV(B) | 250.34º | 0.27% | 0.85% | - |
| XYZ | 41.8 | 38.75 | 71.61 | - |
| YUV | 169.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 218 | 0.22 | 0.27 | 0 | 0.15 | 250.34 | 0.44 | 0.74 |
| Hex | AA | A0 | DA | 16 | 1B | 0 | F | FA | 2C | 4A |
| Octal | 252 | 240 | 332 | 26 | 33 | 0 | 17 | 372 | 54 | 112 |
| Binary | 10101010 | 10100000 | 11011010 | 10110 | 11011 | 0 | 1111 | 11111010 | 101100 | 1001010 |
Color Harmonies of #AAA0DA
Complementary color
Monochromatic Colors of #AAA0DA
Black with #AAA0DA
Text Example
Text Example
White with #AAA0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0DA; }
p { color: rgb(170,160,218); }
H1.HeaderClassName
{
color: #AAA0DA;
}
.AnyTagClassName
{
color: #AAA0DA;
}
</style>
background-color css
<style>
a { background-color: #AAA0DA; }
a { background-color: rgb(170,160,218); }
div.DivClassName
{
background-color: #AAA0DA;
}
.BgClassName
{
background-color: #AAA0DA;
}
</style>
border-color css
<style>
span { border-color: #AAA0DA; }
span { border-color: rgb(170,160,218); }
td.TdClassName
{
border-color: #AAA0DA;
}
.TagClassName
{
border-color: #AAA0DA;
}
</style>