Shades of Echo Blue #A1B0DC
Tints of Echo Blue #A1B0DC
RGB
CMYK
RGB Variations
Color information
#A1B0DC (or 0xA1B0DC) is known color: Echo Blue. HEX triplet: A1, B0 and DC. RGB value is (161,176,220). Sum of RGB (Red+Green+Blue) = 161+176+220=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1B0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B0DC is #5E4F23. Grayscale: #B0B0B0. Windows color (decimal): -6180644 or 14463137. OLE color: 14463137.
HSL color Cylindrical-coordinate representation of color #A1B0DC: hue angle of 224.75º 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 #A1B0DC is Cyan = 0.27, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 176 | 220 | - |
| CMYK | 0.27 | 0.2 | 0 | 0.14 |
| HSL | 224.75º | 0.46% | 0.75% | - |
| HSV(B) | 224.75º | 0.27% | 0.86% | - |
| XYZ | 43.14 | 43.8 | 73.89 | - |
| YUV | 176.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 220 | 0.27 | 0.2 | 0 | 0.14 | 224.75 | 0.46 | 0.75 |
| Hex | A1 | B0 | DC | 1B | 14 | 0 | E | E1 | 2E | 4B |
| Octal | 241 | 260 | 334 | 33 | 24 | 0 | 16 | 341 | 56 | 113 |
| Binary | 10100001 | 10110000 | 11011100 | 11011 | 10100 | 0 | 1110 | 11100001 | 101110 | 1001011 |
Color Harmonies of #A1B0DC
Complementary color
Monochromatic Colors of #A1B0DC
Black with #A1B0DC
Text Example
Text Example
White with #A1B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B0DC; }
p { color: rgb(161,176,220); }
H1.HeaderClassName
{
color: #A1B0DC;
}
.AnyTagClassName
{
color: #A1B0DC;
}
</style>
background-color css
<style>
a { background-color: #A1B0DC; }
a { background-color: rgb(161,176,220); }
div.DivClassName
{
background-color: #A1B0DC;
}
.BgClassName
{
background-color: #A1B0DC;
}
</style>
border-color css
<style>
span { border-color: #A1B0DC; }
span { border-color: rgb(161,176,220); }
td.TdClassName
{
border-color: #A1B0DC;
}
.TagClassName
{
border-color: #A1B0DC;
}
</style>