Shades of Echo Blue #A1A7D1
Tints of Echo Blue #A1A7D1
RGB
CMYK
RGB Variations
Color information
#A1A7D1 (or 0xA1A7D1) is known color: Echo Blue. HEX triplet: A1, A7 and D1. RGB value is (161,167,209). Sum of RGB (Red+Green+Blue) = 161+167+209=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1A7D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A7D1 is #5E582E. Grayscale: #A9A9A9. Windows color (decimal): -6182959 or 13739937. OLE color: 13739937.
HSL color Cylindrical-coordinate representation of color #A1A7D1: hue angle of 232.5º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1A7D1 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 167 | 209 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.18 |
| HSL | 232.5º | 0.34% | 0.73% | - |
| HSV(B) | 232.5º | 0.23% | 0.82% | - |
| XYZ | 40.03 | 39.82 | 65.9 | - |
| YUV | 169.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 209 | 0.23 | 0.20 | 0 | 0.18 | 232.5 | 0.34 | 0.73 |
| Hex | A1 | A7 | D1 | 17 | 14 | 0 | 12 | E8 | 22 | 49 |
| Octal | 241 | 247 | 321 | 27 | 24 | 0 | 22 | 350 | 42 | 111 |
| Binary | 10100001 | 10100111 | 11010001 | 10111 | 10100 | 0 | 10010 | 11101000 | 100010 | 1001001 |
Color Harmonies of #A1A7D1
Complementary color
Monochromatic Colors of #A1A7D1
Black with #A1A7D1
Text Example
Text Example
White with #A1A7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A7D1; }
p { color: rgb(161,167,209); }
H1.HeaderClassName
{
color: #A1A7D1;
}
.AnyTagClassName
{
color: #A1A7D1;
}
</style>
background-color css
<style>
a { background-color: #A1A7D1; }
a { background-color: rgb(161,167,209); }
div.DivClassName
{
background-color: #A1A7D1;
}
.BgClassName
{
background-color: #A1A7D1;
}
</style>
border-color css
<style>
span { border-color: #A1A7D1; }
span { border-color: rgb(161,167,209); }
td.TdClassName
{
border-color: #A1A7D1;
}
.TagClassName
{
border-color: #A1A7D1;
}
</style>