Shades of Wistful #A8A1CD
Tints of Wistful #A8A1CD
RGB
CMYK
RGB Variations
Color information
#A8A1CD (or 0xA8A1CD) is known color: Wistful. HEX triplet: A8, A1 and CD. RGB value is (168,161,205). Sum of RGB (Red+Green+Blue) = 168+161+205=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A1CD is #575E32. Grayscale: #A7A7A7. Windows color (decimal): -5725747 or 13476264. OLE color: 13476264.
HSL color Cylindrical-coordinate representation of color #A8A1CD: hue angle of 249.55º degrees, saturation: 0.31, 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 #A8A1CD is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 161 | 205 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.20 |
| HSL | 249.55º | 0.31% | 0.72% | - |
| HSV(B) | 249.55º | 0.21% | 0.8% | - |
| XYZ | 39.91 | 38.22 | 63.03 | - |
| YUV | 168.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 205 | 0.18 | 0.21 | 0 | 0.20 | 249.55 | 0.31 | 0.72 |
| Hex | A8 | A1 | CD | 12 | 15 | 0 | 14 | FA | 1F | 48 |
| Octal | 250 | 241 | 315 | 22 | 25 | 0 | 24 | 372 | 37 | 110 |
| Binary | 10101000 | 10100001 | 11001101 | 10010 | 10101 | 0 | 10100 | 11111010 | 11111 | 1001000 |
Color Harmonies of #A8A1CD
Complementary color
Monochromatic Colors of #A8A1CD
Black with #A8A1CD
Text Example
Text Example
White with #A8A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A1CD; }
p { color: rgb(168,161,205); }
H1.HeaderClassName
{
color: #A8A1CD;
}
.AnyTagClassName
{
color: #A8A1CD;
}
</style>
background-color css
<style>
a { background-color: #A8A1CD; }
a { background-color: rgb(168,161,205); }
div.DivClassName
{
background-color: #A8A1CD;
}
.BgClassName
{
background-color: #A8A1CD;
}
</style>
border-color css
<style>
span { border-color: #A8A1CD; }
span { border-color: rgb(168,161,205); }
td.TdClassName
{
border-color: #A8A1CD;
}
.TagClassName
{
border-color: #A8A1CD;
}
</style>