Shades of Echo Blue #A1ABCF
Tints of Echo Blue #A1ABCF
RGB
CMYK
RGB Variations
Color information
#A1ABCF (or 0xA1ABCF) is known color: Echo Blue. HEX triplet: A1, AB and CF. RGB value is (161,171,207). Sum of RGB (Red+Green+Blue) = 161+171+207=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABCF is #5E5430. Grayscale: #ABABAB. Windows color (decimal): -6181937 or 13609889. OLE color: 13609889.
HSL color Cylindrical-coordinate representation of color #A1ABCF: hue angle of 226.96º degrees, saturation: 0.32, 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 #A1ABCF is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 171 | 207 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.19 |
| HSL | 226.96º | 0.32% | 0.72% | - |
| HSV(B) | 226.96º | 0.22% | 0.81% | - |
| XYZ | 40.52 | 41.21 | 64.85 | - |
| YUV | 172.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 207 | 0.22 | 0.17 | 0 | 0.19 | 226.96 | 0.32 | 0.72 |
| Hex | A1 | AB | CF | 16 | 11 | 0 | 13 | E3 | 20 | 48 |
| Octal | 241 | 253 | 317 | 26 | 21 | 0 | 23 | 343 | 40 | 110 |
| Binary | 10100001 | 10101011 | 11001111 | 10110 | 10001 | 0 | 10011 | 11100011 | 100000 | 1001000 |
Color Harmonies of #A1ABCF
Complementary color
Monochromatic Colors of #A1ABCF
Black with #A1ABCF
Text Example
Text Example
White with #A1ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABCF; }
p { color: rgb(161,171,207); }
H1.HeaderClassName
{
color: #A1ABCF;
}
.AnyTagClassName
{
color: #A1ABCF;
}
</style>
background-color css
<style>
a { background-color: #A1ABCF; }
a { background-color: rgb(161,171,207); }
div.DivClassName
{
background-color: #A1ABCF;
}
.BgClassName
{
background-color: #A1ABCF;
}
</style>
border-color css
<style>
span { border-color: #A1ABCF; }
span { border-color: rgb(161,171,207); }
td.TdClassName
{
border-color: #A1ABCF;
}
.TagClassName
{
border-color: #A1ABCF;
}
</style>