Shades of Echo Blue #A9ADC1
Tints of Echo Blue #A9ADC1
RGB
CMYK
RGB Variations
Color information
#A9ADC1 (or 0xA9ADC1) is known color: Echo Blue. HEX triplet: A9, AD and C1. RGB value is (169,173,193). Sum of RGB (Red+Green+Blue) = 169+173+193=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #A9ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ADC1 is #56523E. Grayscale: #ADADAD. Windows color (decimal): -5657151 or 12692905. OLE color: 12692905.
HSL color Cylindrical-coordinate representation of color #A9ADC1: hue angle of 230º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9ADC1 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 173 | 193 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.24 |
| HSL | 230º | 0.16% | 0.71% | - |
| HSV(B) | 230º | 0.12% | 0.76% | - |
| XYZ | 40.93 | 42.17 | 56.43 | - |
| YUV | 174.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 193 | 0.12 | 0.10 | 0 | 0.24 | 230 | 0.16 | 0.71 |
| Hex | A9 | AD | C1 | C | A | 0 | 18 | E6 | 10 | 47 |
| Octal | 251 | 255 | 301 | 14 | 12 | 0 | 30 | 346 | 20 | 107 |
| Binary | 10101001 | 10101101 | 11000001 | 1100 | 1010 | 0 | 11000 | 11100110 | 10000 | 1000111 |
Color Harmonies of #A9ADC1
Complementary color
Monochromatic Colors of #A9ADC1
Black with #A9ADC1
Text Example
Text Example
White with #A9ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ADC1; }
p { color: rgb(169,173,193); }
H1.HeaderClassName
{
color: #A9ADC1;
}
.AnyTagClassName
{
color: #A9ADC1;
}
</style>
background-color css
<style>
a { background-color: #A9ADC1; }
a { background-color: rgb(169,173,193); }
div.DivClassName
{
background-color: #A9ADC1;
}
.BgClassName
{
background-color: #A9ADC1;
}
</style>
border-color css
<style>
span { border-color: #A9ADC1; }
span { border-color: rgb(169,173,193); }
td.TdClassName
{
border-color: #A9ADC1;
}
.TagClassName
{
border-color: #A9ADC1;
}
</style>