Shades of Wistful #A4A5D4
Tints of Wistful #A4A5D4
RGB
CMYK
RGB Variations
Color information
#A4A5D4 (or 0xA4A5D4) is known color: Wistful. HEX triplet: A4, A5 and D4. RGB value is (164,165,212). Sum of RGB (Red+Green+Blue) = 164+165+212=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 212 - color contains mainly: blue. Hex color #A4A5D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A5D4 is #5B5A2B. Grayscale: #A9A9A9. Windows color (decimal): -5986860 or 13936036. OLE color: 13936036.
HSL color Cylindrical-coordinate representation of color #A4A5D4: hue angle of 238.75º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4A5D4 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 165 | 212 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.17 |
| HSL | 238.75º | 0.36% | 0.74% | - |
| HSV(B) | 238.75º | 0.23% | 0.83% | - |
| XYZ | 40.65 | 39.56 | 67.78 | - |
| YUV | 170.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 165 | 212 | 0.23 | 0.22 | 0 | 0.17 | 238.75 | 0.36 | 0.74 |
| Hex | A4 | A5 | D4 | 17 | 16 | 0 | 11 | EF | 24 | 4A |
| Octal | 244 | 245 | 324 | 27 | 26 | 0 | 21 | 357 | 44 | 112 |
| Binary | 10100100 | 10100101 | 11010100 | 10111 | 10110 | 0 | 10001 | 11101111 | 100100 | 1001010 |
Color Harmonies of #A4A5D4
Complementary color
Monochromatic Colors of #A4A5D4
Black with #A4A5D4
Text Example
Text Example
White with #A4A5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A5D4; }
p { color: rgb(164,165,212); }
H1.HeaderClassName
{
color: #A4A5D4;
}
.AnyTagClassName
{
color: #A4A5D4;
}
</style>
background-color css
<style>
a { background-color: #A4A5D4; }
a { background-color: rgb(164,165,212); }
div.DivClassName
{
background-color: #A4A5D4;
}
.BgClassName
{
background-color: #A4A5D4;
}
</style>
border-color css
<style>
span { border-color: #A4A5D4; }
span { border-color: rgb(164,165,212); }
td.TdClassName
{
border-color: #A4A5D4;
}
.TagClassName
{
border-color: #A4A5D4;
}
</style>