Shades of Wistful #ABA7C8
Tints of Wistful #ABA7C8
RGB
CMYK
RGB Variations
Color information
#ABA7C8 (or 0xABA7C8) is known color: Wistful. HEX triplet: AB, A7 and C8. RGB value is (171,167,200). Sum of RGB (Red+Green+Blue) = 171+167+200=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 200 - color contains mainly: blue. Hex color #ABA7C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA7C8 is #545837. Grayscale: #ABABAB. Windows color (decimal): -5527608 or 13150123. OLE color: 13150123.
HSL color Cylindrical-coordinate representation of color #ABA7C8: hue angle of 247.27º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABA7C8 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 167 | 200 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.22 |
| HSL | 247.27º | 0.23% | 0.72% | - |
| HSV(B) | 247.27º | 0.17% | 0.78% | - |
| XYZ | 41.04 | 40.47 | 60.29 | - |
| YUV | 171.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 200 | 0.14 | 0.16 | 0 | 0.22 | 247.27 | 0.23 | 0.72 |
| Hex | AB | A7 | C8 | E | 10 | 0 | 16 | F7 | 17 | 48 |
| Octal | 253 | 247 | 310 | 16 | 20 | 0 | 26 | 367 | 27 | 110 |
| Binary | 10101011 | 10100111 | 11001000 | 1110 | 10000 | 0 | 10110 | 11110111 | 10111 | 1001000 |
Color Harmonies of #ABA7C8
Complementary color
Monochromatic Colors of #ABA7C8
Black with #ABA7C8
Text Example
Text Example
White with #ABA7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA7C8; }
p { color: rgb(171,167,200); }
H1.HeaderClassName
{
color: #ABA7C8;
}
.AnyTagClassName
{
color: #ABA7C8;
}
</style>
background-color css
<style>
a { background-color: #ABA7C8; }
a { background-color: rgb(171,167,200); }
div.DivClassName
{
background-color: #ABA7C8;
}
.BgClassName
{
background-color: #ABA7C8;
}
</style>
border-color css
<style>
span { border-color: #ABA7C8; }
span { border-color: rgb(171,167,200); }
td.TdClassName
{
border-color: #ABA7C8;
}
.TagClassName
{
border-color: #ABA7C8;
}
</style>