Shades of Echo Blue #A4ADC4
Tints of Echo Blue #A4ADC4
RGB
CMYK
RGB Variations
Color information
#A4ADC4 (or 0xA4ADC4) is known color: Echo Blue. HEX triplet: A4, AD and C4. RGB value is (164,173,196). Sum of RGB (Red+Green+Blue) = 164+173+196=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 196 - color contains mainly: blue. Hex color #A4ADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ADC4 is #5B523B. Grayscale: #ACACAC. Windows color (decimal): -5984828 or 12889508. OLE color: 12889508.
HSL color Cylindrical-coordinate representation of color #A4ADC4: hue angle of 223.12º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4ADC4 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 173 | 196 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.23 |
| HSL | 223.13º | 0.21% | 0.71% | - |
| HSV(B) | 223.13º | 0.16% | 0.77% | - |
| XYZ | 40.22 | 41.77 | 58.17 | - |
| YUV | 172.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 173 | 196 | 0.16 | 0.12 | 0 | 0.23 | 223.13 | 0.21 | 0.71 |
| Hex | A4 | AD | C4 | 10 | C | 0 | 17 | DF | 15 | 47 |
| Octal | 244 | 255 | 304 | 20 | 14 | 0 | 27 | 337 | 25 | 107 |
| Binary | 10100100 | 10101101 | 11000100 | 10000 | 1100 | 0 | 10111 | 11011111 | 10101 | 1000111 |
Color Harmonies of #A4ADC4
Complementary color
Monochromatic Colors of #A4ADC4
Black with #A4ADC4
Text Example
Text Example
White with #A4ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ADC4; }
p { color: rgb(164,173,196); }
H1.HeaderClassName
{
color: #A4ADC4;
}
.AnyTagClassName
{
color: #A4ADC4;
}
</style>
background-color css
<style>
a { background-color: #A4ADC4; }
a { background-color: rgb(164,173,196); }
div.DivClassName
{
background-color: #A4ADC4;
}
.BgClassName
{
background-color: #A4ADC4;
}
</style>
border-color css
<style>
span { border-color: #A4ADC4; }
span { border-color: rgb(164,173,196); }
td.TdClassName
{
border-color: #A4ADC4;
}
.TagClassName
{
border-color: #A4ADC4;
}
</style>