Shades of Echo Blue #A1ADDC
Tints of Echo Blue #A1ADDC
RGB
CMYK
RGB Variations
Color information
#A1ADDC (or 0xA1ADDC) is known color: Echo Blue. HEX triplet: A1, AD and DC. RGB value is (161,173,220). Sum of RGB (Red+Green+Blue) = 161+173+220=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADDC is #5E5223. Grayscale: #AEAEAE. Windows color (decimal): -6181412 or 14462369. OLE color: 14462369.
HSL color Cylindrical-coordinate representation of color #A1ADDC: hue angle of 227.8º 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 #A1ADDC is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 173 | 220 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.14 |
| HSL | 227.8º | 0.46% | 0.75% | - |
| HSV(B) | 227.8º | 0.27% | 0.86% | - |
| XYZ | 42.56 | 42.63 | 73.7 | - |
| YUV | 174.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 220 | 0.27 | 0.21 | 0 | 0.14 | 227.8 | 0.46 | 0.75 |
| Hex | A1 | AD | DC | 1B | 15 | 0 | E | E4 | 2E | 4B |
| Octal | 241 | 255 | 334 | 33 | 25 | 0 | 16 | 344 | 56 | 113 |
| Binary | 10100001 | 10101101 | 11011100 | 11011 | 10101 | 0 | 1110 | 11100100 | 101110 | 1001011 |
Color Harmonies of #A1ADDC
Complementary color
Monochromatic Colors of #A1ADDC
Black with #A1ADDC
Text Example
Text Example
White with #A1ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ADDC; }
p { color: rgb(161,173,220); }
H1.HeaderClassName
{
color: #A1ADDC;
}
.AnyTagClassName
{
color: #A1ADDC;
}
</style>
background-color css
<style>
a { background-color: #A1ADDC; }
a { background-color: rgb(161,173,220); }
div.DivClassName
{
background-color: #A1ADDC;
}
.BgClassName
{
background-color: #A1ADDC;
}
</style>
border-color css
<style>
span { border-color: #A1ADDC; }
span { border-color: rgb(161,173,220); }
td.TdClassName
{
border-color: #A1ADDC;
}
.TagClassName
{
border-color: #A1ADDC;
}
</style>