Shades of Wistful #A4A0C7
Tints of Wistful #A4A0C7
RGB
CMYK
RGB Variations
Color information
#A4A0C7 (or 0xA4A0C7) is known color: Wistful. HEX triplet: A4, A0 and C7. RGB value is (164,160,199). Sum of RGB (Red+Green+Blue) = 164+160+199=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 199 - color contains mainly: blue. Hex color #A4A0C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A0C7 is #5B5F38. Grayscale: #A5A5A5. Windows color (decimal): -5988153 or 13082788. OLE color: 13082788.
HSL color Cylindrical-coordinate representation of color #A4A0C7: hue angle of 246.15º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4A0C7 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 160 | 199 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.22 |
| HSL | 246.15º | 0.26% | 0.7% | - |
| HSV(B) | 246.15º | 0.2% | 0.78% | - |
| XYZ | 38.19 | 37.16 | 59.19 | - |
| YUV | 165.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 160 | 199 | 0.18 | 0.20 | 0 | 0.22 | 246.15 | 0.26 | 0.7 |
| Hex | A4 | A0 | C7 | 12 | 14 | 0 | 16 | F6 | 1A | 46 |
| Octal | 244 | 240 | 307 | 22 | 24 | 0 | 26 | 366 | 32 | 106 |
| Binary | 10100100 | 10100000 | 11000111 | 10010 | 10100 | 0 | 10110 | 11110110 | 11010 | 1000110 |
Color Harmonies of #A4A0C7
Complementary color
Monochromatic Colors of #A4A0C7
Black with #A4A0C7
Text Example
Text Example
White with #A4A0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A0C7; }
p { color: rgb(164,160,199); }
H1.HeaderClassName
{
color: #A4A0C7;
}
.AnyTagClassName
{
color: #A4A0C7;
}
</style>
background-color css
<style>
a { background-color: #A4A0C7; }
a { background-color: rgb(164,160,199); }
div.DivClassName
{
background-color: #A4A0C7;
}
.BgClassName
{
background-color: #A4A0C7;
}
</style>
border-color css
<style>
span { border-color: #A4A0C7; }
span { border-color: rgb(164,160,199); }
td.TdClassName
{
border-color: #A4A0C7;
}
.TagClassName
{
border-color: #A4A0C7;
}
</style>