Shades of Wistful #ABA3EC
Tints of Wistful #ABA3EC
RGB
CMYK
RGB Variations
Color information
#ABA3EC (or 0xABA3EC) is known color: Wistful. HEX triplet: AB, A3 and EC. RGB value is (171,163,236). Sum of RGB (Red+Green+Blue) = 171+163+236=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABA3EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA3EC is #545C13. Grayscale: #ADADAD. Windows color (decimal): -5528596 or 15508395. OLE color: 15508395.
HSL color Cylindrical-coordinate representation of color #ABA3EC: hue angle of 246.58º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABA3EC is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 163 | 236 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.07 |
| HSL | 246.58º | 0.66% | 0.78% | - |
| HSV(B) | 246.58º | 0.31% | 0.93% | - |
| XYZ | 45.03 | 40.91 | 84.88 | - |
| YUV | 173.71 | 163.15 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 236 | 0.28 | 0.31 | 0 | 0.07 | 246.58 | 0.66 | 0.78 |
| Hex | AB | A3 | EC | 1C | 1F | 0 | 7 | F7 | 42 | 4E |
| Octal | 253 | 243 | 354 | 34 | 37 | 0 | 7 | 367 | 102 | 116 |
| Binary | 10101011 | 10100011 | 11101100 | 11100 | 11111 | 0 | 111 | 11110111 | 1000010 | 1001110 |
Color Harmonies of #ABA3EC
Complementary color
Monochromatic Colors of #ABA3EC
Black with #ABA3EC
Text Example
Text Example
White with #ABA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA3EC; }
p { color: rgb(171,163,236); }
H1.HeaderClassName
{
color: #ABA3EC;
}
.AnyTagClassName
{
color: #ABA3EC;
}
</style>
background-color css
<style>
a { background-color: #ABA3EC; }
a { background-color: rgb(171,163,236); }
div.DivClassName
{
background-color: #ABA3EC;
}
.BgClassName
{
background-color: #ABA3EC;
}
</style>
border-color css
<style>
span { border-color: #ABA3EC; }
span { border-color: rgb(171,163,236); }
td.TdClassName
{
border-color: #ABA3EC;
}
.TagClassName
{
border-color: #ABA3EC;
}
</style>