Shades of Echo Blue #A5AEDA
Tints of Echo Blue #A5AEDA
RGB
CMYK
RGB Variations
Color information
#A5AEDA (or 0xA5AEDA) is known color: Echo Blue. HEX triplet: A5, AE and DA. RGB value is (165,174,218). Sum of RGB (Red+Green+Blue) = 165+174+218=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #A5AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AEDA is #5A5125. Grayscale: #B0B0B0. Windows color (decimal): -5919014 or 14331557. OLE color: 14331557.
HSL color Cylindrical-coordinate representation of color #A5AEDA: hue angle of 229.81º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5AEDA is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 174 | 218 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.15 |
| HSL | 229.81º | 0.42% | 0.75% | - |
| HSV(B) | 229.81º | 0.24% | 0.85% | - |
| XYZ | 43.31 | 43.33 | 72.41 | - |
| YUV | 176.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 174 | 218 | 0.24 | 0.20 | 0 | 0.15 | 229.81 | 0.42 | 0.75 |
| Hex | A5 | AE | DA | 18 | 14 | 0 | F | E6 | 2A | 4B |
| Octal | 245 | 256 | 332 | 30 | 24 | 0 | 17 | 346 | 52 | 113 |
| Binary | 10100101 | 10101110 | 11011010 | 11000 | 10100 | 0 | 1111 | 11100110 | 101010 | 1001011 |
Color Harmonies of #A5AEDA
Complementary color
Monochromatic Colors of #A5AEDA
Black with #A5AEDA
Text Example
Text Example
White with #A5AEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AEDA; }
p { color: rgb(165,174,218); }
H1.HeaderClassName
{
color: #A5AEDA;
}
.AnyTagClassName
{
color: #A5AEDA;
}
</style>
background-color css
<style>
a { background-color: #A5AEDA; }
a { background-color: rgb(165,174,218); }
div.DivClassName
{
background-color: #A5AEDA;
}
.BgClassName
{
background-color: #A5AEDA;
}
</style>
border-color css
<style>
span { border-color: #A5AEDA; }
span { border-color: rgb(165,174,218); }
td.TdClassName
{
border-color: #A5AEDA;
}
.TagClassName
{
border-color: #A5AEDA;
}
</style>