Shades of Wistful #AAA3DA
Tints of Wistful #AAA3DA
RGB
CMYK
RGB Variations
Color information
#AAA3DA (or 0xAAA3DA) is known color: Wistful. HEX triplet: AA, A3 and DA. RGB value is (170,163,218). Sum of RGB (Red+Green+Blue) = 170+163+218=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAA3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3DA is #555C25. Grayscale: #ABABAB. Windows color (decimal): -5594150 or 14328746. OLE color: 14328746.
HSL color Cylindrical-coordinate representation of color #AAA3DA: hue angle of 247.64º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAA3DA is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 163 | 218 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.15 |
| HSL | 247.64º | 0.43% | 0.75% | - |
| HSV(B) | 247.64º | 0.25% | 0.85% | - |
| XYZ | 42.33 | 39.8 | 71.78 | - |
| YUV | 171.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 218 | 0.22 | 0.25 | 0 | 0.15 | 247.64 | 0.43 | 0.75 |
| Hex | AA | A3 | DA | 16 | 19 | 0 | F | F8 | 2B | 4B |
| Octal | 252 | 243 | 332 | 26 | 31 | 0 | 17 | 370 | 53 | 113 |
| Binary | 10101010 | 10100011 | 11011010 | 10110 | 11001 | 0 | 1111 | 11111000 | 101011 | 1001011 |
Color Harmonies of #AAA3DA
Complementary color
Monochromatic Colors of #AAA3DA
Black with #AAA3DA
Text Example
Text Example
White with #AAA3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3DA; }
p { color: rgb(170,163,218); }
H1.HeaderClassName
{
color: #AAA3DA;
}
.AnyTagClassName
{
color: #AAA3DA;
}
</style>
background-color css
<style>
a { background-color: #AAA3DA; }
a { background-color: rgb(170,163,218); }
div.DivClassName
{
background-color: #AAA3DA;
}
.BgClassName
{
background-color: #AAA3DA;
}
</style>
border-color css
<style>
span { border-color: #AAA3DA; }
span { border-color: rgb(170,163,218); }
td.TdClassName
{
border-color: #AAA3DA;
}
.TagClassName
{
border-color: #AAA3DA;
}
</style>