Shades of Wistful #A7A8DD
Tints of Wistful #A7A8DD
RGB
CMYK
RGB Variations
Color information
#A7A8DD (or 0xA7A8DD) is known color: Wistful. HEX triplet: A7, A8 and DD. RGB value is (167,168,221). Sum of RGB (Red+Green+Blue) = 167+168+221=556 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.04% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #A7A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A8DD is #585722. Grayscale: #ADADAD. Windows color (decimal): -5789475 or 14526631. OLE color: 14526631.
HSL color Cylindrical-coordinate representation of color #A7A8DD: hue angle of 238.89º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7A8DD is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 168 | 221 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.13 |
| HSL | 238.89º | 0.44% | 0.76% | - |
| HSV(B) | 238.89º | 0.24% | 0.87% | - |
| XYZ | 42.99 | 41.44 | 74.14 | - |
| YUV | 173.74 | 154.67 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 168 | 221 | 0.24 | 0.24 | 0 | 0.13 | 238.89 | 0.44 | 0.76 |
| Hex | A7 | A8 | DD | 18 | 18 | 0 | D | EF | 2C | 4C |
| Octal | 247 | 250 | 335 | 30 | 30 | 0 | 15 | 357 | 54 | 114 |
| Binary | 10100111 | 10101000 | 11011101 | 11000 | 11000 | 0 | 1101 | 11101111 | 101100 | 1001100 |
Color Harmonies of #A7A8DD
Complementary color
Monochromatic Colors of #A7A8DD
Black with #A7A8DD
Text Example
Text Example
White with #A7A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A8DD; }
p { color: rgb(167,168,221); }
H1.HeaderClassName
{
color: #A7A8DD;
}
.AnyTagClassName
{
color: #A7A8DD;
}
</style>
background-color css
<style>
a { background-color: #A7A8DD; }
a { background-color: rgb(167,168,221); }
div.DivClassName
{
background-color: #A7A8DD;
}
.BgClassName
{
background-color: #A7A8DD;
}
</style>
border-color css
<style>
span { border-color: #A7A8DD; }
span { border-color: rgb(167,168,221); }
td.TdClassName
{
border-color: #A7A8DD;
}
.TagClassName
{
border-color: #A7A8DD;
}
</style>