Shades of Wistful #A4A3DD
Tints of Wistful #A4A3DD
RGB
CMYK
RGB Variations
Color information
#A4A3DD (or 0xA4A3DD) is known color: Wistful. HEX triplet: A4, A3 and DD. RGB value is (164,163,221). Sum of RGB (Red+Green+Blue) = 164+163+221=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A3DD is #5B5C22. Grayscale: #A9A9A9. Windows color (decimal): -5987363 or 14525348. OLE color: 14525348.
HSL color Cylindrical-coordinate representation of color #A4A3DD: hue angle of 241.03º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4A3DD is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 163 | 221 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.13 |
| HSL | 241.03º | 0.46% | 0.75% | - |
| HSV(B) | 241.03º | 0.26% | 0.87% | - |
| XYZ | 41.46 | 39.31 | 73.81 | - |
| YUV | 169.91 | 156.83 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 221 | 0.26 | 0.26 | 0 | 0.13 | 241.03 | 0.46 | 0.75 |
| Hex | A4 | A3 | DD | 1A | 1A | 0 | D | F1 | 2E | 4B |
| Octal | 244 | 243 | 335 | 32 | 32 | 0 | 15 | 361 | 56 | 113 |
| Binary | 10100100 | 10100011 | 11011101 | 11010 | 11010 | 0 | 1101 | 11110001 | 101110 | 1001011 |
Color Harmonies of #A4A3DD
Complementary color
Monochromatic Colors of #A4A3DD
Black with #A4A3DD
Text Example
Text Example
White with #A4A3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A3DD; }
p { color: rgb(164,163,221); }
H1.HeaderClassName
{
color: #A4A3DD;
}
.AnyTagClassName
{
color: #A4A3DD;
}
</style>
background-color css
<style>
a { background-color: #A4A3DD; }
a { background-color: rgb(164,163,221); }
div.DivClassName
{
background-color: #A4A3DD;
}
.BgClassName
{
background-color: #A4A3DD;
}
</style>
border-color css
<style>
span { border-color: #A4A3DD; }
span { border-color: rgb(164,163,221); }
td.TdClassName
{
border-color: #A4A3DD;
}
.TagClassName
{
border-color: #A4A3DD;
}
</style>