Shades of Echo Blue #A2B1DC
Tints of Echo Blue #A2B1DC
RGB
CMYK
RGB Variations
Color information
#A2B1DC (or 0xA2B1DC) is known color: Echo Blue. HEX triplet: A2, B1 and DC. RGB value is (162,177,220). Sum of RGB (Red+Green+Blue) = 162+177+220=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2B1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B1DC is #5D4E23. Grayscale: #B1B1B1. Windows color (decimal): -6114852 or 14463394. OLE color: 14463394.
HSL color Cylindrical-coordinate representation of color #A2B1DC: hue angle of 224.48º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2B1DC is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 177 | 220 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.14 |
| HSL | 224.48º | 0.45% | 0.75% | - |
| HSV(B) | 224.48º | 0.26% | 0.86% | - |
| XYZ | 43.54 | 44.29 | 73.96 | - |
| YUV | 177.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 220 | 0.26 | 0.20 | 0 | 0.14 | 224.48 | 0.45 | 0.75 |
| Hex | A2 | B1 | DC | 1A | 14 | 0 | E | E0 | 2D | 4B |
| Octal | 242 | 261 | 334 | 32 | 24 | 0 | 16 | 340 | 55 | 113 |
| Binary | 10100010 | 10110001 | 11011100 | 11010 | 10100 | 0 | 1110 | 11100000 | 101101 | 1001011 |
Color Harmonies of #A2B1DC
Complementary color
Monochromatic Colors of #A2B1DC
Black with #A2B1DC
Text Example
Text Example
White with #A2B1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B1DC; }
p { color: rgb(162,177,220); }
H1.HeaderClassName
{
color: #A2B1DC;
}
.AnyTagClassName
{
color: #A2B1DC;
}
</style>
background-color css
<style>
a { background-color: #A2B1DC; }
a { background-color: rgb(162,177,220); }
div.DivClassName
{
background-color: #A2B1DC;
}
.BgClassName
{
background-color: #A2B1DC;
}
</style>
border-color css
<style>
span { border-color: #A2B1DC; }
span { border-color: rgb(162,177,220); }
td.TdClassName
{
border-color: #A2B1DC;
}
.TagClassName
{
border-color: #A2B1DC;
}
</style>