Shades of Echo Blue #A1ABC6
Tints of Echo Blue #A1ABC6
RGB
CMYK
RGB Variations
Color information
#A1ABC6 (or 0xA1ABC6) is known color: Echo Blue. HEX triplet: A1, AB and C6. RGB value is (161,171,198). Sum of RGB (Red+Green+Blue) = 161+171+198=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 198 - color contains mainly: blue. Hex color #A1ABC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABC6 is #5E5439. Grayscale: #AAAAAA. Windows color (decimal): -6181946 or 13020065. OLE color: 13020065.
HSL color Cylindrical-coordinate representation of color #A1ABC6: hue angle of 223.78º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1ABC6 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 171 | 198 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.22 |
| HSL | 223.78º | 0.25% | 0.7% | - |
| HSV(B) | 223.78º | 0.19% | 0.78% | - |
| XYZ | 39.45 | 40.78 | 59.22 | - |
| YUV | 171.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 198 | 0.19 | 0.14 | 0 | 0.22 | 223.78 | 0.25 | 0.7 |
| Hex | A1 | AB | C6 | 13 | E | 0 | 16 | E0 | 19 | 46 |
| Octal | 241 | 253 | 306 | 23 | 16 | 0 | 26 | 340 | 31 | 106 |
| Binary | 10100001 | 10101011 | 11000110 | 10011 | 1110 | 0 | 10110 | 11100000 | 11001 | 1000110 |
Color Harmonies of #A1ABC6
Complementary color
Monochromatic Colors of #A1ABC6
Black with #A1ABC6
Text Example
Text Example
White with #A1ABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABC6; }
p { color: rgb(161,171,198); }
H1.HeaderClassName
{
color: #A1ABC6;
}
.AnyTagClassName
{
color: #A1ABC6;
}
</style>
background-color css
<style>
a { background-color: #A1ABC6; }
a { background-color: rgb(161,171,198); }
div.DivClassName
{
background-color: #A1ABC6;
}
.BgClassName
{
background-color: #A1ABC6;
}
</style>
border-color css
<style>
span { border-color: #A1ABC6; }
span { border-color: rgb(161,171,198); }
td.TdClassName
{
border-color: #A1ABC6;
}
.TagClassName
{
border-color: #A1ABC6;
}
</style>