Shades of Echo Blue #A1A7CA
Tints of Echo Blue #A1A7CA
RGB
CMYK
RGB Variations
Color information
#A1A7CA (or 0xA1A7CA) is known color: Echo Blue. HEX triplet: A1, A7 and CA. RGB value is (161,167,202). Sum of RGB (Red+Green+Blue) = 161+167+202=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #A1A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A7CA is #5E5835. Grayscale: #A9A9A9. Windows color (decimal): -6182966 or 13281185. OLE color: 13281185.
HSL color Cylindrical-coordinate representation of color #A1A7CA: hue angle of 231.22º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1A7CA is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 167 | 202 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.21 |
| HSL | 231.22º | 0.28% | 0.71% | - |
| HSV(B) | 231.22º | 0.2% | 0.79% | - |
| XYZ | 39.18 | 39.48 | 61.43 | - |
| YUV | 169.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 202 | 0.20 | 0.17 | 0 | 0.21 | 231.22 | 0.28 | 0.71 |
| Hex | A1 | A7 | CA | 14 | 11 | 0 | 15 | E7 | 1C | 47 |
| Octal | 241 | 247 | 312 | 24 | 21 | 0 | 25 | 347 | 34 | 107 |
| Binary | 10100001 | 10100111 | 11001010 | 10100 | 10001 | 0 | 10101 | 11100111 | 11100 | 1000111 |
Color Harmonies of #A1A7CA
Complementary color
Monochromatic Colors of #A1A7CA
Black with #A1A7CA
Text Example
Text Example
White with #A1A7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A7CA; }
p { color: rgb(161,167,202); }
H1.HeaderClassName
{
color: #A1A7CA;
}
.AnyTagClassName
{
color: #A1A7CA;
}
</style>
background-color css
<style>
a { background-color: #A1A7CA; }
a { background-color: rgb(161,167,202); }
div.DivClassName
{
background-color: #A1A7CA;
}
.BgClassName
{
background-color: #A1A7CA;
}
</style>
border-color css
<style>
span { border-color: #A1A7CA; }
span { border-color: rgb(161,167,202); }
td.TdClassName
{
border-color: #A1A7CA;
}
.TagClassName
{
border-color: #A1A7CA;
}
</style>