Shades of Echo Blue #A3B0CA
Tints of Echo Blue #A3B0CA
RGB
CMYK
RGB Variations
Color information
#A3B0CA (or 0xA3B0CA) is known color: Echo Blue. HEX triplet: A3, B0 and CA. RGB value is (163,176,202). Sum of RGB (Red+Green+Blue) = 163+176+202=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #A3B0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B0CA is #5C4F35. Grayscale: #AEAEAE. Windows color (decimal): -6049590 or 13283491. OLE color: 13283491.
HSL color Cylindrical-coordinate representation of color #A3B0CA: hue angle of 220º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3B0CA is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 176 | 202 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.21 |
| HSL | 220º | 0.27% | 0.72% | - |
| HSV(B) | 220º | 0.19% | 0.79% | - |
| XYZ | 41.29 | 43.1 | 62.02 | - |
| YUV | 175.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 202 | 0.19 | 0.13 | 0 | 0.21 | 220 | 0.27 | 0.72 |
| Hex | A3 | B0 | CA | 13 | D | 0 | 15 | DC | 1B | 48 |
| Octal | 243 | 260 | 312 | 23 | 15 | 0 | 25 | 334 | 33 | 110 |
| Binary | 10100011 | 10110000 | 11001010 | 10011 | 1101 | 0 | 10101 | 11011100 | 11011 | 1001000 |
Color Harmonies of #A3B0CA
Complementary color
Monochromatic Colors of #A3B0CA
Black with #A3B0CA
Text Example
Text Example
White with #A3B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B0CA; }
p { color: rgb(163,176,202); }
H1.HeaderClassName
{
color: #A3B0CA;
}
.AnyTagClassName
{
color: #A3B0CA;
}
</style>
background-color css
<style>
a { background-color: #A3B0CA; }
a { background-color: rgb(163,176,202); }
div.DivClassName
{
background-color: #A3B0CA;
}
.BgClassName
{
background-color: #A3B0CA;
}
</style>
border-color css
<style>
span { border-color: #A3B0CA; }
span { border-color: rgb(163,176,202); }
td.TdClassName
{
border-color: #A3B0CA;
}
.TagClassName
{
border-color: #A3B0CA;
}
</style>