Shades of Wistful #A8A1CC
Tints of Wistful #A8A1CC
RGB
CMYK
RGB Variations
Color information
#A8A1CC (or 0xA8A1CC) is known color: Wistful. HEX triplet: A8, A1 and CC. RGB value is (168,161,204). Sum of RGB (Red+Green+Blue) = 168+161+204=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8A1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A1CC is #575E33. Grayscale: #A7A7A7. Windows color (decimal): -5725748 or 13410728. OLE color: 13410728.
HSL color Cylindrical-coordinate representation of color #A8A1CC: hue angle of 249.77º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8A1CC is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 161 | 204 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.2 |
| HSL | 249.77º | 0.3% | 0.72% | - |
| HSV(B) | 249.77º | 0.21% | 0.8% | - |
| XYZ | 39.79 | 38.17 | 62.4 | - |
| YUV | 168 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 204 | 0.18 | 0.21 | 0 | 0.2 | 249.77 | 0.3 | 0.72 |
| Hex | A8 | A1 | CC | 12 | 15 | 0 | 14 | FA | 1E | 48 |
| Octal | 250 | 241 | 314 | 22 | 25 | 0 | 24 | 372 | 36 | 110 |
| Binary | 10101000 | 10100001 | 11001100 | 10010 | 10101 | 0 | 10100 | 11111010 | 11110 | 1001000 |
Color Harmonies of #A8A1CC
Complementary color
Monochromatic Colors of #A8A1CC
Black with #A8A1CC
Text Example
Text Example
White with #A8A1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A1CC; }
p { color: rgb(168,161,204); }
H1.HeaderClassName
{
color: #A8A1CC;
}
.AnyTagClassName
{
color: #A8A1CC;
}
</style>
background-color css
<style>
a { background-color: #A8A1CC; }
a { background-color: rgb(168,161,204); }
div.DivClassName
{
background-color: #A8A1CC;
}
.BgClassName
{
background-color: #A8A1CC;
}
</style>
border-color css
<style>
span { border-color: #A8A1CC; }
span { border-color: rgb(168,161,204); }
td.TdClassName
{
border-color: #A8A1CC;
}
.TagClassName
{
border-color: #A8A1CC;
}
</style>