Shades of Echo Blue #A1A6D1
Tints of Echo Blue #A1A6D1
RGB
CMYK
RGB Variations
Color information
#A1A6D1 (or 0xA1A6D1) is known color: Echo Blue. HEX triplet: A1, A6 and D1. RGB value is (161,166,209). Sum of RGB (Red+Green+Blue) = 161+166+209=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1A6D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A6D1 is #5E592E. Grayscale: #A9A9A9. Windows color (decimal): -6183215 or 13739681. OLE color: 13739681.
HSL color Cylindrical-coordinate representation of color #A1A6D1: hue angle of 233.75º 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 #A1A6D1 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 166 | 209 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.18 |
| HSL | 233.75º | 0.34% | 0.73% | - |
| HSV(B) | 233.75º | 0.23% | 0.82% | - |
| XYZ | 39.84 | 39.45 | 65.84 | - |
| YUV | 169.41 | 150.34 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 209 | 0.23 | 0.21 | 0 | 0.18 | 233.75 | 0.34 | 0.73 |
| Hex | A1 | A6 | D1 | 17 | 15 | 0 | 12 | EA | 22 | 49 |
| Octal | 241 | 246 | 321 | 27 | 25 | 0 | 22 | 352 | 42 | 111 |
| Binary | 10100001 | 10100110 | 11010001 | 10111 | 10101 | 0 | 10010 | 11101010 | 100010 | 1001001 |
Color Harmonies of #A1A6D1
Complementary color
Monochromatic Colors of #A1A6D1
Black with #A1A6D1
Text Example
Text Example
White with #A1A6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A6D1; }
p { color: rgb(161,166,209); }
H1.HeaderClassName
{
color: #A1A6D1;
}
.AnyTagClassName
{
color: #A1A6D1;
}
</style>
background-color css
<style>
a { background-color: #A1A6D1; }
a { background-color: rgb(161,166,209); }
div.DivClassName
{
background-color: #A1A6D1;
}
.BgClassName
{
background-color: #A1A6D1;
}
</style>
border-color css
<style>
span { border-color: #A1A6D1; }
span { border-color: rgb(161,166,209); }
td.TdClassName
{
border-color: #A1A6D1;
}
.TagClassName
{
border-color: #A1A6D1;
}
</style>