Shades of Wistful #ABA2DF
Tints of Wistful #ABA2DF
RGB
CMYK
RGB Variations
Color information
#ABA2DF (or 0xABA2DF) is known color: Wistful. HEX triplet: AB, A2 and DF. RGB value is (171,162,223). Sum of RGB (Red+Green+Blue) = 171+162+223=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABA2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2DF is #545D20. Grayscale: #ABABAB. Windows color (decimal): -5528865 or 14656171. OLE color: 14656171.
HSL color Cylindrical-coordinate representation of color #ABA2DF: hue angle of 248.85º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABA2DF is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 162 | 223 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.13 |
| HSL | 248.85º | 0.49% | 0.75% | - |
| HSV(B) | 248.85º | 0.27% | 0.87% | - |
| XYZ | 43.03 | 39.83 | 75.23 | - |
| YUV | 171.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 223 | 0.23 | 0.27 | 0 | 0.13 | 248.85 | 0.49 | 0.75 |
| Hex | AB | A2 | DF | 17 | 1B | 0 | D | F9 | 31 | 4B |
| Octal | 253 | 242 | 337 | 27 | 33 | 0 | 15 | 371 | 61 | 113 |
| Binary | 10101011 | 10100010 | 11011111 | 10111 | 11011 | 0 | 1101 | 11111001 | 110001 | 1001011 |
Color Harmonies of #ABA2DF
Complementary color
Monochromatic Colors of #ABA2DF
Black with #ABA2DF
Text Example
Text Example
White with #ABA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA2DF; }
p { color: rgb(171,162,223); }
H1.HeaderClassName
{
color: #ABA2DF;
}
.AnyTagClassName
{
color: #ABA2DF;
}
</style>
background-color css
<style>
a { background-color: #ABA2DF; }
a { background-color: rgb(171,162,223); }
div.DivClassName
{
background-color: #ABA2DF;
}
.BgClassName
{
background-color: #ABA2DF;
}
</style>
border-color css
<style>
span { border-color: #ABA2DF; }
span { border-color: rgb(171,162,223); }
td.TdClassName
{
border-color: #ABA2DF;
}
.TagClassName
{
border-color: #ABA2DF;
}
</style>