Shades of Echo Blue #A1AECD
Tints of Echo Blue #A1AECD
RGB
CMYK
RGB Variations
Color information
#A1AECD (or 0xA1AECD) is known color: Echo Blue. HEX triplet: A1, AE and CD. RGB value is (161,174,205). Sum of RGB (Red+Green+Blue) = 161+174+205=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AECD is #5E5132. Grayscale: #ADADAD. Windows color (decimal): -6181171 or 13479585. OLE color: 13479585.
HSL color Cylindrical-coordinate representation of color #A1AECD: hue angle of 222.27º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1AECD is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 174 | 205 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.20 |
| HSL | 222.27º | 0.31% | 0.72% | - |
| HSV(B) | 222.27º | 0.21% | 0.8% | - |
| XYZ | 40.85 | 42.26 | 63.76 | - |
| YUV | 173.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 205 | 0.21 | 0.15 | 0 | 0.20 | 222.27 | 0.31 | 0.72 |
| Hex | A1 | AE | CD | 15 | F | 0 | 14 | DE | 1F | 48 |
| Octal | 241 | 256 | 315 | 25 | 17 | 0 | 24 | 336 | 37 | 110 |
| Binary | 10100001 | 10101110 | 11001101 | 10101 | 1111 | 0 | 10100 | 11011110 | 11111 | 1001000 |
Color Harmonies of #A1AECD
Complementary color
Monochromatic Colors of #A1AECD
Black with #A1AECD
Text Example
Text Example
White with #A1AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AECD; }
p { color: rgb(161,174,205); }
H1.HeaderClassName
{
color: #A1AECD;
}
.AnyTagClassName
{
color: #A1AECD;
}
</style>
background-color css
<style>
a { background-color: #A1AECD; }
a { background-color: rgb(161,174,205); }
div.DivClassName
{
background-color: #A1AECD;
}
.BgClassName
{
background-color: #A1AECD;
}
</style>
border-color css
<style>
span { border-color: #A1AECD; }
span { border-color: rgb(161,174,205); }
td.TdClassName
{
border-color: #A1AECD;
}
.TagClassName
{
border-color: #A1AECD;
}
</style>