Shades of Wistful #A8A7D1
Tints of Wistful #A8A7D1
RGB
CMYK
RGB Variations
Color information
#A8A7D1 (or 0xA8A7D1) is known color: Wistful. HEX triplet: A8, A7 and D1. RGB value is (168,167,209). Sum of RGB (Red+Green+Blue) = 168+167+209=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #A8A7D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A7D1 is #57582E. Grayscale: #ABABAB. Windows color (decimal): -5724207 or 13739944. OLE color: 13739944.
HSL color Cylindrical-coordinate representation of color #A8A7D1: hue angle of 241.43º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8A7D1 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 167 | 209 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.18 |
| HSL | 241.43º | 0.31% | 0.74% | - |
| HSV(B) | 241.43º | 0.2% | 0.82% | - |
| XYZ | 41.48 | 40.57 | 65.97 | - |
| YUV | 172.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 209 | 0.20 | 0.20 | 0 | 0.18 | 241.43 | 0.31 | 0.74 |
| Hex | A8 | A7 | D1 | 14 | 14 | 0 | 12 | F1 | 1F | 4A |
| Octal | 250 | 247 | 321 | 24 | 24 | 0 | 22 | 361 | 37 | 112 |
| Binary | 10101000 | 10100111 | 11010001 | 10100 | 10100 | 0 | 10010 | 11110001 | 11111 | 1001010 |
Color Harmonies of #A8A7D1
Complementary color
Monochromatic Colors of #A8A7D1
Black with #A8A7D1
Text Example
Text Example
White with #A8A7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A7D1; }
p { color: rgb(168,167,209); }
H1.HeaderClassName
{
color: #A8A7D1;
}
.AnyTagClassName
{
color: #A8A7D1;
}
</style>
background-color css
<style>
a { background-color: #A8A7D1; }
a { background-color: rgb(168,167,209); }
div.DivClassName
{
background-color: #A8A7D1;
}
.BgClassName
{
background-color: #A8A7D1;
}
</style>
border-color css
<style>
span { border-color: #A8A7D1; }
span { border-color: rgb(168,167,209); }
td.TdClassName
{
border-color: #A8A7D1;
}
.TagClassName
{
border-color: #A8A7D1;
}
</style>