Shades of Wistful #A8A0DA
Tints of Wistful #A8A0DA
RGB
CMYK
RGB Variations
Color information
#A8A0DA (or 0xA8A0DA) is known color: Wistful. HEX triplet: A8, A0 and DA. RGB value is (168,160,218). Sum of RGB (Red+Green+Blue) = 168+160+218=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8A0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A0DA is #575F25. Grayscale: #A8A8A8. Windows color (decimal): -5725990 or 14327976. OLE color: 14327976.
HSL color Cylindrical-coordinate representation of color #A8A0DA: hue angle of 248.28º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8A0DA is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 160 | 218 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.15 |
| HSL | 248.28º | 0.44% | 0.74% | - |
| HSV(B) | 248.28º | 0.27% | 0.85% | - |
| XYZ | 41.37 | 38.53 | 71.59 | - |
| YUV | 169 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 218 | 0.23 | 0.27 | 0 | 0.15 | 248.28 | 0.44 | 0.74 |
| Hex | A8 | A0 | DA | 17 | 1B | 0 | F | F8 | 2C | 4A |
| Octal | 250 | 240 | 332 | 27 | 33 | 0 | 17 | 370 | 54 | 112 |
| Binary | 10101000 | 10100000 | 11011010 | 10111 | 11011 | 0 | 1111 | 11111000 | 101100 | 1001010 |
Color Harmonies of #A8A0DA
Complementary color
Monochromatic Colors of #A8A0DA
Black with #A8A0DA
Text Example
Text Example
White with #A8A0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A0DA; }
p { color: rgb(168,160,218); }
H1.HeaderClassName
{
color: #A8A0DA;
}
.AnyTagClassName
{
color: #A8A0DA;
}
</style>
background-color css
<style>
a { background-color: #A8A0DA; }
a { background-color: rgb(168,160,218); }
div.DivClassName
{
background-color: #A8A0DA;
}
.BgClassName
{
background-color: #A8A0DA;
}
</style>
border-color css
<style>
span { border-color: #A8A0DA; }
span { border-color: rgb(168,160,218); }
td.TdClassName
{
border-color: #A8A0DA;
}
.TagClassName
{
border-color: #A8A0DA;
}
</style>