Shades of Wistful #A7A8CB
Tints of Wistful #A7A8CB
RGB
CMYK
RGB Variations
Color information
#A7A8CB (or 0xA7A8CB) is known color: Wistful. HEX triplet: A7, A8 and CB. RGB value is (167,168,203). Sum of RGB (Red+Green+Blue) = 167+168+203=538 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.04% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #A7A8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A8CB is #585734. Grayscale: #ABABAB. Windows color (decimal): -5789493 or 13346983. OLE color: 13346983.
HSL color Cylindrical-coordinate representation of color #A7A8CB: hue angle of 238.33º degrees, saturation: 0.26, 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 #A7A8CB is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 168 | 203 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.20 |
| HSL | 238.33º | 0.26% | 0.73% | - |
| HSV(B) | 238.33º | 0.18% | 0.8% | - |
| XYZ | 40.72 | 40.53 | 62.18 | - |
| YUV | 171.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 168 | 203 | 0.18 | 0.17 | 0 | 0.20 | 238.33 | 0.26 | 0.73 |
| Hex | A7 | A8 | CB | 12 | 11 | 0 | 14 | EE | 1A | 49 |
| Octal | 247 | 250 | 313 | 22 | 21 | 0 | 24 | 356 | 32 | 111 |
| Binary | 10100111 | 10101000 | 11001011 | 10010 | 10001 | 0 | 10100 | 11101110 | 11010 | 1001001 |
Color Harmonies of #A7A8CB
Complementary color
Monochromatic Colors of #A7A8CB
Black with #A7A8CB
Text Example
Text Example
White with #A7A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A8CB; }
p { color: rgb(167,168,203); }
H1.HeaderClassName
{
color: #A7A8CB;
}
.AnyTagClassName
{
color: #A7A8CB;
}
</style>
background-color css
<style>
a { background-color: #A7A8CB; }
a { background-color: rgb(167,168,203); }
div.DivClassName
{
background-color: #A7A8CB;
}
.BgClassName
{
background-color: #A7A8CB;
}
</style>
border-color css
<style>
span { border-color: #A7A8CB; }
span { border-color: rgb(167,168,203); }
td.TdClassName
{
border-color: #A7A8CB;
}
.TagClassName
{
border-color: #A7A8CB;
}
</style>