Shades of Wistful #ABA6D5
Tints of Wistful #ABA6D5
RGB
CMYK
RGB Variations
Color information
#ABA6D5 (or 0xABA6D5) is known color: Wistful. HEX triplet: AB, A6 and D5. RGB value is (171,166,213). Sum of RGB (Red+Green+Blue) = 171+166+213=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABA6D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6D5 is #54592A. Grayscale: #ACACAC. Windows color (decimal): -5527851 or 14001835. OLE color: 14001835.
HSL color Cylindrical-coordinate representation of color #ABA6D5: hue angle of 246.38º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABA6D5 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 166 | 213 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.16 |
| HSL | 246.38º | 0.36% | 0.74% | - |
| HSV(B) | 246.38º | 0.22% | 0.84% | - |
| XYZ | 42.44 | 40.73 | 68.58 | - |
| YUV | 172.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 213 | 0.20 | 0.22 | 0 | 0.16 | 246.38 | 0.36 | 0.74 |
| Hex | AB | A6 | D5 | 14 | 16 | 0 | 10 | F6 | 24 | 4A |
| Octal | 253 | 246 | 325 | 24 | 26 | 0 | 20 | 366 | 44 | 112 |
| Binary | 10101011 | 10100110 | 11010101 | 10100 | 10110 | 0 | 10000 | 11110110 | 100100 | 1001010 |
Color Harmonies of #ABA6D5
Complementary color
Monochromatic Colors of #ABA6D5
Black with #ABA6D5
Text Example
Text Example
White with #ABA6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA6D5; }
p { color: rgb(171,166,213); }
H1.HeaderClassName
{
color: #ABA6D5;
}
.AnyTagClassName
{
color: #ABA6D5;
}
</style>
background-color css
<style>
a { background-color: #ABA6D5; }
a { background-color: rgb(171,166,213); }
div.DivClassName
{
background-color: #ABA6D5;
}
.BgClassName
{
background-color: #ABA6D5;
}
</style>
border-color css
<style>
span { border-color: #ABA6D5; }
span { border-color: rgb(171,166,213); }
td.TdClassName
{
border-color: #ABA6D5;
}
.TagClassName
{
border-color: #ABA6D5;
}
</style>