Shades of Wistful #ABA3E9
Tints of Wistful #ABA3E9
RGB
CMYK
RGB Variations
Color information
#ABA3E9 (or 0xABA3E9) is known color: Wistful. HEX triplet: AB, A3 and E9. RGB value is (171,163,233). Sum of RGB (Red+Green+Blue) = 171+163+233=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABA3E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA3E9 is #545C16. Grayscale: #ADADAD. Windows color (decimal): -5528599 or 15311787. OLE color: 15311787.
HSL color Cylindrical-coordinate representation of color #ABA3E9: hue angle of 246.86º 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 #ABA3E9 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 163 | 233 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.09 |
| HSL | 246.86º | 0.61% | 0.78% | - |
| HSV(B) | 246.86º | 0.3% | 0.91% | - |
| XYZ | 44.6 | 40.74 | 82.6 | - |
| YUV | 173.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 233 | 0.27 | 0.30 | 0 | 0.09 | 246.86 | 0.61 | 0.78 |
| Hex | AB | A3 | E9 | 1B | 1E | 0 | 9 | F7 | 3D | 4E |
| Octal | 253 | 243 | 351 | 33 | 36 | 0 | 11 | 367 | 75 | 116 |
| Binary | 10101011 | 10100011 | 11101001 | 11011 | 11110 | 0 | 1001 | 11110111 | 111101 | 1001110 |
Color Harmonies of #ABA3E9
Complementary color
Monochromatic Colors of #ABA3E9
Black with #ABA3E9
Text Example
Text Example
White with #ABA3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA3E9; }
p { color: rgb(171,163,233); }
H1.HeaderClassName
{
color: #ABA3E9;
}
.AnyTagClassName
{
color: #ABA3E9;
}
</style>
background-color css
<style>
a { background-color: #ABA3E9; }
a { background-color: rgb(171,163,233); }
div.DivClassName
{
background-color: #ABA3E9;
}
.BgClassName
{
background-color: #ABA3E9;
}
</style>
border-color css
<style>
span { border-color: #ABA3E9; }
span { border-color: rgb(171,163,233); }
td.TdClassName
{
border-color: #ABA3E9;
}
.TagClassName
{
border-color: #ABA3E9;
}
</style>