Shades of Wistful #AEABC2
Tints of Wistful #AEABC2
RGB
CMYK
RGB Variations
Color information
#AEABC2 (or 0xAEABC2) is known color: Wistful. HEX triplet: AE, AB and C2. RGB value is (174,171,194). Sum of RGB (Red+Green+Blue) = 174+171+194=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: blue. Hex color #AEABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABC2 is #51543D. Grayscale: #AEAEAE. Windows color (decimal): -5329982 or 12757934. OLE color: 12757934.
HSL color Cylindrical-coordinate representation of color #AEABC2: hue angle of 247.83º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEABC2 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 171 | 194 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.24 |
| HSL | 247.83º | 0.16% | 0.72% | - |
| HSV(B) | 247.83º | 0.12% | 0.76% | - |
| XYZ | 41.76 | 42.02 | 56.95 | - |
| YUV | 174.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 194 | 0.10 | 0.12 | 0 | 0.24 | 247.83 | 0.16 | 0.72 |
| Hex | AE | AB | C2 | A | C | 0 | 18 | F8 | 10 | 48 |
| Octal | 256 | 253 | 302 | 12 | 14 | 0 | 30 | 370 | 20 | 110 |
| Binary | 10101110 | 10101011 | 11000010 | 1010 | 1100 | 0 | 11000 | 11111000 | 10000 | 1001000 |
Color Harmonies of #AEABC2
Complementary color
Monochromatic Colors of #AEABC2
Black with #AEABC2
Text Example
Text Example
White with #AEABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEABC2; }
p { color: rgb(174,171,194); }
H1.HeaderClassName
{
color: #AEABC2;
}
.AnyTagClassName
{
color: #AEABC2;
}
</style>
background-color css
<style>
a { background-color: #AEABC2; }
a { background-color: rgb(174,171,194); }
div.DivClassName
{
background-color: #AEABC2;
}
.BgClassName
{
background-color: #AEABC2;
}
</style>
border-color css
<style>
span { border-color: #AEABC2; }
span { border-color: rgb(174,171,194); }
td.TdClassName
{
border-color: #AEABC2;
}
.TagClassName
{
border-color: #AEABC2;
}
</style>