Shades of Echo Blue #A1ABC3
Tints of Echo Blue #A1ABC3
RGB
CMYK
RGB Variations
Color information
#A1ABC3 (or 0xA1ABC3) is known color: Echo Blue. HEX triplet: A1, AB and C3. RGB value is (161,171,195). Sum of RGB (Red+Green+Blue) = 161+171+195=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 195 - color contains mainly: blue. Hex color #A1ABC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABC3 is #5E543C. Grayscale: #AAAAAA. Windows color (decimal): -6181949 or 12823457. OLE color: 12823457.
HSL color Cylindrical-coordinate representation of color #A1ABC3: hue angle of 222.35º 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 #A1ABC3 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 171 | 195 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.24 |
| HSL | 222.35º | 0.22% | 0.7% | - |
| HSV(B) | 222.35º | 0.17% | 0.76% | - |
| XYZ | 39.11 | 40.64 | 57.41 | - |
| YUV | 170.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 195 | 0.17 | 0.12 | 0 | 0.24 | 222.35 | 0.22 | 0.7 |
| Hex | A1 | AB | C3 | 11 | C | 0 | 18 | DE | 16 | 46 |
| Octal | 241 | 253 | 303 | 21 | 14 | 0 | 30 | 336 | 26 | 106 |
| Binary | 10100001 | 10101011 | 11000011 | 10001 | 1100 | 0 | 11000 | 11011110 | 10110 | 1000110 |
Color Harmonies of #A1ABC3
Complementary color
Monochromatic Colors of #A1ABC3
Black with #A1ABC3
Text Example
Text Example
White with #A1ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABC3; }
p { color: rgb(161,171,195); }
H1.HeaderClassName
{
color: #A1ABC3;
}
.AnyTagClassName
{
color: #A1ABC3;
}
</style>
background-color css
<style>
a { background-color: #A1ABC3; }
a { background-color: rgb(161,171,195); }
div.DivClassName
{
background-color: #A1ABC3;
}
.BgClassName
{
background-color: #A1ABC3;
}
</style>
border-color css
<style>
span { border-color: #A1ABC3; }
span { border-color: rgb(161,171,195); }
td.TdClassName
{
border-color: #A1ABC3;
}
.TagClassName
{
border-color: #A1ABC3;
}
</style>