Shades of Echo Blue #A1AEDC
Tints of Echo Blue #A1AEDC
RGB
CMYK
RGB Variations
Color information
#A1AEDC (or 0xA1AEDC) is known color: Echo Blue. HEX triplet: A1, AE and DC. RGB value is (161,174,220). Sum of RGB (Red+Green+Blue) = 161+174+220=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AEDC is #5E5123. Grayscale: #AFAFAF. Windows color (decimal): -6181156 or 14462625. OLE color: 14462625.
HSL color Cylindrical-coordinate representation of color #A1AEDC: hue angle of 226.78º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1AEDC is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 174 | 220 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.14 |
| HSL | 226.78º | 0.46% | 0.75% | - |
| HSV(B) | 226.78º | 0.27% | 0.86% | - |
| XYZ | 42.75 | 43.02 | 73.76 | - |
| YUV | 175.36 | 153.19 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 220 | 0.27 | 0.21 | 0 | 0.14 | 226.78 | 0.46 | 0.75 |
| Hex | A1 | AE | DC | 1B | 15 | 0 | E | E3 | 2E | 4B |
| Octal | 241 | 256 | 334 | 33 | 25 | 0 | 16 | 343 | 56 | 113 |
| Binary | 10100001 | 10101110 | 11011100 | 11011 | 10101 | 0 | 1110 | 11100011 | 101110 | 1001011 |
Color Harmonies of #A1AEDC
Complementary color
Monochromatic Colors of #A1AEDC
Black with #A1AEDC
Text Example
Text Example
White with #A1AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AEDC; }
p { color: rgb(161,174,220); }
H1.HeaderClassName
{
color: #A1AEDC;
}
.AnyTagClassName
{
color: #A1AEDC;
}
</style>
background-color css
<style>
a { background-color: #A1AEDC; }
a { background-color: rgb(161,174,220); }
div.DivClassName
{
background-color: #A1AEDC;
}
.BgClassName
{
background-color: #A1AEDC;
}
</style>
border-color css
<style>
span { border-color: #A1AEDC; }
span { border-color: rgb(161,174,220); }
td.TdClassName
{
border-color: #A1AEDC;
}
.TagClassName
{
border-color: #A1AEDC;
}
</style>