Shades of Wistful #ABA1EE
Tints of Wistful #ABA1EE
RGB
CMYK
RGB Variations
Color information
#ABA1EE (or 0xABA1EE) is known color: Wistful. HEX triplet: AB, A1 and EE. RGB value is (171,161,238). Sum of RGB (Red+Green+Blue) = 171+161+238=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABA1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA1EE is #545E11. Grayscale: #ACACAC. Windows color (decimal): -5529106 or 15638955. OLE color: 15638955.
HSL color Cylindrical-coordinate representation of color #ABA1EE: hue angle of 247.79º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABA1EE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 161 | 238 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.07 |
| HSL | 247.79º | 0.69% | 0.78% | - |
| HSV(B) | 247.79º | 0.32% | 0.93% | - |
| XYZ | 44.97 | 40.32 | 86.3 | - |
| YUV | 172.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 238 | 0.28 | 0.32 | 0 | 0.07 | 247.79 | 0.69 | 0.78 |
| Hex | AB | A1 | EE | 1C | 20 | 0 | 7 | F8 | 45 | 4E |
| Octal | 253 | 241 | 356 | 34 | 40 | 0 | 7 | 370 | 105 | 116 |
| Binary | 10101011 | 10100001 | 11101110 | 11100 | 100000 | 0 | 111 | 11111000 | 1000101 | 1001110 |
Color Harmonies of #ABA1EE
Complementary color
Monochromatic Colors of #ABA1EE
Black with #ABA1EE
Text Example
Text Example
White with #ABA1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA1EE; }
p { color: rgb(171,161,238); }
H1.HeaderClassName
{
color: #ABA1EE;
}
.AnyTagClassName
{
color: #ABA1EE;
}
</style>
background-color css
<style>
a { background-color: #ABA1EE; }
a { background-color: rgb(171,161,238); }
div.DivClassName
{
background-color: #ABA1EE;
}
.BgClassName
{
background-color: #ABA1EE;
}
</style>
border-color css
<style>
span { border-color: #ABA1EE; }
span { border-color: rgb(171,161,238); }
td.TdClassName
{
border-color: #ABA1EE;
}
.TagClassName
{
border-color: #ABA1EE;
}
</style>