Shades of Wistful #A4A2DF
Tints of Wistful #A4A2DF
RGB
CMYK
RGB Variations
Color information
#A4A2DF (or 0xA4A2DF) is known color: Wistful. HEX triplet: A4, A2 and DF. RGB value is (164,162,223). Sum of RGB (Red+Green+Blue) = 164+162+223=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A2DF is #5B5D20. Grayscale: #A9A9A9. Windows color (decimal): -5987617 or 14656164. OLE color: 14656164.
HSL color Cylindrical-coordinate representation of color #A4A2DF: hue angle of 241.97º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4A2DF is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 162 | 223 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.13 |
| HSL | 241.97º | 0.49% | 0.75% | - |
| HSV(B) | 241.97º | 0.27% | 0.87% | - |
| XYZ | 41.55 | 39.06 | 75.16 | - |
| YUV | 169.55 | 158.16 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 162 | 223 | 0.26 | 0.27 | 0 | 0.13 | 241.97 | 0.49 | 0.75 |
| Hex | A4 | A2 | DF | 1A | 1B | 0 | D | F2 | 31 | 4B |
| Octal | 244 | 242 | 337 | 32 | 33 | 0 | 15 | 362 | 61 | 113 |
| Binary | 10100100 | 10100010 | 11011111 | 11010 | 11011 | 0 | 1101 | 11110010 | 110001 | 1001011 |
Color Harmonies of #A4A2DF
Complementary color
Monochromatic Colors of #A4A2DF
Black with #A4A2DF
Text Example
Text Example
White with #A4A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A2DF; }
p { color: rgb(164,162,223); }
H1.HeaderClassName
{
color: #A4A2DF;
}
.AnyTagClassName
{
color: #A4A2DF;
}
</style>
background-color css
<style>
a { background-color: #A4A2DF; }
a { background-color: rgb(164,162,223); }
div.DivClassName
{
background-color: #A4A2DF;
}
.BgClassName
{
background-color: #A4A2DF;
}
</style>
border-color css
<style>
span { border-color: #A4A2DF; }
span { border-color: rgb(164,162,223); }
td.TdClassName
{
border-color: #A4A2DF;
}
.TagClassName
{
border-color: #A4A2DF;
}
</style>