Shades of Wistful #A6A4D8
Tints of Wistful #A6A4D8
RGB
CMYK
RGB Variations
Color information
#A6A4D8 (or 0xA6A4D8) is known color: Wistful. HEX triplet: A6, A4 and D8. RGB value is (166,164,216). Sum of RGB (Red+Green+Blue) = 166+164+216=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 216 - color contains mainly: blue. Hex color #A6A4D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A4D8 is #595B27. Grayscale: #AAAAAA. Windows color (decimal): -5856040 or 14197926. OLE color: 14197926.
HSL color Cylindrical-coordinate representation of color #A6A4D8: hue angle of 242.31º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6A4D8 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 164 | 216 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.15 |
| HSL | 242.31º | 0.4% | 0.75% | - |
| HSV(B) | 242.31º | 0.24% | 0.85% | - |
| XYZ | 41.4 | 39.62 | 70.43 | - |
| YUV | 170.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 216 | 0.23 | 0.24 | 0 | 0.15 | 242.31 | 0.4 | 0.75 |
| Hex | A6 | A4 | D8 | 17 | 18 | 0 | F | F2 | 28 | 4B |
| Octal | 246 | 244 | 330 | 27 | 30 | 0 | 17 | 362 | 50 | 113 |
| Binary | 10100110 | 10100100 | 11011000 | 10111 | 11000 | 0 | 1111 | 11110010 | 101000 | 1001011 |
Color Harmonies of #A6A4D8
Complementary color
Monochromatic Colors of #A6A4D8
Black with #A6A4D8
Text Example
Text Example
White with #A6A4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A4D8; }
p { color: rgb(166,164,216); }
H1.HeaderClassName
{
color: #A6A4D8;
}
.AnyTagClassName
{
color: #A6A4D8;
}
</style>
background-color css
<style>
a { background-color: #A6A4D8; }
a { background-color: rgb(166,164,216); }
div.DivClassName
{
background-color: #A6A4D8;
}
.BgClassName
{
background-color: #A6A4D8;
}
</style>
border-color css
<style>
span { border-color: #A6A4D8; }
span { border-color: rgb(166,164,216); }
td.TdClassName
{
border-color: #A6A4D8;
}
.TagClassName
{
border-color: #A6A4D8;
}
</style>