Shades of Wistful #ABA7D0
Tints of Wistful #ABA7D0
RGB
CMYK
RGB Variations
Color information
#ABA7D0 (or 0xABA7D0) is known color: Wistful. HEX triplet: AB, A7 and D0. RGB value is (171,167,208). Sum of RGB (Red+Green+Blue) = 171+167+208=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABA7D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA7D0 is #54582F. Grayscale: #ACACAC. Windows color (decimal): -5527600 or 13674411. OLE color: 13674411.
HSL color Cylindrical-coordinate representation of color #ABA7D0: hue angle of 245.85º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABA7D0 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 167 | 208 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.18 |
| HSL | 245.85º | 0.3% | 0.74% | - |
| HSV(B) | 245.85º | 0.2% | 0.82% | - |
| XYZ | 42 | 40.85 | 65.35 | - |
| YUV | 172.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 208 | 0.18 | 0.20 | 0 | 0.18 | 245.85 | 0.3 | 0.74 |
| Hex | AB | A7 | D0 | 12 | 14 | 0 | 12 | F6 | 1E | 4A |
| Octal | 253 | 247 | 320 | 22 | 24 | 0 | 22 | 366 | 36 | 112 |
| Binary | 10101011 | 10100111 | 11010000 | 10010 | 10100 | 0 | 10010 | 11110110 | 11110 | 1001010 |
Color Harmonies of #ABA7D0
Complementary color
Monochromatic Colors of #ABA7D0
Black with #ABA7D0
Text Example
Text Example
White with #ABA7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA7D0; }
p { color: rgb(171,167,208); }
H1.HeaderClassName
{
color: #ABA7D0;
}
.AnyTagClassName
{
color: #ABA7D0;
}
</style>
background-color css
<style>
a { background-color: #ABA7D0; }
a { background-color: rgb(171,167,208); }
div.DivClassName
{
background-color: #ABA7D0;
}
.BgClassName
{
background-color: #ABA7D0;
}
</style>
border-color css
<style>
span { border-color: #ABA7D0; }
span { border-color: rgb(171,167,208); }
td.TdClassName
{
border-color: #ABA7D0;
}
.TagClassName
{
border-color: #ABA7D0;
}
</style>