Shades of Echo Blue #A1A7DD
Tints of Echo Blue #A1A7DD
RGB
CMYK
RGB Variations
Color information
#A1A7DD (or 0xA1A7DD) is known color: Echo Blue. HEX triplet: A1, A7 and DD. RGB value is (161,167,221). Sum of RGB (Red+Green+Blue) = 161+167+221=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1A7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A7DD is #5E5822. Grayscale: #ABABAB. Windows color (decimal): -6182947 or 14526369. OLE color: 14526369.
HSL color Cylindrical-coordinate representation of color #A1A7DD: hue angle of 234º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1A7DD is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 167 | 221 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.13 |
| HSL | 234º | 0.47% | 0.75% | - |
| HSV(B) | 234º | 0.27% | 0.87% | - |
| XYZ | 41.57 | 40.43 | 74.02 | - |
| YUV | 171.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 221 | 0.27 | 0.24 | 0 | 0.13 | 234 | 0.47 | 0.75 |
| Hex | A1 | A7 | DD | 1B | 18 | 0 | D | EA | 2F | 4B |
| Octal | 241 | 247 | 335 | 33 | 30 | 0 | 15 | 352 | 57 | 113 |
| Binary | 10100001 | 10100111 | 11011101 | 11011 | 11000 | 0 | 1101 | 11101010 | 101111 | 1001011 |
Color Harmonies of #A1A7DD
Complementary color
Monochromatic Colors of #A1A7DD
Black with #A1A7DD
Text Example
Text Example
White with #A1A7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A7DD; }
p { color: rgb(161,167,221); }
H1.HeaderClassName
{
color: #A1A7DD;
}
.AnyTagClassName
{
color: #A1A7DD;
}
</style>
background-color css
<style>
a { background-color: #A1A7DD; }
a { background-color: rgb(161,167,221); }
div.DivClassName
{
background-color: #A1A7DD;
}
.BgClassName
{
background-color: #A1A7DD;
}
</style>
border-color css
<style>
span { border-color: #A1A7DD; }
span { border-color: rgb(161,167,221); }
td.TdClassName
{
border-color: #A1A7DD;
}
.TagClassName
{
border-color: #A1A7DD;
}
</style>