Shades of Wistful #A7A0CC
Tints of Wistful #A7A0CC
RGB
CMYK
RGB Variations
Color information
#A7A0CC (or 0xA7A0CC) is known color: Wistful. HEX triplet: A7, A0 and CC. RGB value is (167,160,204). Sum of RGB (Red+Green+Blue) = 167+160+204=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #A7A0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A0CC is #585F33. Grayscale: #A6A6A6. Windows color (decimal): -5791540 or 13410471. OLE color: 13410471.
HSL color Cylindrical-coordinate representation of color #A7A0CC: hue angle of 249.55º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7A0CC is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 160 | 204 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.2 |
| HSL | 249.55º | 0.3% | 0.71% | - |
| HSV(B) | 249.55º | 0.22% | 0.8% | - |
| XYZ | 39.41 | 37.72 | 62.33 | - |
| YUV | 167.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 160 | 204 | 0.18 | 0.22 | 0 | 0.2 | 249.55 | 0.3 | 0.71 |
| Hex | A7 | A0 | CC | 12 | 16 | 0 | 14 | FA | 1E | 47 |
| Octal | 247 | 240 | 314 | 22 | 26 | 0 | 24 | 372 | 36 | 107 |
| Binary | 10100111 | 10100000 | 11001100 | 10010 | 10110 | 0 | 10100 | 11111010 | 11110 | 1000111 |
Color Harmonies of #A7A0CC
Complementary color
Monochromatic Colors of #A7A0CC
Black with #A7A0CC
Text Example
Text Example
White with #A7A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A0CC; }
p { color: rgb(167,160,204); }
H1.HeaderClassName
{
color: #A7A0CC;
}
.AnyTagClassName
{
color: #A7A0CC;
}
</style>
background-color css
<style>
a { background-color: #A7A0CC; }
a { background-color: rgb(167,160,204); }
div.DivClassName
{
background-color: #A7A0CC;
}
.BgClassName
{
background-color: #A7A0CC;
}
</style>
border-color css
<style>
span { border-color: #A7A0CC; }
span { border-color: rgb(167,160,204); }
td.TdClassName
{
border-color: #A7A0CC;
}
.TagClassName
{
border-color: #A7A0CC;
}
</style>