Shades of Wistful #A4A5D1
Tints of Wistful #A4A5D1
RGB
CMYK
RGB Variations
Color information
#A4A5D1 (or 0xA4A5D1) is known color: Wistful. HEX triplet: A4, A5 and D1. RGB value is (164,165,209). Sum of RGB (Red+Green+Blue) = 164+165+209=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #A4A5D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A5D1 is #5B5A2E. Grayscale: #A9A9A9. Windows color (decimal): -5986863 or 13739428. OLE color: 13739428.
HSL color Cylindrical-coordinate representation of color #A4A5D1: hue angle of 238.67º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4A5D1 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 165 | 209 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.18 |
| HSL | 238.67º | 0.33% | 0.73% | - |
| HSV(B) | 238.67º | 0.22% | 0.82% | - |
| XYZ | 40.27 | 39.41 | 65.81 | - |
| YUV | 169.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 165 | 209 | 0.22 | 0.21 | 0 | 0.18 | 238.67 | 0.33 | 0.73 |
| Hex | A4 | A5 | D1 | 16 | 15 | 0 | 12 | EF | 21 | 49 |
| Octal | 244 | 245 | 321 | 26 | 25 | 0 | 22 | 357 | 41 | 111 |
| Binary | 10100100 | 10100101 | 11010001 | 10110 | 10101 | 0 | 10010 | 11101111 | 100001 | 1001001 |
Color Harmonies of #A4A5D1
Complementary color
Monochromatic Colors of #A4A5D1
Black with #A4A5D1
Text Example
Text Example
White with #A4A5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A5D1; }
p { color: rgb(164,165,209); }
H1.HeaderClassName
{
color: #A4A5D1;
}
.AnyTagClassName
{
color: #A4A5D1;
}
</style>
background-color css
<style>
a { background-color: #A4A5D1; }
a { background-color: rgb(164,165,209); }
div.DivClassName
{
background-color: #A4A5D1;
}
.BgClassName
{
background-color: #A4A5D1;
}
</style>
border-color css
<style>
span { border-color: #A4A5D1; }
span { border-color: rgb(164,165,209); }
td.TdClassName
{
border-color: #A4A5D1;
}
.TagClassName
{
border-color: #A4A5D1;
}
</style>