Shades of Echo Blue #A1A8CB
Tints of Echo Blue #A1A8CB
RGB
CMYK
RGB Variations
Color information
#A1A8CB (or 0xA1A8CB) is known color: Echo Blue. HEX triplet: A1, A8 and CB. RGB value is (161,168,203). Sum of RGB (Red+Green+Blue) = 161+168+203=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1A8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A8CB is #5E5734. Grayscale: #A9A9A9. Windows color (decimal): -6182709 or 13346977. OLE color: 13346977.
HSL color Cylindrical-coordinate representation of color #A1A8CB: hue angle of 230º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1A8CB is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 168 | 203 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.20 |
| HSL | 230º | 0.29% | 0.71% | - |
| HSV(B) | 230º | 0.21% | 0.8% | - |
| XYZ | 39.48 | 39.89 | 62.12 | - |
| YUV | 169.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 203 | 0.21 | 0.17 | 0 | 0.20 | 230 | 0.29 | 0.71 |
| Hex | A1 | A8 | CB | 15 | 11 | 0 | 14 | E6 | 1D | 47 |
| Octal | 241 | 250 | 313 | 25 | 21 | 0 | 24 | 346 | 35 | 107 |
| Binary | 10100001 | 10101000 | 11001011 | 10101 | 10001 | 0 | 10100 | 11100110 | 11101 | 1000111 |
Color Harmonies of #A1A8CB
Complementary color
Monochromatic Colors of #A1A8CB
Black with #A1A8CB
Text Example
Text Example
White with #A1A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A8CB; }
p { color: rgb(161,168,203); }
H1.HeaderClassName
{
color: #A1A8CB;
}
.AnyTagClassName
{
color: #A1A8CB;
}
</style>
background-color css
<style>
a { background-color: #A1A8CB; }
a { background-color: rgb(161,168,203); }
div.DivClassName
{
background-color: #A1A8CB;
}
.BgClassName
{
background-color: #A1A8CB;
}
</style>
border-color css
<style>
span { border-color: #A1A8CB; }
span { border-color: rgb(161,168,203); }
td.TdClassName
{
border-color: #A1A8CB;
}
.TagClassName
{
border-color: #A1A8CB;
}
</style>