Shades of Echo Blue #A1ADDE
Tints of Echo Blue #A1ADDE
RGB
CMYK
RGB Variations
Color information
#A1ADDE (or 0xA1ADDE) is known color: Echo Blue. HEX triplet: A1, AD and DE. RGB value is (161,173,222). Sum of RGB (Red+Green+Blue) = 161+173+222=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADDE is #5E5221. Grayscale: #AEAEAE. Windows color (decimal): -6181410 or 14593441. OLE color: 14593441.
HSL color Cylindrical-coordinate representation of color #A1ADDE: hue angle of 228.2º degrees, saturation: 0.48, 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 #A1ADDE is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 173 | 222 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.13 |
| HSL | 228.2º | 0.48% | 0.75% | - |
| HSV(B) | 228.2º | 0.27% | 0.87% | - |
| XYZ | 42.83 | 42.74 | 75.1 | - |
| YUV | 175 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 222 | 0.27 | 0.22 | 0 | 0.13 | 228.2 | 0.48 | 0.75 |
| Hex | A1 | AD | DE | 1B | 16 | 0 | D | E4 | 30 | 4B |
| Octal | 241 | 255 | 336 | 33 | 26 | 0 | 15 | 344 | 60 | 113 |
| Binary | 10100001 | 10101101 | 11011110 | 11011 | 10110 | 0 | 1101 | 11100100 | 110000 | 1001011 |
Color Harmonies of #A1ADDE
Complementary color
Monochromatic Colors of #A1ADDE
Black with #A1ADDE
Text Example
Text Example
White with #A1ADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ADDE; }
p { color: rgb(161,173,222); }
H1.HeaderClassName
{
color: #A1ADDE;
}
.AnyTagClassName
{
color: #A1ADDE;
}
</style>
background-color css
<style>
a { background-color: #A1ADDE; }
a { background-color: rgb(161,173,222); }
div.DivClassName
{
background-color: #A1ADDE;
}
.BgClassName
{
background-color: #A1ADDE;
}
</style>
border-color css
<style>
span { border-color: #A1ADDE; }
span { border-color: rgb(161,173,222); }
td.TdClassName
{
border-color: #A1ADDE;
}
.TagClassName
{
border-color: #A1ADDE;
}
</style>