Shades of Echo Blue #A1ABC9
Tints of Echo Blue #A1ABC9
RGB
CMYK
RGB Variations
Color information
#A1ABC9 (or 0xA1ABC9) is known color: Echo Blue. HEX triplet: A1, AB and C9. RGB value is (161,171,201). Sum of RGB (Red+Green+Blue) = 161+171+201=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 201 - color contains mainly: blue. Hex color #A1ABC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABC9 is #5E5436. Grayscale: #ABABAB. Windows color (decimal): -6181943 or 13216673. OLE color: 13216673.
HSL color Cylindrical-coordinate representation of color #A1ABC9: hue angle of 225º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1ABC9 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 171 | 201 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.21 |
| HSL | 225º | 0.27% | 0.71% | - |
| HSV(B) | 225º | 0.2% | 0.79% | - |
| XYZ | 39.8 | 40.92 | 61.06 | - |
| YUV | 171.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 201 | 0.20 | 0.15 | 0 | 0.21 | 225 | 0.27 | 0.71 |
| Hex | A1 | AB | C9 | 14 | F | 0 | 15 | E1 | 1B | 47 |
| Octal | 241 | 253 | 311 | 24 | 17 | 0 | 25 | 341 | 33 | 107 |
| Binary | 10100001 | 10101011 | 11001001 | 10100 | 1111 | 0 | 10101 | 11100001 | 11011 | 1000111 |
Color Harmonies of #A1ABC9
Complementary color
Monochromatic Colors of #A1ABC9
Black with #A1ABC9
Text Example
Text Example
White with #A1ABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABC9; }
p { color: rgb(161,171,201); }
H1.HeaderClassName
{
color: #A1ABC9;
}
.AnyTagClassName
{
color: #A1ABC9;
}
</style>
background-color css
<style>
a { background-color: #A1ABC9; }
a { background-color: rgb(161,171,201); }
div.DivClassName
{
background-color: #A1ABC9;
}
.BgClassName
{
background-color: #A1ABC9;
}
</style>
border-color css
<style>
span { border-color: #A1ABC9; }
span { border-color: rgb(161,171,201); }
td.TdClassName
{
border-color: #A1ABC9;
}
.TagClassName
{
border-color: #A1ABC9;
}
</style>