Shades of Echo Blue #A1A8CD
Tints of Echo Blue #A1A8CD
RGB
CMYK
RGB Variations
Color information
#A1A8CD (or 0xA1A8CD) is known color: Echo Blue. HEX triplet: A1, A8 and CD. RGB value is (161,168,205). Sum of RGB (Red+Green+Blue) = 161+168+205=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1A8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A8CD is #5E5732. Grayscale: #A9A9A9. Windows color (decimal): -6182707 or 13478049. OLE color: 13478049.
HSL color Cylindrical-coordinate representation of color #A1A8CD: hue angle of 230.45º degrees, saturation: 0.31, 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 #A1A8CD is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 168 | 205 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.20 |
| HSL | 230.45º | 0.31% | 0.72% | - |
| HSV(B) | 230.45º | 0.21% | 0.8% | - |
| XYZ | 39.72 | 39.99 | 63.38 | - |
| YUV | 170.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 205 | 0.21 | 0.18 | 0 | 0.20 | 230.45 | 0.31 | 0.72 |
| Hex | A1 | A8 | CD | 15 | 12 | 0 | 14 | E6 | 1F | 48 |
| Octal | 241 | 250 | 315 | 25 | 22 | 0 | 24 | 346 | 37 | 110 |
| Binary | 10100001 | 10101000 | 11001101 | 10101 | 10010 | 0 | 10100 | 11100110 | 11111 | 1001000 |
Color Harmonies of #A1A8CD
Complementary color
Monochromatic Colors of #A1A8CD
Black with #A1A8CD
Text Example
Text Example
White with #A1A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A8CD; }
p { color: rgb(161,168,205); }
H1.HeaderClassName
{
color: #A1A8CD;
}
.AnyTagClassName
{
color: #A1A8CD;
}
</style>
background-color css
<style>
a { background-color: #A1A8CD; }
a { background-color: rgb(161,168,205); }
div.DivClassName
{
background-color: #A1A8CD;
}
.BgClassName
{
background-color: #A1A8CD;
}
</style>
border-color css
<style>
span { border-color: #A1A8CD; }
span { border-color: rgb(161,168,205); }
td.TdClassName
{
border-color: #A1A8CD;
}
.TagClassName
{
border-color: #A1A8CD;
}
</style>