Shades of Echo Blue #A1A8CC
Tints of Echo Blue #A1A8CC
RGB
CMYK
RGB Variations
Color information
#A1A8CC (or 0xA1A8CC) is known color: Echo Blue. HEX triplet: A1, A8 and CC. RGB value is (161,168,204). Sum of RGB (Red+Green+Blue) = 161+168+204=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1A8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A8CC is #5E5733. Grayscale: #A9A9A9. Windows color (decimal): -6182708 or 13412513. OLE color: 13412513.
HSL color Cylindrical-coordinate representation of color #A1A8CC: hue angle of 230.23º 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 #A1A8CC is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 168 | 204 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.2 |
| HSL | 230.23º | 0.3% | 0.72% | - |
| HSV(B) | 230.23º | 0.21% | 0.8% | - |
| XYZ | 39.6 | 39.94 | 62.75 | - |
| YUV | 170.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 204 | 0.21 | 0.18 | 0 | 0.2 | 230.23 | 0.3 | 0.72 |
| Hex | A1 | A8 | CC | 15 | 12 | 0 | 14 | E6 | 1E | 48 |
| Octal | 241 | 250 | 314 | 25 | 22 | 0 | 24 | 346 | 36 | 110 |
| Binary | 10100001 | 10101000 | 11001100 | 10101 | 10010 | 0 | 10100 | 11100110 | 11110 | 1001000 |
Color Harmonies of #A1A8CC
Complementary color
Monochromatic Colors of #A1A8CC
Black with #A1A8CC
Text Example
Text Example
White with #A1A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A8CC; }
p { color: rgb(161,168,204); }
H1.HeaderClassName
{
color: #A1A8CC;
}
.AnyTagClassName
{
color: #A1A8CC;
}
</style>
background-color css
<style>
a { background-color: #A1A8CC; }
a { background-color: rgb(161,168,204); }
div.DivClassName
{
background-color: #A1A8CC;
}
.BgClassName
{
background-color: #A1A8CC;
}
</style>
border-color css
<style>
span { border-color: #A1A8CC; }
span { border-color: rgb(161,168,204); }
td.TdClassName
{
border-color: #A1A8CC;
}
.TagClassName
{
border-color: #A1A8CC;
}
</style>