Shades of Wistful #A7A8CD
Tints of Wistful #A7A8CD
RGB
CMYK
RGB Variations
Color information
#A7A8CD (or 0xA7A8CD) is known color: Wistful. HEX triplet: A7, A8 and CD. RGB value is (167,168,205). Sum of RGB (Red+Green+Blue) = 167+168+205=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #A7A8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A8CD is #585732. Grayscale: #ABABAB. Windows color (decimal): -5789491 or 13478055. OLE color: 13478055.
HSL color Cylindrical-coordinate representation of color #A7A8CD: hue angle of 238.42º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7A8CD is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 168 | 205 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.20 |
| HSL | 238.42º | 0.28% | 0.73% | - |
| HSV(B) | 238.42º | 0.19% | 0.8% | - |
| XYZ | 40.96 | 40.63 | 63.44 | - |
| YUV | 171.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 168 | 205 | 0.19 | 0.18 | 0 | 0.20 | 238.42 | 0.28 | 0.73 |
| Hex | A7 | A8 | CD | 13 | 12 | 0 | 14 | EE | 1C | 49 |
| Octal | 247 | 250 | 315 | 23 | 22 | 0 | 24 | 356 | 34 | 111 |
| Binary | 10100111 | 10101000 | 11001101 | 10011 | 10010 | 0 | 10100 | 11101110 | 11100 | 1001001 |
Color Harmonies of #A7A8CD
Complementary color
Monochromatic Colors of #A7A8CD
Black with #A7A8CD
Text Example
Text Example
White with #A7A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A8CD; }
p { color: rgb(167,168,205); }
H1.HeaderClassName
{
color: #A7A8CD;
}
.AnyTagClassName
{
color: #A7A8CD;
}
</style>
background-color css
<style>
a { background-color: #A7A8CD; }
a { background-color: rgb(167,168,205); }
div.DivClassName
{
background-color: #A7A8CD;
}
.BgClassName
{
background-color: #A7A8CD;
}
</style>
border-color css
<style>
span { border-color: #A7A8CD; }
span { border-color: rgb(167,168,205); }
td.TdClassName
{
border-color: #A7A8CD;
}
.TagClassName
{
border-color: #A7A8CD;
}
</style>