Shades of Wistful #A4A6D5
Tints of Wistful #A4A6D5
RGB
CMYK
RGB Variations
Color information
#A4A6D5 (or 0xA4A6D5) is known color: Wistful. HEX triplet: A4, A6 and D5. RGB value is (164,166,213). Sum of RGB (Red+Green+Blue) = 164+166+213=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #A4A6D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A6D5 is #5B592A. Grayscale: #AAAAAA. Windows color (decimal): -5986603 or 14001828. OLE color: 14001828.
HSL color Cylindrical-coordinate representation of color #A4A6D5: hue angle of 237.55º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4A6D5 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 166 | 213 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.16 |
| HSL | 237.55º | 0.37% | 0.74% | - |
| HSV(B) | 237.55º | 0.23% | 0.84% | - |
| XYZ | 40.96 | 39.97 | 68.51 | - |
| YUV | 170.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 213 | 0.23 | 0.22 | 0 | 0.16 | 237.55 | 0.37 | 0.74 |
| Hex | A4 | A6 | D5 | 17 | 16 | 0 | 10 | EE | 25 | 4A |
| Octal | 244 | 246 | 325 | 27 | 26 | 0 | 20 | 356 | 45 | 112 |
| Binary | 10100100 | 10100110 | 11010101 | 10111 | 10110 | 0 | 10000 | 11101110 | 100101 | 1001010 |
Color Harmonies of #A4A6D5
Complementary color
Monochromatic Colors of #A4A6D5
Black with #A4A6D5
Text Example
Text Example
White with #A4A6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A6D5; }
p { color: rgb(164,166,213); }
H1.HeaderClassName
{
color: #A4A6D5;
}
.AnyTagClassName
{
color: #A4A6D5;
}
</style>
background-color css
<style>
a { background-color: #A4A6D5; }
a { background-color: rgb(164,166,213); }
div.DivClassName
{
background-color: #A4A6D5;
}
.BgClassName
{
background-color: #A4A6D5;
}
</style>
border-color css
<style>
span { border-color: #A4A6D5; }
span { border-color: rgb(164,166,213); }
td.TdClassName
{
border-color: #A4A6D5;
}
.TagClassName
{
border-color: #A4A6D5;
}
</style>