Shades of Echo Blue #A3B1DD
Tints of Echo Blue #A3B1DD
RGB
CMYK
RGB Variations
Color information
#A3B1DD (or 0xA3B1DD) is known color: Echo Blue. HEX triplet: A3, B1 and DD. RGB value is (163,177,221). Sum of RGB (Red+Green+Blue) = 163+177+221=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3B1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B1DD is #5C4E22. Grayscale: #B1B1B1. Windows color (decimal): -6049315 or 14528931. OLE color: 14528931.
HSL color Cylindrical-coordinate representation of color #A3B1DD: hue angle of 225.52º 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 #A3B1DD is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 177 | 221 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.13 |
| HSL | 225.52º | 0.46% | 0.75% | - |
| HSV(B) | 225.52º | 0.26% | 0.87% | - |
| XYZ | 43.88 | 44.45 | 74.67 | - |
| YUV | 177.83 | 152.36 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 221 | 0.26 | 0.20 | 0 | 0.13 | 225.52 | 0.46 | 0.75 |
| Hex | A3 | B1 | DD | 1A | 14 | 0 | D | E2 | 2E | 4B |
| Octal | 243 | 261 | 335 | 32 | 24 | 0 | 15 | 342 | 56 | 113 |
| Binary | 10100011 | 10110001 | 11011101 | 11010 | 10100 | 0 | 1101 | 11100010 | 101110 | 1001011 |
Color Harmonies of #A3B1DD
Complementary color
Monochromatic Colors of #A3B1DD
Black with #A3B1DD
Text Example
Text Example
White with #A3B1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B1DD; }
p { color: rgb(163,177,221); }
H1.HeaderClassName
{
color: #A3B1DD;
}
.AnyTagClassName
{
color: #A3B1DD;
}
</style>
background-color css
<style>
a { background-color: #A3B1DD; }
a { background-color: rgb(163,177,221); }
div.DivClassName
{
background-color: #A3B1DD;
}
.BgClassName
{
background-color: #A3B1DD;
}
</style>
border-color css
<style>
span { border-color: #A3B1DD; }
span { border-color: rgb(163,177,221); }
td.TdClassName
{
border-color: #A3B1DD;
}
.TagClassName
{
border-color: #A3B1DD;
}
</style>