Shades of Wistful #A7A8CC
Tints of Wistful #A7A8CC
RGB
CMYK
RGB Variations
Color information
#A7A8CC (or 0xA7A8CC) is known color: Wistful. HEX triplet: A7, A8 and CC. RGB value is (167,168,204). Sum of RGB (Red+Green+Blue) = 167+168+204=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #A7A8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A8CC is #585733. Grayscale: #ABABAB. Windows color (decimal): -5789492 or 13412519. OLE color: 13412519.
HSL color Cylindrical-coordinate representation of color #A7A8CC: hue angle of 238.38º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7A8CC is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 168 | 204 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.2 |
| HSL | 238.38º | 0.27% | 0.73% | - |
| HSV(B) | 238.38º | 0.18% | 0.8% | - |
| XYZ | 40.84 | 40.58 | 62.81 | - |
| YUV | 171.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 168 | 204 | 0.18 | 0.18 | 0 | 0.2 | 238.38 | 0.27 | 0.73 |
| Hex | A7 | A8 | CC | 12 | 12 | 0 | 14 | EE | 1B | 49 |
| Octal | 247 | 250 | 314 | 22 | 22 | 0 | 24 | 356 | 33 | 111 |
| Binary | 10100111 | 10101000 | 11001100 | 10010 | 10010 | 0 | 10100 | 11101110 | 11011 | 1001001 |
Color Harmonies of #A7A8CC
Complementary color
Monochromatic Colors of #A7A8CC
Black with #A7A8CC
Text Example
Text Example
White with #A7A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A8CC; }
p { color: rgb(167,168,204); }
H1.HeaderClassName
{
color: #A7A8CC;
}
.AnyTagClassName
{
color: #A7A8CC;
}
</style>
background-color css
<style>
a { background-color: #A7A8CC; }
a { background-color: rgb(167,168,204); }
div.DivClassName
{
background-color: #A7A8CC;
}
.BgClassName
{
background-color: #A7A8CC;
}
</style>
border-color css
<style>
span { border-color: #A7A8CC; }
span { border-color: rgb(167,168,204); }
td.TdClassName
{
border-color: #A7A8CC;
}
.TagClassName
{
border-color: #A7A8CC;
}
</style>