Shades of Wistful #ABA3C5
Tints of Wistful #ABA3C5
RGB
CMYK
RGB Variations
Color information
#ABA3C5 (or 0xABA3C5) is known color: Wistful. HEX triplet: AB, A3 and C5. RGB value is (171,163,197). Sum of RGB (Red+Green+Blue) = 171+163+197=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABA3C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3C5 is #545C3A. Grayscale: #A9A9A9. Windows color (decimal): -5528635 or 12952491. OLE color: 12952491.
HSL color Cylindrical-coordinate representation of color #ABA3C5: hue angle of 254.12º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABA3C5 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 163 | 197 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.23 |
| HSL | 254.12º | 0.23% | 0.71% | - |
| HSV(B) | 254.12º | 0.17% | 0.77% | - |
| XYZ | 39.97 | 38.88 | 58.22 | - |
| YUV | 169.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 197 | 0.13 | 0.17 | 0 | 0.23 | 254.12 | 0.23 | 0.71 |
| Hex | AB | A3 | C5 | D | 11 | 0 | 17 | FE | 17 | 47 |
| Octal | 253 | 243 | 305 | 15 | 21 | 0 | 27 | 376 | 27 | 107 |
| Binary | 10101011 | 10100011 | 11000101 | 1101 | 10001 | 0 | 10111 | 11111110 | 10111 | 1000111 |
Color Harmonies of #ABA3C5
Complementary color
Monochromatic Colors of #ABA3C5
Black with #ABA3C5
Text Example
Text Example
White with #ABA3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA3C5; }
p { color: rgb(171,163,197); }
H1.HeaderClassName
{
color: #ABA3C5;
}
.AnyTagClassName
{
color: #ABA3C5;
}
</style>
background-color css
<style>
a { background-color: #ABA3C5; }
a { background-color: rgb(171,163,197); }
div.DivClassName
{
background-color: #ABA3C5;
}
.BgClassName
{
background-color: #ABA3C5;
}
</style>
border-color css
<style>
span { border-color: #ABA3C5; }
span { border-color: rgb(171,163,197); }
td.TdClassName
{
border-color: #ABA3C5;
}
.TagClassName
{
border-color: #ABA3C5;
}
</style>