Shades of Wistful #A8A0CE
Tints of Wistful #A8A0CE
RGB
CMYK
RGB Variations
Color information
#A8A0CE (or 0xA8A0CE) is known color: Wistful. HEX triplet: A8, A0 and CE. RGB value is (168,160,206). Sum of RGB (Red+Green+Blue) = 168+160+206=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8A0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A0CE is #575F31. Grayscale: #A7A7A7. Windows color (decimal): -5726002 or 13541544. OLE color: 13541544.
HSL color Cylindrical-coordinate representation of color #A8A0CE: hue angle of 250.43º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8A0CE is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 160 | 206 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.19 |
| HSL | 250.43º | 0.32% | 0.72% | - |
| HSV(B) | 250.43º | 0.22% | 0.81% | - |
| XYZ | 39.86 | 37.92 | 63.61 | - |
| YUV | 167.64 | 149.65 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 206 | 0.18 | 0.22 | 0 | 0.19 | 250.43 | 0.32 | 0.72 |
| Hex | A8 | A0 | CE | 12 | 16 | 0 | 13 | FA | 20 | 48 |
| Octal | 250 | 240 | 316 | 22 | 26 | 0 | 23 | 372 | 40 | 110 |
| Binary | 10101000 | 10100000 | 11001110 | 10010 | 10110 | 0 | 10011 | 11111010 | 100000 | 1001000 |
Color Harmonies of #A8A0CE
Complementary color
Monochromatic Colors of #A8A0CE
Black with #A8A0CE
Text Example
Text Example
White with #A8A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A0CE; }
p { color: rgb(168,160,206); }
H1.HeaderClassName
{
color: #A8A0CE;
}
.AnyTagClassName
{
color: #A8A0CE;
}
</style>
background-color css
<style>
a { background-color: #A8A0CE; }
a { background-color: rgb(168,160,206); }
div.DivClassName
{
background-color: #A8A0CE;
}
.BgClassName
{
background-color: #A8A0CE;
}
</style>
border-color css
<style>
span { border-color: #A8A0CE; }
span { border-color: rgb(168,160,206); }
td.TdClassName
{
border-color: #A8A0CE;
}
.TagClassName
{
border-color: #A8A0CE;
}
</style>