Shades of Wistful #ABAAC1
Tints of Wistful #ABAAC1
RGB
CMYK
RGB Variations
Color information
#ABAAC1 (or 0xABAAC1) is known color: Wistful. HEX triplet: AB, AA and C1. RGB value is (171,170,193). Sum of RGB (Red+Green+Blue) = 171+170+193=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABAAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAC1 is #54553E. Grayscale: #ACACAC. Windows color (decimal): -5526847 or 12692139. OLE color: 12692139.
HSL color Cylindrical-coordinate representation of color #ABAAC1: hue angle of 242.61º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABAAC1 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 170 | 193 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.24 |
| HSL | 242.61º | 0.16% | 0.71% | - |
| HSV(B) | 242.61º | 0.12% | 0.76% | - |
| XYZ | 40.79 | 41.26 | 56.27 | - |
| YUV | 172.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 193 | 0.11 | 0.12 | 0 | 0.24 | 242.61 | 0.16 | 0.71 |
| Hex | AB | AA | C1 | B | C | 0 | 18 | F3 | 10 | 47 |
| Octal | 253 | 252 | 301 | 13 | 14 | 0 | 30 | 363 | 20 | 107 |
| Binary | 10101011 | 10101010 | 11000001 | 1011 | 1100 | 0 | 11000 | 11110011 | 10000 | 1000111 |
Color Harmonies of #ABAAC1
Complementary color
Monochromatic Colors of #ABAAC1
Black with #ABAAC1
Text Example
Text Example
White with #ABAAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAAC1; }
p { color: rgb(171,170,193); }
H1.HeaderClassName
{
color: #ABAAC1;
}
.AnyTagClassName
{
color: #ABAAC1;
}
</style>
background-color css
<style>
a { background-color: #ABAAC1; }
a { background-color: rgb(171,170,193); }
div.DivClassName
{
background-color: #ABAAC1;
}
.BgClassName
{
background-color: #ABAAC1;
}
</style>
border-color css
<style>
span { border-color: #ABAAC1; }
span { border-color: rgb(171,170,193); }
td.TdClassName
{
border-color: #ABAAC1;
}
.TagClassName
{
border-color: #ABAAC1;
}
</style>