Shades of Wistful #ABA3EE
Tints of Wistful #ABA3EE
RGB
CMYK
RGB Variations
Color information
#ABA3EE (or 0xABA3EE) is known color: Wistful. HEX triplet: AB, A3 and EE. RGB value is (171,163,238). Sum of RGB (Red+Green+Blue) = 171+163+238=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABA3EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA3EE is #545C11. Grayscale: #ADADAD. Windows color (decimal): -5528594 or 15639467. OLE color: 15639467.
HSL color Cylindrical-coordinate representation of color #ABA3EE: hue angle of 246.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABA3EE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 163 | 238 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.07 |
| HSL | 246.4º | 0.69% | 0.79% | - |
| HSV(B) | 246.4º | 0.32% | 0.93% | - |
| XYZ | 45.32 | 41.03 | 86.42 | - |
| YUV | 173.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 238 | 0.28 | 0.32 | 0 | 0.07 | 246.4 | 0.69 | 0.79 |
| Hex | AB | A3 | EE | 1C | 20 | 0 | 7 | F6 | 45 | 4F |
| Octal | 253 | 243 | 356 | 34 | 40 | 0 | 7 | 366 | 105 | 117 |
| Binary | 10101011 | 10100011 | 11101110 | 11100 | 100000 | 0 | 111 | 11110110 | 1000101 | 1001111 |
Color Harmonies of #ABA3EE
Complementary color
Monochromatic Colors of #ABA3EE
Black with #ABA3EE
Text Example
Text Example
White with #ABA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA3EE; }
p { color: rgb(171,163,238); }
H1.HeaderClassName
{
color: #ABA3EE;
}
.AnyTagClassName
{
color: #ABA3EE;
}
</style>
background-color css
<style>
a { background-color: #ABA3EE; }
a { background-color: rgb(171,163,238); }
div.DivClassName
{
background-color: #ABA3EE;
}
.BgClassName
{
background-color: #ABA3EE;
}
</style>
border-color css
<style>
span { border-color: #ABA3EE; }
span { border-color: rgb(171,163,238); }
td.TdClassName
{
border-color: #ABA3EE;
}
.TagClassName
{
border-color: #ABA3EE;
}
</style>