Shades of Echo Blue #A4ABDD
Tints of Echo Blue #A4ABDD
RGB
CMYK
RGB Variations
Color information
#A4ABDD (or 0xA4ABDD) is known color: Echo Blue. HEX triplet: A4, AB and DD. RGB value is (164,171,221). Sum of RGB (Red+Green+Blue) = 164+171+221=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ABDD is #5B5422. Grayscale: #AEAEAE. Windows color (decimal): -5985315 or 14527396. OLE color: 14527396.
HSL color Cylindrical-coordinate representation of color #A4ABDD: hue angle of 232.63º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4ABDD is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 171 | 221 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.13 |
| HSL | 232.63º | 0.46% | 0.75% | - |
| HSV(B) | 232.63º | 0.26% | 0.87% | - |
| XYZ | 42.92 | 42.24 | 74.3 | - |
| YUV | 174.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 221 | 0.26 | 0.23 | 0 | 0.13 | 232.63 | 0.46 | 0.75 |
| Hex | A4 | AB | DD | 1A | 17 | 0 | D | E9 | 2E | 4B |
| Octal | 244 | 253 | 335 | 32 | 27 | 0 | 15 | 351 | 56 | 113 |
| Binary | 10100100 | 10101011 | 11011101 | 11010 | 10111 | 0 | 1101 | 11101001 | 101110 | 1001011 |
Color Harmonies of #A4ABDD
Complementary color
Monochromatic Colors of #A4ABDD
Black with #A4ABDD
Text Example
Text Example
White with #A4ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ABDD; }
p { color: rgb(164,171,221); }
H1.HeaderClassName
{
color: #A4ABDD;
}
.AnyTagClassName
{
color: #A4ABDD;
}
</style>
background-color css
<style>
a { background-color: #A4ABDD; }
a { background-color: rgb(164,171,221); }
div.DivClassName
{
background-color: #A4ABDD;
}
.BgClassName
{
background-color: #A4ABDD;
}
</style>
border-color css
<style>
span { border-color: #A4ABDD; }
span { border-color: rgb(164,171,221); }
td.TdClassName
{
border-color: #A4ABDD;
}
.TagClassName
{
border-color: #A4ABDD;
}
</style>