Shades of Echo Blue #A3AED4
Tints of Echo Blue #A3AED4
RGB
CMYK
RGB Variations
Color information
#A3AED4 (or 0xA3AED4) is known color: Echo Blue. HEX triplet: A3, AE and D4. RGB value is (163,174,212). Sum of RGB (Red+Green+Blue) = 163+174+212=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 212 - color contains mainly: blue. Hex color #A3AED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AED4 is #5C512B. Grayscale: #AEAEAE. Windows color (decimal): -6050092 or 13938339. OLE color: 13938339.
HSL color Cylindrical-coordinate representation of color #A3AED4: hue angle of 226.53º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3AED4 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 174 | 212 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.17 |
| HSL | 226.53º | 0.36% | 0.74% | - |
| HSV(B) | 226.53º | 0.23% | 0.83% | - |
| XYZ | 42.12 | 42.81 | 68.33 | - |
| YUV | 175.04 | 148.86 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 212 | 0.23 | 0.18 | 0 | 0.17 | 226.53 | 0.36 | 0.74 |
| Hex | A3 | AE | D4 | 17 | 12 | 0 | 11 | E3 | 24 | 4A |
| Octal | 243 | 256 | 324 | 27 | 22 | 0 | 21 | 343 | 44 | 112 |
| Binary | 10100011 | 10101110 | 11010100 | 10111 | 10010 | 0 | 10001 | 11100011 | 100100 | 1001010 |
Color Harmonies of #A3AED4
Complementary color
Monochromatic Colors of #A3AED4
Black with #A3AED4
Text Example
Text Example
White with #A3AED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AED4; }
p { color: rgb(163,174,212); }
H1.HeaderClassName
{
color: #A3AED4;
}
.AnyTagClassName
{
color: #A3AED4;
}
</style>
background-color css
<style>
a { background-color: #A3AED4; }
a { background-color: rgb(163,174,212); }
div.DivClassName
{
background-color: #A3AED4;
}
.BgClassName
{
background-color: #A3AED4;
}
</style>
border-color css
<style>
span { border-color: #A3AED4; }
span { border-color: rgb(163,174,212); }
td.TdClassName
{
border-color: #A3AED4;
}
.TagClassName
{
border-color: #A3AED4;
}
</style>