Shades of Wistful #AAA4DA
Tints of Wistful #AAA4DA
RGB
CMYK
RGB Variations
Color information
#AAA4DA (or 0xAAA4DA) is known color: Wistful. HEX triplet: AA, A4 and DA. RGB value is (170,164,218). Sum of RGB (Red+Green+Blue) = 170+164+218=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAA4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4DA is #555B25. Grayscale: #ABABAB. Windows color (decimal): -5593894 or 14329002. OLE color: 14329002.
HSL color Cylindrical-coordinate representation of color #AAA4DA: hue angle of 246.67º degrees, saturation: 0.42, 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 #AAA4DA is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 164 | 218 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.15 |
| HSL | 246.67º | 0.42% | 0.75% | - |
| HSV(B) | 246.67º | 0.25% | 0.85% | - |
| XYZ | 42.51 | 40.16 | 71.84 | - |
| YUV | 171.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 218 | 0.22 | 0.25 | 0 | 0.15 | 246.67 | 0.42 | 0.75 |
| Hex | AA | A4 | DA | 16 | 19 | 0 | F | F7 | 2A | 4B |
| Octal | 252 | 244 | 332 | 26 | 31 | 0 | 17 | 367 | 52 | 113 |
| Binary | 10101010 | 10100100 | 11011010 | 10110 | 11001 | 0 | 1111 | 11110111 | 101010 | 1001011 |
Color Harmonies of #AAA4DA
Complementary color
Monochromatic Colors of #AAA4DA
Black with #AAA4DA
Text Example
Text Example
White with #AAA4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4DA; }
p { color: rgb(170,164,218); }
H1.HeaderClassName
{
color: #AAA4DA;
}
.AnyTagClassName
{
color: #AAA4DA;
}
</style>
background-color css
<style>
a { background-color: #AAA4DA; }
a { background-color: rgb(170,164,218); }
div.DivClassName
{
background-color: #AAA4DA;
}
.BgClassName
{
background-color: #AAA4DA;
}
</style>
border-color css
<style>
span { border-color: #AAA4DA; }
span { border-color: rgb(170,164,218); }
td.TdClassName
{
border-color: #AAA4DA;
}
.TagClassName
{
border-color: #AAA4DA;
}
</style>