Shades of Wistful #ABA0EE
Tints of Wistful #ABA0EE
RGB
CMYK
RGB Variations
Color information
#ABA0EE (or 0xABA0EE) is known color: Wistful. HEX triplet: AB, A0 and EE. RGB value is (171,160,238). Sum of RGB (Red+Green+Blue) = 171+160+238=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABA0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA0EE is #545F11. Grayscale: #ABABAB. Windows color (decimal): -5529362 or 15638699. OLE color: 15638699.
HSL color Cylindrical-coordinate representation of color #ABA0EE: hue angle of 248.46º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABA0EE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 160 | 238 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.07 |
| HSL | 248.46º | 0.7% | 0.78% | - |
| HSV(B) | 248.46º | 0.33% | 0.93% | - |
| XYZ | 44.8 | 39.97 | 86.24 | - |
| YUV | 172.18 | 165.14 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 238 | 0.28 | 0.33 | 0 | 0.07 | 248.46 | 0.7 | 0.78 |
| Hex | AB | A0 | EE | 1C | 21 | 0 | 7 | F8 | 46 | 4E |
| Octal | 253 | 240 | 356 | 34 | 41 | 0 | 7 | 370 | 106 | 116 |
| Binary | 10101011 | 10100000 | 11101110 | 11100 | 100001 | 0 | 111 | 11111000 | 1000110 | 1001110 |
Color Harmonies of #ABA0EE
Complementary color
Monochromatic Colors of #ABA0EE
Black with #ABA0EE
Text Example
Text Example
White with #ABA0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA0EE; }
p { color: rgb(171,160,238); }
H1.HeaderClassName
{
color: #ABA0EE;
}
.AnyTagClassName
{
color: #ABA0EE;
}
</style>
background-color css
<style>
a { background-color: #ABA0EE; }
a { background-color: rgb(171,160,238); }
div.DivClassName
{
background-color: #ABA0EE;
}
.BgClassName
{
background-color: #ABA0EE;
}
</style>
border-color css
<style>
span { border-color: #ABA0EE; }
span { border-color: rgb(171,160,238); }
td.TdClassName
{
border-color: #ABA0EE;
}
.TagClassName
{
border-color: #ABA0EE;
}
</style>