Shades of Wistful #A8A4CF
Tints of Wistful #A8A4CF
RGB
CMYK
RGB Variations
Color information
#A8A4CF (or 0xA8A4CF) is known color: Wistful. HEX triplet: A8, A4 and CF. RGB value is (168,164,207). Sum of RGB (Red+Green+Blue) = 168+164+207=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8A4CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A4CF is #575B30. Grayscale: #A9A9A9. Windows color (decimal): -5724977 or 13608104. OLE color: 13608104.
HSL color Cylindrical-coordinate representation of color #A8A4CF: hue angle of 245.58º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8A4CF is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 164 | 207 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.19 |
| HSL | 245.58º | 0.31% | 0.73% | - |
| HSV(B) | 245.58º | 0.21% | 0.81% | - |
| XYZ | 40.69 | 39.38 | 64.49 | - |
| YUV | 170.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 207 | 0.19 | 0.21 | 0 | 0.19 | 245.58 | 0.31 | 0.73 |
| Hex | A8 | A4 | CF | 13 | 15 | 0 | 13 | F6 | 1F | 49 |
| Octal | 250 | 244 | 317 | 23 | 25 | 0 | 23 | 366 | 37 | 111 |
| Binary | 10101000 | 10100100 | 11001111 | 10011 | 10101 | 0 | 10011 | 11110110 | 11111 | 1001001 |
Color Harmonies of #A8A4CF
Complementary color
Monochromatic Colors of #A8A4CF
Black with #A8A4CF
Text Example
Text Example
White with #A8A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A4CF; }
p { color: rgb(168,164,207); }
H1.HeaderClassName
{
color: #A8A4CF;
}
.AnyTagClassName
{
color: #A8A4CF;
}
</style>
background-color css
<style>
a { background-color: #A8A4CF; }
a { background-color: rgb(168,164,207); }
div.DivClassName
{
background-color: #A8A4CF;
}
.BgClassName
{
background-color: #A8A4CF;
}
</style>
border-color css
<style>
span { border-color: #A8A4CF; }
span { border-color: rgb(168,164,207); }
td.TdClassName
{
border-color: #A8A4CF;
}
.TagClassName
{
border-color: #A8A4CF;
}
</style>