Shades of Wistful #ABA4E9
Tints of Wistful #ABA4E9
RGB
CMYK
RGB Variations
Color information
#ABA4E9 (or 0xABA4E9) is known color: Wistful. HEX triplet: AB, A4 and E9. RGB value is (171,164,233). Sum of RGB (Red+Green+Blue) = 171+164+233=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABA4E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA4E9 is #545B16. Grayscale: #ADADAD. Windows color (decimal): -5528343 or 15312043. OLE color: 15312043.
HSL color Cylindrical-coordinate representation of color #ABA4E9: hue angle of 246.09º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABA4E9 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 164 | 233 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.09 |
| HSL | 246.09º | 0.61% | 0.78% | - |
| HSV(B) | 246.09º | 0.3% | 0.91% | - |
| XYZ | 44.78 | 41.09 | 82.66 | - |
| YUV | 173.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 233 | 0.27 | 0.30 | 0 | 0.09 | 246.09 | 0.61 | 0.78 |
| Hex | AB | A4 | E9 | 1B | 1E | 0 | 9 | F6 | 3D | 4E |
| Octal | 253 | 244 | 351 | 33 | 36 | 0 | 11 | 366 | 75 | 116 |
| Binary | 10101011 | 10100100 | 11101001 | 11011 | 11110 | 0 | 1001 | 11110110 | 111101 | 1001110 |
Color Harmonies of #ABA4E9
Complementary color
Monochromatic Colors of #ABA4E9
Black with #ABA4E9
Text Example
Text Example
White with #ABA4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA4E9; }
p { color: rgb(171,164,233); }
H1.HeaderClassName
{
color: #ABA4E9;
}
.AnyTagClassName
{
color: #ABA4E9;
}
</style>
background-color css
<style>
a { background-color: #ABA4E9; }
a { background-color: rgb(171,164,233); }
div.DivClassName
{
background-color: #ABA4E9;
}
.BgClassName
{
background-color: #ABA4E9;
}
</style>
border-color css
<style>
span { border-color: #ABA4E9; }
span { border-color: rgb(171,164,233); }
td.TdClassName
{
border-color: #ABA4E9;
}
.TagClassName
{
border-color: #ABA4E9;
}
</style>