Shades of Wistful #ABA7C3
Tints of Wistful #ABA7C3
RGB
CMYK
RGB Variations
Color information
#ABA7C3 (or 0xABA7C3) is known color: Wistful. HEX triplet: AB, A7 and C3. RGB value is (171,167,195). Sum of RGB (Red+Green+Blue) = 171+167+195=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABA7C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA7C3 is #54583C. Grayscale: #ABABAB. Windows color (decimal): -5527613 or 12822443. OLE color: 12822443.
HSL color Cylindrical-coordinate representation of color #ABA7C3: hue angle of 248.57º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABA7C3 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 167 | 195 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.24 |
| HSL | 248.57º | 0.19% | 0.71% | - |
| HSV(B) | 248.57º | 0.14% | 0.76% | - |
| XYZ | 40.46 | 40.24 | 57.26 | - |
| YUV | 171.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 195 | 0.12 | 0.14 | 0 | 0.24 | 248.57 | 0.19 | 0.71 |
| Hex | AB | A7 | C3 | C | E | 0 | 18 | F9 | 13 | 47 |
| Octal | 253 | 247 | 303 | 14 | 16 | 0 | 30 | 371 | 23 | 107 |
| Binary | 10101011 | 10100111 | 11000011 | 1100 | 1110 | 0 | 11000 | 11111001 | 10011 | 1000111 |
Color Harmonies of #ABA7C3
Complementary color
Monochromatic Colors of #ABA7C3
Black with #ABA7C3
Text Example
Text Example
White with #ABA7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA7C3; }
p { color: rgb(171,167,195); }
H1.HeaderClassName
{
color: #ABA7C3;
}
.AnyTagClassName
{
color: #ABA7C3;
}
</style>
background-color css
<style>
a { background-color: #ABA7C3; }
a { background-color: rgb(171,167,195); }
div.DivClassName
{
background-color: #ABA7C3;
}
.BgClassName
{
background-color: #ABA7C3;
}
</style>
border-color css
<style>
span { border-color: #ABA7C3; }
span { border-color: rgb(171,167,195); }
td.TdClassName
{
border-color: #ABA7C3;
}
.TagClassName
{
border-color: #ABA7C3;
}
</style>