Shades of Wistful #ABA2EC
Tints of Wistful #ABA2EC
RGB
CMYK
RGB Variations
Color information
#ABA2EC (or 0xABA2EC) is known color: Wistful. HEX triplet: AB, A2 and EC. RGB value is (171,162,236). Sum of RGB (Red+Green+Blue) = 171+162+236=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABA2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA2EC is #545D13. Grayscale: #ACACAC. Windows color (decimal): -5528852 or 15508139. OLE color: 15508139.
HSL color Cylindrical-coordinate representation of color #ABA2EC: hue angle of 247.3º 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 #ABA2EC is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 162 | 236 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.07 |
| HSL | 247.3º | 0.66% | 0.78% | - |
| HSV(B) | 247.3º | 0.31% | 0.93% | - |
| XYZ | 44.86 | 40.55 | 84.82 | - |
| YUV | 173.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 236 | 0.28 | 0.31 | 0 | 0.07 | 247.3 | 0.66 | 0.78 |
| Hex | AB | A2 | EC | 1C | 1F | 0 | 7 | F7 | 42 | 4E |
| Octal | 253 | 242 | 354 | 34 | 37 | 0 | 7 | 367 | 102 | 116 |
| Binary | 10101011 | 10100010 | 11101100 | 11100 | 11111 | 0 | 111 | 11110111 | 1000010 | 1001110 |
Color Harmonies of #ABA2EC
Complementary color
Monochromatic Colors of #ABA2EC
Black with #ABA2EC
Text Example
Text Example
White with #ABA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA2EC; }
p { color: rgb(171,162,236); }
H1.HeaderClassName
{
color: #ABA2EC;
}
.AnyTagClassName
{
color: #ABA2EC;
}
</style>
background-color css
<style>
a { background-color: #ABA2EC; }
a { background-color: rgb(171,162,236); }
div.DivClassName
{
background-color: #ABA2EC;
}
.BgClassName
{
background-color: #ABA2EC;
}
</style>
border-color css
<style>
span { border-color: #ABA2EC; }
span { border-color: rgb(171,162,236); }
td.TdClassName
{
border-color: #ABA2EC;
}
.TagClassName
{
border-color: #ABA2EC;
}
</style>