Shades of Echo Blue #A1AEDD
Tints of Echo Blue #A1AEDD
RGB
CMYK
RGB Variations
Color information
#A1AEDD (or 0xA1AEDD) is known color: Echo Blue. HEX triplet: A1, AE and DD. RGB value is (161,174,221). Sum of RGB (Red+Green+Blue) = 161+174+221=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AEDD is #5E5122. Grayscale: #AFAFAF. Windows color (decimal): -6181155 or 14528161. OLE color: 14528161.
HSL color Cylindrical-coordinate representation of color #A1AEDD: hue angle of 227º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1AEDD is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 174 | 221 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.13 |
| HSL | 227º | 0.47% | 0.75% | - |
| HSV(B) | 227º | 0.27% | 0.87% | - |
| XYZ | 42.89 | 43.07 | 74.46 | - |
| YUV | 175.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 221 | 0.27 | 0.21 | 0 | 0.13 | 227 | 0.47 | 0.75 |
| Hex | A1 | AE | DD | 1B | 15 | 0 | D | E3 | 2F | 4B |
| Octal | 241 | 256 | 335 | 33 | 25 | 0 | 15 | 343 | 57 | 113 |
| Binary | 10100001 | 10101110 | 11011101 | 11011 | 10101 | 0 | 1101 | 11100011 | 101111 | 1001011 |
Color Harmonies of #A1AEDD
Complementary color
Monochromatic Colors of #A1AEDD
Black with #A1AEDD
Text Example
Text Example
White with #A1AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AEDD; }
p { color: rgb(161,174,221); }
H1.HeaderClassName
{
color: #A1AEDD;
}
.AnyTagClassName
{
color: #A1AEDD;
}
</style>
background-color css
<style>
a { background-color: #A1AEDD; }
a { background-color: rgb(161,174,221); }
div.DivClassName
{
background-color: #A1AEDD;
}
.BgClassName
{
background-color: #A1AEDD;
}
</style>
border-color css
<style>
span { border-color: #A1AEDD; }
span { border-color: rgb(161,174,221); }
td.TdClassName
{
border-color: #A1AEDD;
}
.TagClassName
{
border-color: #A1AEDD;
}
</style>