Shades of Wistful #ABA7D3
Tints of Wistful #ABA7D3
RGB
CMYK
RGB Variations
Color information
#ABA7D3 (or 0xABA7D3) is known color: Wistful. HEX triplet: AB, A7 and D3. RGB value is (171,167,211). Sum of RGB (Red+Green+Blue) = 171+167+211=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABA7D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA7D3 is #54582C. Grayscale: #ADADAD. Windows color (decimal): -5527597 or 13871019. OLE color: 13871019.
HSL color Cylindrical-coordinate representation of color #ABA7D3: hue angle of 245.45º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABA7D3 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 167 | 211 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.17 |
| HSL | 245.45º | 0.33% | 0.74% | - |
| HSV(B) | 245.45º | 0.21% | 0.83% | - |
| XYZ | 42.37 | 41 | 67.31 | - |
| YUV | 173.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 211 | 0.19 | 0.21 | 0 | 0.17 | 245.45 | 0.33 | 0.74 |
| Hex | AB | A7 | D3 | 13 | 15 | 0 | 11 | F5 | 21 | 4A |
| Octal | 253 | 247 | 323 | 23 | 25 | 0 | 21 | 365 | 41 | 112 |
| Binary | 10101011 | 10100111 | 11010011 | 10011 | 10101 | 0 | 10001 | 11110101 | 100001 | 1001010 |
Color Harmonies of #ABA7D3
Complementary color
Monochromatic Colors of #ABA7D3
Black with #ABA7D3
Text Example
Text Example
White with #ABA7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA7D3; }
p { color: rgb(171,167,211); }
H1.HeaderClassName
{
color: #ABA7D3;
}
.AnyTagClassName
{
color: #ABA7D3;
}
</style>
background-color css
<style>
a { background-color: #ABA7D3; }
a { background-color: rgb(171,167,211); }
div.DivClassName
{
background-color: #ABA7D3;
}
.BgClassName
{
background-color: #ABA7D3;
}
</style>
border-color css
<style>
span { border-color: #ABA7D3; }
span { border-color: rgb(171,167,211); }
td.TdClassName
{
border-color: #ABA7D3;
}
.TagClassName
{
border-color: #ABA7D3;
}
</style>