Shades of Echo Blue #A4ABD3
Tints of Echo Blue #A4ABD3
RGB
CMYK
RGB Variations
Color information
#A4ABD3 (or 0xA4ABD3) is known color: Echo Blue. HEX triplet: A4, AB and D3. RGB value is (164,171,211). Sum of RGB (Red+Green+Blue) = 164+171+211=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 211 - color contains mainly: blue. Hex color #A4ABD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ABD3 is #5B542C. Grayscale: #ADADAD. Windows color (decimal): -5985325 or 13872036. OLE color: 13872036.
HSL color Cylindrical-coordinate representation of color #A4ABD3: hue angle of 231.06º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4ABD3 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 171 | 211 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.17 |
| HSL | 231.06º | 0.35% | 0.74% | - |
| HSV(B) | 231.06º | 0.22% | 0.83% | - |
| XYZ | 41.63 | 41.72 | 67.49 | - |
| YUV | 173.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 211 | 0.22 | 0.19 | 0 | 0.17 | 231.06 | 0.35 | 0.74 |
| Hex | A4 | AB | D3 | 16 | 13 | 0 | 11 | E7 | 23 | 4A |
| Octal | 244 | 253 | 323 | 26 | 23 | 0 | 21 | 347 | 43 | 112 |
| Binary | 10100100 | 10101011 | 11010011 | 10110 | 10011 | 0 | 10001 | 11100111 | 100011 | 1001010 |
Color Harmonies of #A4ABD3
Complementary color
Monochromatic Colors of #A4ABD3
Black with #A4ABD3
Text Example
Text Example
White with #A4ABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ABD3; }
p { color: rgb(164,171,211); }
H1.HeaderClassName
{
color: #A4ABD3;
}
.AnyTagClassName
{
color: #A4ABD3;
}
</style>
background-color css
<style>
a { background-color: #A4ABD3; }
a { background-color: rgb(164,171,211); }
div.DivClassName
{
background-color: #A4ABD3;
}
.BgClassName
{
background-color: #A4ABD3;
}
</style>
border-color css
<style>
span { border-color: #A4ABD3; }
span { border-color: rgb(164,171,211); }
td.TdClassName
{
border-color: #A4ABD3;
}
.TagClassName
{
border-color: #A4ABD3;
}
</style>