Shades of Wistful #A4A2D0
Tints of Wistful #A4A2D0
RGB
CMYK
RGB Variations
Color information
#A4A2D0 (or 0xA4A2D0) is known color: Wistful. HEX triplet: A4, A2 and D0. RGB value is (164,162,208). Sum of RGB (Red+Green+Blue) = 164+162+208=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #A4A2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A2D0 is #5B5D2F. Grayscale: #A7A7A7. Windows color (decimal): -5987632 or 13673124. OLE color: 13673124.
HSL color Cylindrical-coordinate representation of color #A4A2D0: hue angle of 242.61º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4A2D0 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 162 | 208 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.18 |
| HSL | 242.61º | 0.33% | 0.73% | - |
| HSV(B) | 242.61º | 0.22% | 0.82% | - |
| XYZ | 39.62 | 38.29 | 64.98 | - |
| YUV | 167.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 162 | 208 | 0.21 | 0.22 | 0 | 0.18 | 242.61 | 0.33 | 0.73 |
| Hex | A4 | A2 | D0 | 15 | 16 | 0 | 12 | F3 | 21 | 49 |
| Octal | 244 | 242 | 320 | 25 | 26 | 0 | 22 | 363 | 41 | 111 |
| Binary | 10100100 | 10100010 | 11010000 | 10101 | 10110 | 0 | 10010 | 11110011 | 100001 | 1001001 |
Color Harmonies of #A4A2D0
Complementary color
Monochromatic Colors of #A4A2D0
Black with #A4A2D0
Text Example
Text Example
White with #A4A2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A2D0; }
p { color: rgb(164,162,208); }
H1.HeaderClassName
{
color: #A4A2D0;
}
.AnyTagClassName
{
color: #A4A2D0;
}
</style>
background-color css
<style>
a { background-color: #A4A2D0; }
a { background-color: rgb(164,162,208); }
div.DivClassName
{
background-color: #A4A2D0;
}
.BgClassName
{
background-color: #A4A2D0;
}
</style>
border-color css
<style>
span { border-color: #A4A2D0; }
span { border-color: rgb(164,162,208); }
td.TdClassName
{
border-color: #A4A2D0;
}
.TagClassName
{
border-color: #A4A2D0;
}
</style>