Shades of Echo Blue #A7AED6
Tints of Echo Blue #A7AED6
RGB
CMYK
RGB Variations
Color information
#A7AED6 (or 0xA7AED6) is known color: Echo Blue. HEX triplet: A7, AE and D6. RGB value is (167,174,214). Sum of RGB (Red+Green+Blue) = 167+174+214=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #A7AED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AED6 is #585129. Grayscale: #B0B0B0. Windows color (decimal): -5787946 or 14069415. OLE color: 14069415.
HSL color Cylindrical-coordinate representation of color #A7AED6: hue angle of 231.06º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7AED6 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 174 | 214 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.16 |
| HSL | 231.06º | 0.36% | 0.75% | - |
| HSV(B) | 231.06º | 0.22% | 0.84% | - |
| XYZ | 43.21 | 43.34 | 69.71 | - |
| YUV | 176.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 174 | 214 | 0.22 | 0.19 | 0 | 0.16 | 231.06 | 0.36 | 0.75 |
| Hex | A7 | AE | D6 | 16 | 13 | 0 | 10 | E7 | 24 | 4B |
| Octal | 247 | 256 | 326 | 26 | 23 | 0 | 20 | 347 | 44 | 113 |
| Binary | 10100111 | 10101110 | 11010110 | 10110 | 10011 | 0 | 10000 | 11100111 | 100100 | 1001011 |
Color Harmonies of #A7AED6
Complementary color
Monochromatic Colors of #A7AED6
Black with #A7AED6
Text Example
Text Example
White with #A7AED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AED6; }
p { color: rgb(167,174,214); }
H1.HeaderClassName
{
color: #A7AED6;
}
.AnyTagClassName
{
color: #A7AED6;
}
</style>
background-color css
<style>
a { background-color: #A7AED6; }
a { background-color: rgb(167,174,214); }
div.DivClassName
{
background-color: #A7AED6;
}
.BgClassName
{
background-color: #A7AED6;
}
</style>
border-color css
<style>
span { border-color: #A7AED6; }
span { border-color: rgb(167,174,214); }
td.TdClassName
{
border-color: #A7AED6;
}
.TagClassName
{
border-color: #A7AED6;
}
</style>