Shades of Wistful #A4A3D4
Tints of Wistful #A4A3D4
RGB
CMYK
RGB Variations
Color information
#A4A3D4 (or 0xA4A3D4) is known color: Wistful. HEX triplet: A4, A3 and D4. RGB value is (164,163,212). Sum of RGB (Red+Green+Blue) = 164+163+212=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 212 - color contains mainly: blue. Hex color #A4A3D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A3D4 is #5B5C2B. Grayscale: #A8A8A8. Windows color (decimal): -5987372 or 13935524. OLE color: 13935524.
HSL color Cylindrical-coordinate representation of color #A4A3D4: hue angle of 241.22º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4A3D4 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 163 | 212 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.17 |
| HSL | 241.22º | 0.36% | 0.74% | - |
| HSV(B) | 241.22º | 0.23% | 0.83% | - |
| XYZ | 40.29 | 38.84 | 67.66 | - |
| YUV | 168.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 212 | 0.23 | 0.23 | 0 | 0.17 | 241.22 | 0.36 | 0.74 |
| Hex | A4 | A3 | D4 | 17 | 17 | 0 | 11 | F1 | 24 | 4A |
| Octal | 244 | 243 | 324 | 27 | 27 | 0 | 21 | 361 | 44 | 112 |
| Binary | 10100100 | 10100011 | 11010100 | 10111 | 10111 | 0 | 10001 | 11110001 | 100100 | 1001010 |
Color Harmonies of #A4A3D4
Complementary color
Monochromatic Colors of #A4A3D4
Black with #A4A3D4
Text Example
Text Example
White with #A4A3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A3D4; }
p { color: rgb(164,163,212); }
H1.HeaderClassName
{
color: #A4A3D4;
}
.AnyTagClassName
{
color: #A4A3D4;
}
</style>
background-color css
<style>
a { background-color: #A4A3D4; }
a { background-color: rgb(164,163,212); }
div.DivClassName
{
background-color: #A4A3D4;
}
.BgClassName
{
background-color: #A4A3D4;
}
</style>
border-color css
<style>
span { border-color: #A4A3D4; }
span { border-color: rgb(164,163,212); }
td.TdClassName
{
border-color: #A4A3D4;
}
.TagClassName
{
border-color: #A4A3D4;
}
</style>