Shades of Wistful #ABAAE1
Tints of Wistful #ABAAE1
RGB
CMYK
RGB Variations
Color information
#ABAAE1 (or 0xABAAE1) is known color: Wistful. HEX triplet: AB, AA and E1. RGB value is (171,170,225). Sum of RGB (Red+Green+Blue) = 171+170+225=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABAAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAE1 is #54551E. Grayscale: #B0B0B0. Windows color (decimal): -5526815 or 14789291. OLE color: 14789291.
HSL color Cylindrical-coordinate representation of color #ABAAE1: hue angle of 241.09º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABAAE1 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 170 | 225 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.12 |
| HSL | 241.09º | 0.48% | 0.77% | - |
| HSV(B) | 241.09º | 0.24% | 0.88% | - |
| XYZ | 44.76 | 42.84 | 77.14 | - |
| YUV | 176.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 225 | 0.24 | 0.24 | 0 | 0.12 | 241.09 | 0.48 | 0.77 |
| Hex | AB | AA | E1 | 18 | 18 | 0 | C | F1 | 30 | 4D |
| Octal | 253 | 252 | 341 | 30 | 30 | 0 | 14 | 361 | 60 | 115 |
| Binary | 10101011 | 10101010 | 11100001 | 11000 | 11000 | 0 | 1100 | 11110001 | 110000 | 1001101 |
Color Harmonies of #ABAAE1
Complementary color
Monochromatic Colors of #ABAAE1
Black with #ABAAE1
Text Example
Text Example
White with #ABAAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAAE1; }
p { color: rgb(171,170,225); }
H1.HeaderClassName
{
color: #ABAAE1;
}
.AnyTagClassName
{
color: #ABAAE1;
}
</style>
background-color css
<style>
a { background-color: #ABAAE1; }
a { background-color: rgb(171,170,225); }
div.DivClassName
{
background-color: #ABAAE1;
}
.BgClassName
{
background-color: #ABAAE1;
}
</style>
border-color css
<style>
span { border-color: #ABAAE1; }
span { border-color: rgb(171,170,225); }
td.TdClassName
{
border-color: #ABAAE1;
}
.TagClassName
{
border-color: #ABAAE1;
}
</style>