Shades of Echo Blue #A7ADC1
Tints of Echo Blue #A7ADC1
RGB
CMYK
RGB Variations
Color information
#A7ADC1 (or 0xA7ADC1) is known color: Echo Blue. HEX triplet: A7, AD and C1. RGB value is (167,173,193). Sum of RGB (Red+Green+Blue) = 167+173+193=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #A7ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ADC1 is #58523E. Grayscale: #ADADAD. Windows color (decimal): -5788223 or 12692903. OLE color: 12692903.
HSL color Cylindrical-coordinate representation of color #A7ADC1: hue angle of 226.15º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7ADC1 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 173 | 193 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.24 |
| HSL | 226.15º | 0.17% | 0.71% | - |
| HSV(B) | 226.15º | 0.13% | 0.76% | - |
| XYZ | 40.51 | 41.95 | 56.41 | - |
| YUV | 173.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 193 | 0.13 | 0.10 | 0 | 0.24 | 226.15 | 0.17 | 0.71 |
| Hex | A7 | AD | C1 | D | A | 0 | 18 | E2 | 11 | 47 |
| Octal | 247 | 255 | 301 | 15 | 12 | 0 | 30 | 342 | 21 | 107 |
| Binary | 10100111 | 10101101 | 11000001 | 1101 | 1010 | 0 | 11000 | 11100010 | 10001 | 1000111 |
Color Harmonies of #A7ADC1
Complementary color
Monochromatic Colors of #A7ADC1
Black with #A7ADC1
Text Example
Text Example
White with #A7ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ADC1; }
p { color: rgb(167,173,193); }
H1.HeaderClassName
{
color: #A7ADC1;
}
.AnyTagClassName
{
color: #A7ADC1;
}
</style>
background-color css
<style>
a { background-color: #A7ADC1; }
a { background-color: rgb(167,173,193); }
div.DivClassName
{
background-color: #A7ADC1;
}
.BgClassName
{
background-color: #A7ADC1;
}
</style>
border-color css
<style>
span { border-color: #A7ADC1; }
span { border-color: rgb(167,173,193); }
td.TdClassName
{
border-color: #A7ADC1;
}
.TagClassName
{
border-color: #A7ADC1;
}
</style>