Shades of Wistful #ABA1DE
Tints of Wistful #ABA1DE
RGB
CMYK
RGB Variations
Color information
#ABA1DE (or 0xABA1DE) is known color: Wistful. HEX triplet: AB, A1 and DE. RGB value is (171,161,222). Sum of RGB (Red+Green+Blue) = 171+161+222=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABA1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1DE is #545E21. Grayscale: #AAAAAA. Windows color (decimal): -5529122 or 14590379. OLE color: 14590379.
HSL color Cylindrical-coordinate representation of color #ABA1DE: hue angle of 249.84º degrees, saturation: 0.48, 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 #ABA1DE is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 161 | 222 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.13 |
| HSL | 249.84º | 0.48% | 0.75% | - |
| HSV(B) | 249.84º | 0.27% | 0.87% | - |
| XYZ | 42.72 | 39.42 | 74.46 | - |
| YUV | 170.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 222 | 0.23 | 0.27 | 0 | 0.13 | 249.84 | 0.48 | 0.75 |
| Hex | AB | A1 | DE | 17 | 1B | 0 | D | FA | 30 | 4B |
| Octal | 253 | 241 | 336 | 27 | 33 | 0 | 15 | 372 | 60 | 113 |
| Binary | 10101011 | 10100001 | 11011110 | 10111 | 11011 | 0 | 1101 | 11111010 | 110000 | 1001011 |
Color Harmonies of #ABA1DE
Complementary color
Monochromatic Colors of #ABA1DE
Black with #ABA1DE
Text Example
Text Example
White with #ABA1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA1DE; }
p { color: rgb(171,161,222); }
H1.HeaderClassName
{
color: #ABA1DE;
}
.AnyTagClassName
{
color: #ABA1DE;
}
</style>
background-color css
<style>
a { background-color: #ABA1DE; }
a { background-color: rgb(171,161,222); }
div.DivClassName
{
background-color: #ABA1DE;
}
.BgClassName
{
background-color: #ABA1DE;
}
</style>
border-color css
<style>
span { border-color: #ABA1DE; }
span { border-color: rgb(171,161,222); }
td.TdClassName
{
border-color: #ABA1DE;
}
.TagClassName
{
border-color: #ABA1DE;
}
</style>