Shades of Echo Blue #A1A9C3
Tints of Echo Blue #A1A9C3
RGB
CMYK
RGB Variations
Color information
#A1A9C3 (or 0xA1A9C3) is known color: Echo Blue. HEX triplet: A1, A9 and C3. RGB value is (161,169,195). Sum of RGB (Red+Green+Blue) = 161+169+195=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 195 - color contains mainly: blue. Hex color #A1A9C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A9C3 is #5E563C. Grayscale: #A9A9A9. Windows color (decimal): -6182461 or 12822945. OLE color: 12822945.
HSL color Cylindrical-coordinate representation of color #A1A9C3: hue angle of 225.88º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1A9C3 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 169 | 195 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.24 |
| HSL | 225.88º | 0.22% | 0.7% | - |
| HSV(B) | 225.88º | 0.17% | 0.76% | - |
| XYZ | 38.74 | 39.89 | 57.29 | - |
| YUV | 169.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 195 | 0.17 | 0.13 | 0 | 0.24 | 225.88 | 0.22 | 0.7 |
| Hex | A1 | A9 | C3 | 11 | D | 0 | 18 | E2 | 16 | 46 |
| Octal | 241 | 251 | 303 | 21 | 15 | 0 | 30 | 342 | 26 | 106 |
| Binary | 10100001 | 10101001 | 11000011 | 10001 | 1101 | 0 | 11000 | 11100010 | 10110 | 1000110 |
Color Harmonies of #A1A9C3
Complementary color
Monochromatic Colors of #A1A9C3
Black with #A1A9C3
Text Example
Text Example
White with #A1A9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A9C3; }
p { color: rgb(161,169,195); }
H1.HeaderClassName
{
color: #A1A9C3;
}
.AnyTagClassName
{
color: #A1A9C3;
}
</style>
background-color css
<style>
a { background-color: #A1A9C3; }
a { background-color: rgb(161,169,195); }
div.DivClassName
{
background-color: #A1A9C3;
}
.BgClassName
{
background-color: #A1A9C3;
}
</style>
border-color css
<style>
span { border-color: #A1A9C3; }
span { border-color: rgb(161,169,195); }
td.TdClassName
{
border-color: #A1A9C3;
}
.TagClassName
{
border-color: #A1A9C3;
}
</style>