Shades of Wistful #A4A4D7
Tints of Wistful #A4A4D7
RGB
CMYK
RGB Variations
Color information
#A4A4D7 (or 0xA4A4D7) is known color: Wistful. HEX triplet: A4, A4 and D7. RGB value is (164,164,215). Sum of RGB (Red+Green+Blue) = 164+164+215=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #A4A4D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A4D7 is #5B5B28. Grayscale: #A9A9A9. Windows color (decimal): -5987113 or 14132388. OLE color: 14132388.
HSL color Cylindrical-coordinate representation of color #A4A4D7: hue angle of 240º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4A4D7 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 164 | 215 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.16 |
| HSL | 240º | 0.39% | 0.74% | - |
| HSV(B) | 240º | 0.24% | 0.84% | - |
| XYZ | 40.85 | 39.35 | 69.73 | - |
| YUV | 169.81 | 153.5 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 164 | 215 | 0.24 | 0.24 | 0 | 0.16 | 240 | 0.39 | 0.74 |
| Hex | A4 | A4 | D7 | 18 | 18 | 0 | 10 | F0 | 27 | 4A |
| Octal | 244 | 244 | 327 | 30 | 30 | 0 | 20 | 360 | 47 | 112 |
| Binary | 10100100 | 10100100 | 11010111 | 11000 | 11000 | 0 | 10000 | 11110000 | 100111 | 1001010 |
Color Harmonies of #A4A4D7
Complementary color
Monochromatic Colors of #A4A4D7
Black with #A4A4D7
Text Example
Text Example
White with #A4A4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A4D7; }
p { color: rgb(164,164,215); }
H1.HeaderClassName
{
color: #A4A4D7;
}
.AnyTagClassName
{
color: #A4A4D7;
}
</style>
background-color css
<style>
a { background-color: #A4A4D7; }
a { background-color: rgb(164,164,215); }
div.DivClassName
{
background-color: #A4A4D7;
}
.BgClassName
{
background-color: #A4A4D7;
}
</style>
border-color css
<style>
span { border-color: #A4A4D7; }
span { border-color: rgb(164,164,215); }
td.TdClassName
{
border-color: #A4A4D7;
}
.TagClassName
{
border-color: #A4A4D7;
}
</style>