Shades of Wistful #A8A0DF
Tints of Wistful #A8A0DF
RGB
CMYK
RGB Variations
Color information
#A8A0DF (or 0xA8A0DF) is known color: Wistful. HEX triplet: A8, A0 and DF. RGB value is (168,160,223). Sum of RGB (Red+Green+Blue) = 168+160+223=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8A0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A0DF is #575F20. Grayscale: #A9A9A9. Windows color (decimal): -5725985 or 14655656. OLE color: 14655656.
HSL color Cylindrical-coordinate representation of color #A8A0DF: hue angle of 247.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8A0DF is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 160 | 223 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.13 |
| HSL | 247.62º | 0.5% | 0.75% | - |
| HSV(B) | 247.62º | 0.28% | 0.87% | - |
| XYZ | 42.04 | 38.79 | 75.08 | - |
| YUV | 169.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 223 | 0.25 | 0.28 | 0 | 0.13 | 247.62 | 0.5 | 0.75 |
| Hex | A8 | A0 | DF | 19 | 1C | 0 | D | F8 | 32 | 4B |
| Octal | 250 | 240 | 337 | 31 | 34 | 0 | 15 | 370 | 62 | 113 |
| Binary | 10101000 | 10100000 | 11011111 | 11001 | 11100 | 0 | 1101 | 11111000 | 110010 | 1001011 |
Color Harmonies of #A8A0DF
Complementary color
Monochromatic Colors of #A8A0DF
Black with #A8A0DF
Text Example
Text Example
White with #A8A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A0DF; }
p { color: rgb(168,160,223); }
H1.HeaderClassName
{
color: #A8A0DF;
}
.AnyTagClassName
{
color: #A8A0DF;
}
</style>
background-color css
<style>
a { background-color: #A8A0DF; }
a { background-color: rgb(168,160,223); }
div.DivClassName
{
background-color: #A8A0DF;
}
.BgClassName
{
background-color: #A8A0DF;
}
</style>
border-color css
<style>
span { border-color: #A8A0DF; }
span { border-color: rgb(168,160,223); }
td.TdClassName
{
border-color: #A8A0DF;
}
.TagClassName
{
border-color: #A8A0DF;
}
</style>