Shades of Echo Blue #A1ABCC
Tints of Echo Blue #A1ABCC
RGB
CMYK
RGB Variations
Color information
#A1ABCC (or 0xA1ABCC) is known color: Echo Blue. HEX triplet: A1, AB and CC. RGB value is (161,171,204). Sum of RGB (Red+Green+Blue) = 161+171+204=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABCC is #5E5433. Grayscale: #ABABAB. Windows color (decimal): -6181940 or 13413281. OLE color: 13413281.
HSL color Cylindrical-coordinate representation of color #A1ABCC: hue angle of 226.05º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1ABCC is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 171 | 204 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.2 |
| HSL | 226.05º | 0.3% | 0.72% | - |
| HSV(B) | 226.05º | 0.21% | 0.8% | - |
| XYZ | 40.16 | 41.06 | 62.94 | - |
| YUV | 171.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 204 | 0.21 | 0.16 | 0 | 0.2 | 226.05 | 0.3 | 0.72 |
| Hex | A1 | AB | CC | 15 | 10 | 0 | 14 | E2 | 1E | 48 |
| Octal | 241 | 253 | 314 | 25 | 20 | 0 | 24 | 342 | 36 | 110 |
| Binary | 10100001 | 10101011 | 11001100 | 10101 | 10000 | 0 | 10100 | 11100010 | 11110 | 1001000 |
Color Harmonies of #A1ABCC
Complementary color
Monochromatic Colors of #A1ABCC
Black with #A1ABCC
Text Example
Text Example
White with #A1ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABCC; }
p { color: rgb(161,171,204); }
H1.HeaderClassName
{
color: #A1ABCC;
}
.AnyTagClassName
{
color: #A1ABCC;
}
</style>
background-color css
<style>
a { background-color: #A1ABCC; }
a { background-color: rgb(161,171,204); }
div.DivClassName
{
background-color: #A1ABCC;
}
.BgClassName
{
background-color: #A1ABCC;
}
</style>
border-color css
<style>
span { border-color: #A1ABCC; }
span { border-color: rgb(161,171,204); }
td.TdClassName
{
border-color: #A1ABCC;
}
.TagClassName
{
border-color: #A1ABCC;
}
</style>