Shades of Echo Blue #A3B1DB
Tints of Echo Blue #A3B1DB
RGB
CMYK
RGB Variations
Color information
#A3B1DB (or 0xA3B1DB) is known color: Echo Blue. HEX triplet: A3, B1 and DB. RGB value is (163,177,219). Sum of RGB (Red+Green+Blue) = 163+177+219=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3B1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B1DB is #5C4E24. Grayscale: #B1B1B1. Windows color (decimal): -6049317 or 14397859. OLE color: 14397859.
HSL color Cylindrical-coordinate representation of color #A3B1DB: hue angle of 225º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3B1DB is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 177 | 219 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.14 |
| HSL | 225º | 0.44% | 0.75% | - |
| HSV(B) | 225º | 0.26% | 0.86% | - |
| XYZ | 43.61 | 44.35 | 73.28 | - |
| YUV | 177.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 219 | 0.26 | 0.19 | 0 | 0.14 | 225 | 0.44 | 0.75 |
| Hex | A3 | B1 | DB | 1A | 13 | 0 | E | E1 | 2C | 4B |
| Octal | 243 | 261 | 333 | 32 | 23 | 0 | 16 | 341 | 54 | 113 |
| Binary | 10100011 | 10110001 | 11011011 | 11010 | 10011 | 0 | 1110 | 11100001 | 101100 | 1001011 |
Color Harmonies of #A3B1DB
Complementary color
Monochromatic Colors of #A3B1DB
Black with #A3B1DB
Text Example
Text Example
White with #A3B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B1DB; }
p { color: rgb(163,177,219); }
H1.HeaderClassName
{
color: #A3B1DB;
}
.AnyTagClassName
{
color: #A3B1DB;
}
</style>
background-color css
<style>
a { background-color: #A3B1DB; }
a { background-color: rgb(163,177,219); }
div.DivClassName
{
background-color: #A3B1DB;
}
.BgClassName
{
background-color: #A3B1DB;
}
</style>
border-color css
<style>
span { border-color: #A3B1DB; }
span { border-color: rgb(163,177,219); }
td.TdClassName
{
border-color: #A3B1DB;
}
.TagClassName
{
border-color: #A3B1DB;
}
</style>