Shades of Wistful #AEAEC1
Tints of Wistful #AEAEC1
RGB
CMYK
RGB Variations
Color information
#AEAEC1 (or 0xAEAEC1) is known color: Wistful. HEX triplet: AE, AE and C1. RGB value is (174,174,193). Sum of RGB (Red+Green+Blue) = 174+174+193=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEAEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEC1 is #51513E. Grayscale: #B0B0B0. Windows color (decimal): -5329215 or 12693166. OLE color: 12693166.
HSL color Cylindrical-coordinate representation of color #AEAEC1: hue angle of 240º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEAEC1 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 174 | 174 | 193 | - |
CMYK | 0.10 | 0.10 | 0 | 0.24 |
HSL | 240º | 0.13% | 0.72% | - |
HSV(B) | 240º | 0.1% | 0.76% | - |
XYZ | 42.22 | 43.12 | 56.55 | - |
YUV | 176.17 | 137.5 | 126.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 174 | 193 | 0.10 | 0.10 | 0 | 0.24 | 240 | 0.13 | 0.72 |
Hex | AE | AE | C1 | A | A | 0 | 18 | F0 | D | 48 |
Octal | 256 | 256 | 301 | 12 | 12 | 0 | 30 | 360 | 15 | 110 |
Binary | 10101110 | 10101110 | 11000001 | 1010 | 1010 | 0 | 11000 | 11110000 | 1101 | 1001000 |
Color Harmonies of #AEAEC1
Complementary color
Monochromatic Colors of #AEAEC1
Black with #AEAEC1
Text Example
Text Example
White with #AEAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAEC1; }
p { color: rgb(174,174,193); }
H1.HeaderClassName
{
color: #AEAEC1;
}
.AnyTagClassName
{
color: #AEAEC1;
}
</style>
background-color css
<style>
a { background-color: #AEAEC1; }
a { background-color: rgb(174,174,193); }
div.DivClassName
{
background-color: #AEAEC1;
}
.BgClassName
{
background-color: #AEAEC1;
}
</style>
border-color css
<style>
span { border-color: #AEAEC1; }
span { border-color: rgb(174,174,193); }
td.TdClassName
{
border-color: #AEAEC1;
}
.TagClassName
{
border-color: #AEAEC1;
}
</style>