Shades of Wistful #A6A4DF
Tints of Wistful #A6A4DF
RGB
CMYK
RGB Variations
Color information
#A6A4DF (or 0xA6A4DF) is known color: Wistful. HEX triplet: A6, A4 and DF. RGB value is (166,164,223). Sum of RGB (Red+Green+Blue) = 166+164+223=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6A4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A4DF is #595B20. Grayscale: #ABABAB. Windows color (decimal): -5856033 or 14656678. OLE color: 14656678.
HSL color Cylindrical-coordinate representation of color #A6A4DF: hue angle of 242.03º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6A4DF is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 164 | 223 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.13 |
| HSL | 242.03º | 0.48% | 0.76% | - |
| HSV(B) | 242.03º | 0.26% | 0.87% | - |
| XYZ | 42.32 | 39.99 | 75.3 | - |
| YUV | 171.32 | 157.16 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 223 | 0.26 | 0.26 | 0 | 0.13 | 242.03 | 0.48 | 0.76 |
| Hex | A6 | A4 | DF | 1A | 1A | 0 | D | F2 | 30 | 4C |
| Octal | 246 | 244 | 337 | 32 | 32 | 0 | 15 | 362 | 60 | 114 |
| Binary | 10100110 | 10100100 | 11011111 | 11010 | 11010 | 0 | 1101 | 11110010 | 110000 | 1001100 |
Color Harmonies of #A6A4DF
Complementary color
Monochromatic Colors of #A6A4DF
Black with #A6A4DF
Text Example
Text Example
White with #A6A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A4DF; }
p { color: rgb(166,164,223); }
H1.HeaderClassName
{
color: #A6A4DF;
}
.AnyTagClassName
{
color: #A6A4DF;
}
</style>
background-color css
<style>
a { background-color: #A6A4DF; }
a { background-color: rgb(166,164,223); }
div.DivClassName
{
background-color: #A6A4DF;
}
.BgClassName
{
background-color: #A6A4DF;
}
</style>
border-color css
<style>
span { border-color: #A6A4DF; }
span { border-color: rgb(166,164,223); }
td.TdClassName
{
border-color: #A6A4DF;
}
.TagClassName
{
border-color: #A6A4DF;
}
</style>