Shades of Wistful #AAA5D0
Tints of Wistful #AAA5D0
RGB
CMYK
RGB Variations
Color information
#AAA5D0 (or 0xAAA5D0) is known color: Wistful. HEX triplet: AA, A5 and D0. RGB value is (170,165,208). Sum of RGB (Red+Green+Blue) = 170+165+208=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAA5D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5D0 is #555A2F. Grayscale: #ABABAB. Windows color (decimal): -5593648 or 13673898. OLE color: 13673898.
HSL color Cylindrical-coordinate representation of color #AAA5D0: hue angle of 246.98º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAA5D0 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 165 | 208 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.18 |
| HSL | 246.98º | 0.31% | 0.73% | - |
| HSV(B) | 246.98º | 0.21% | 0.82% | - |
| XYZ | 41.42 | 40.01 | 65.21 | - |
| YUV | 171.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 208 | 0.18 | 0.21 | 0 | 0.18 | 246.98 | 0.31 | 0.73 |
| Hex | AA | A5 | D0 | 12 | 15 | 0 | 12 | F7 | 1F | 49 |
| Octal | 252 | 245 | 320 | 22 | 25 | 0 | 22 | 367 | 37 | 111 |
| Binary | 10101010 | 10100101 | 11010000 | 10010 | 10101 | 0 | 10010 | 11110111 | 11111 | 1001001 |
Color Harmonies of #AAA5D0
Complementary color
Monochromatic Colors of #AAA5D0
Black with #AAA5D0
Text Example
Text Example
White with #AAA5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA5D0; }
p { color: rgb(170,165,208); }
H1.HeaderClassName
{
color: #AAA5D0;
}
.AnyTagClassName
{
color: #AAA5D0;
}
</style>
background-color css
<style>
a { background-color: #AAA5D0; }
a { background-color: rgb(170,165,208); }
div.DivClassName
{
background-color: #AAA5D0;
}
.BgClassName
{
background-color: #AAA5D0;
}
</style>
border-color css
<style>
span { border-color: #AAA5D0; }
span { border-color: rgb(170,165,208); }
td.TdClassName
{
border-color: #AAA5D0;
}
.TagClassName
{
border-color: #AAA5D0;
}
</style>