Shades of Echo Blue #A2AFDC
Tints of Echo Blue #A2AFDC
RGB
CMYK
RGB Variations
Color information
#A2AFDC (or 0xA2AFDC) is known color: Echo Blue. HEX triplet: A2, AF and DC. RGB value is (162,175,220). Sum of RGB (Red+Green+Blue) = 162+175+220=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 175 (68.75% from 255 or 31.42% 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 #A2AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AFDC is #5D5023. Grayscale: #B0B0B0. Windows color (decimal): -6115364 or 14462882. OLE color: 14462882.
HSL color Cylindrical-coordinate representation of color #A2AFDC: hue angle of 226.55º 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 #A2AFDC is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 175 | 220 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.14 |
| HSL | 226.55º | 0.45% | 0.75% | - |
| HSV(B) | 226.55º | 0.26% | 0.86% | - |
| XYZ | 43.15 | 43.51 | 73.83 | - |
| YUV | 176.24 | 152.69 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 220 | 0.26 | 0.20 | 0 | 0.14 | 226.55 | 0.45 | 0.75 |
| Hex | A2 | AF | DC | 1A | 14 | 0 | E | E3 | 2D | 4B |
| Octal | 242 | 257 | 334 | 32 | 24 | 0 | 16 | 343 | 55 | 113 |
| Binary | 10100010 | 10101111 | 11011100 | 11010 | 10100 | 0 | 1110 | 11100011 | 101101 | 1001011 |
Color Harmonies of #A2AFDC
Complementary color
Monochromatic Colors of #A2AFDC
Black with #A2AFDC
Text Example
Text Example
White with #A2AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AFDC; }
p { color: rgb(162,175,220); }
H1.HeaderClassName
{
color: #A2AFDC;
}
.AnyTagClassName
{
color: #A2AFDC;
}
</style>
background-color css
<style>
a { background-color: #A2AFDC; }
a { background-color: rgb(162,175,220); }
div.DivClassName
{
background-color: #A2AFDC;
}
.BgClassName
{
background-color: #A2AFDC;
}
</style>
border-color css
<style>
span { border-color: #A2AFDC; }
span { border-color: rgb(162,175,220); }
td.TdClassName
{
border-color: #A2AFDC;
}
.TagClassName
{
border-color: #A2AFDC;
}
</style>