Shades of Wistful #ABA6D8
Tints of Wistful #ABA6D8
RGB
CMYK
RGB Variations
Color information
#ABA6D8 (or 0xABA6D8) is known color: Wistful. HEX triplet: AB, A6 and D8. RGB value is (171,166,216). Sum of RGB (Red+Green+Blue) = 171+166+216=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABA6D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6D8 is #545927. Grayscale: #ADADAD. Windows color (decimal): -5527848 or 14198443. OLE color: 14198443.
HSL color Cylindrical-coordinate representation of color #ABA6D8: hue angle of 246º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABA6D8 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 166 | 216 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.15 |
| HSL | 246º | 0.39% | 0.75% | - |
| HSV(B) | 246º | 0.23% | 0.85% | - |
| XYZ | 42.83 | 40.89 | 70.6 | - |
| YUV | 173.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 216 | 0.21 | 0.23 | 0 | 0.15 | 246 | 0.39 | 0.75 |
| Hex | AB | A6 | D8 | 15 | 17 | 0 | F | F6 | 27 | 4B |
| Octal | 253 | 246 | 330 | 25 | 27 | 0 | 17 | 366 | 47 | 113 |
| Binary | 10101011 | 10100110 | 11011000 | 10101 | 10111 | 0 | 1111 | 11110110 | 100111 | 1001011 |
Color Harmonies of #ABA6D8
Complementary color
Monochromatic Colors of #ABA6D8
Black with #ABA6D8
Text Example
Text Example
White with #ABA6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA6D8; }
p { color: rgb(171,166,216); }
H1.HeaderClassName
{
color: #ABA6D8;
}
.AnyTagClassName
{
color: #ABA6D8;
}
</style>
background-color css
<style>
a { background-color: #ABA6D8; }
a { background-color: rgb(171,166,216); }
div.DivClassName
{
background-color: #ABA6D8;
}
.BgClassName
{
background-color: #ABA6D8;
}
</style>
border-color css
<style>
span { border-color: #ABA6D8; }
span { border-color: rgb(171,166,216); }
td.TdClassName
{
border-color: #ABA6D8;
}
.TagClassName
{
border-color: #ABA6D8;
}
</style>