Shades of Echo Blue #A3ACD5
Tints of Echo Blue #A3ACD5
RGB
CMYK
RGB Variations
Color information
#A3ACD5 (or 0xA3ACD5) is known color: Echo Blue. HEX triplet: A3, AC and D5. RGB value is (163,172,213). Sum of RGB (Red+Green+Blue) = 163+172+213=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #A3ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ACD5 is #5C532A. Grayscale: #ADADAD. Windows color (decimal): -6050603 or 14003363. OLE color: 14003363.
HSL color Cylindrical-coordinate representation of color #A3ACD5: hue angle of 229.2º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3ACD5 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 172 | 213 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.16 |
| HSL | 229.2º | 0.37% | 0.74% | - |
| HSV(B) | 229.2º | 0.23% | 0.84% | - |
| XYZ | 41.87 | 42.1 | 68.87 | - |
| YUV | 173.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 213 | 0.23 | 0.19 | 0 | 0.16 | 229.2 | 0.37 | 0.74 |
| Hex | A3 | AC | D5 | 17 | 13 | 0 | 10 | E5 | 25 | 4A |
| Octal | 243 | 254 | 325 | 27 | 23 | 0 | 20 | 345 | 45 | 112 |
| Binary | 10100011 | 10101100 | 11010101 | 10111 | 10011 | 0 | 10000 | 11100101 | 100101 | 1001010 |
Color Harmonies of #A3ACD5
Complementary color
Monochromatic Colors of #A3ACD5
Black with #A3ACD5
Text Example
Text Example
White with #A3ACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ACD5; }
p { color: rgb(163,172,213); }
H1.HeaderClassName
{
color: #A3ACD5;
}
.AnyTagClassName
{
color: #A3ACD5;
}
</style>
background-color css
<style>
a { background-color: #A3ACD5; }
a { background-color: rgb(163,172,213); }
div.DivClassName
{
background-color: #A3ACD5;
}
.BgClassName
{
background-color: #A3ACD5;
}
</style>
border-color css
<style>
span { border-color: #A3ACD5; }
span { border-color: rgb(163,172,213); }
td.TdClassName
{
border-color: #A3ACD5;
}
.TagClassName
{
border-color: #A3ACD5;
}
</style>