Shades of Echo Blue #A1A7CE
Tints of Echo Blue #A1A7CE
RGB
CMYK
RGB Variations
Color information
#A1A7CE (or 0xA1A7CE) is known color: Echo Blue. HEX triplet: A1, A7 and CE. RGB value is (161,167,206). Sum of RGB (Red+Green+Blue) = 161+167+206=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1A7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A7CE is #5E5831. Grayscale: #A9A9A9. Windows color (decimal): -6182962 or 13543329. OLE color: 13543329.
HSL color Cylindrical-coordinate representation of color #A1A7CE: hue angle of 232º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1A7CE is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 167 | 206 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.19 |
| HSL | 232º | 0.31% | 0.72% | - |
| HSV(B) | 232º | 0.22% | 0.81% | - |
| XYZ | 39.66 | 39.67 | 63.96 | - |
| YUV | 169.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 206 | 0.22 | 0.19 | 0 | 0.19 | 232 | 0.31 | 0.72 |
| Hex | A1 | A7 | CE | 16 | 13 | 0 | 13 | E8 | 1F | 48 |
| Octal | 241 | 247 | 316 | 26 | 23 | 0 | 23 | 350 | 37 | 110 |
| Binary | 10100001 | 10100111 | 11001110 | 10110 | 10011 | 0 | 10011 | 11101000 | 11111 | 1001000 |
Color Harmonies of #A1A7CE
Complementary color
Monochromatic Colors of #A1A7CE
Black with #A1A7CE
Text Example
Text Example
White with #A1A7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A7CE; }
p { color: rgb(161,167,206); }
H1.HeaderClassName
{
color: #A1A7CE;
}
.AnyTagClassName
{
color: #A1A7CE;
}
</style>
background-color css
<style>
a { background-color: #A1A7CE; }
a { background-color: rgb(161,167,206); }
div.DivClassName
{
background-color: #A1A7CE;
}
.BgClassName
{
background-color: #A1A7CE;
}
</style>
border-color css
<style>
span { border-color: #A1A7CE; }
span { border-color: rgb(161,167,206); }
td.TdClassName
{
border-color: #A1A7CE;
}
.TagClassName
{
border-color: #A1A7CE;
}
</style>