Shades of Wistful #ABAAC2
Tints of Wistful #ABAAC2
RGB
CMYK
RGB Variations
Color information
#ABAAC2 (or 0xABAAC2) is known color: Wistful. HEX triplet: AB, AA and C2. RGB value is (171,170,194). Sum of RGB (Red+Green+Blue) = 171+170+194=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 194 - color contains mainly: blue. Hex color #ABAAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAC2 is #54553D. Grayscale: #ACACAC. Windows color (decimal): -5526846 or 12757675. OLE color: 12757675.
HSL color Cylindrical-coordinate representation of color #ABAAC2: hue angle of 242.5º 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 #ABAAC2 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 170 | 194 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.24 |
| HSL | 242.5º | 0.16% | 0.71% | - |
| HSV(B) | 242.5º | 0.12% | 0.76% | - |
| XYZ | 40.91 | 41.3 | 56.86 | - |
| YUV | 173.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 194 | 0.12 | 0.12 | 0 | 0.24 | 242.5 | 0.16 | 0.71 |
| Hex | AB | AA | C2 | C | C | 0 | 18 | F2 | 10 | 47 |
| Octal | 253 | 252 | 302 | 14 | 14 | 0 | 30 | 362 | 20 | 107 |
| Binary | 10101011 | 10101010 | 11000010 | 1100 | 1100 | 0 | 11000 | 11110010 | 10000 | 1000111 |
Color Harmonies of #ABAAC2
Complementary color
Monochromatic Colors of #ABAAC2
Black with #ABAAC2
Text Example
Text Example
White with #ABAAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAAC2; }
p { color: rgb(171,170,194); }
H1.HeaderClassName
{
color: #ABAAC2;
}
.AnyTagClassName
{
color: #ABAAC2;
}
</style>
background-color css
<style>
a { background-color: #ABAAC2; }
a { background-color: rgb(171,170,194); }
div.DivClassName
{
background-color: #ABAAC2;
}
.BgClassName
{
background-color: #ABAAC2;
}
</style>
border-color css
<style>
span { border-color: #ABAAC2; }
span { border-color: rgb(171,170,194); }
td.TdClassName
{
border-color: #ABAAC2;
}
.TagClassName
{
border-color: #ABAAC2;
}
</style>