Shades of Wistful #ABA1EA
Tints of Wistful #ABA1EA
RGB
CMYK
RGB Variations
Color information
#ABA1EA (or 0xABA1EA) is known color: Wistful. HEX triplet: AB, A1 and EA. RGB value is (171,161,234). Sum of RGB (Red+Green+Blue) = 171+161+234=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABA1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA1EA is #545E15. Grayscale: #ACACAC. Windows color (decimal): -5529110 or 15376811. OLE color: 15376811.
HSL color Cylindrical-coordinate representation of color #ABA1EA: hue angle of 248.22º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABA1EA is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 161 | 234 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.08 |
| HSL | 248.22º | 0.63% | 0.77% | - |
| HSV(B) | 248.22º | 0.31% | 0.92% | - |
| XYZ | 44.39 | 40.09 | 83.24 | - |
| YUV | 172.31 | 162.81 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 234 | 0.27 | 0.31 | 0 | 0.08 | 248.22 | 0.63 | 0.77 |
| Hex | AB | A1 | EA | 1B | 1F | 0 | 8 | F8 | 3F | 4D |
| Octal | 253 | 241 | 352 | 33 | 37 | 0 | 10 | 370 | 77 | 115 |
| Binary | 10101011 | 10100001 | 11101010 | 11011 | 11111 | 0 | 1000 | 11111000 | 111111 | 1001101 |
Color Harmonies of #ABA1EA
Complementary color
Monochromatic Colors of #ABA1EA
Black with #ABA1EA
Text Example
Text Example
White with #ABA1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA1EA; }
p { color: rgb(171,161,234); }
H1.HeaderClassName
{
color: #ABA1EA;
}
.AnyTagClassName
{
color: #ABA1EA;
}
</style>
background-color css
<style>
a { background-color: #ABA1EA; }
a { background-color: rgb(171,161,234); }
div.DivClassName
{
background-color: #ABA1EA;
}
.BgClassName
{
background-color: #ABA1EA;
}
</style>
border-color css
<style>
span { border-color: #ABA1EA; }
span { border-color: rgb(171,161,234); }
td.TdClassName
{
border-color: #ABA1EA;
}
.TagClassName
{
border-color: #ABA1EA;
}
</style>