Shades of Echo Blue #A5ADCA
Tints of Echo Blue #A5ADCA
RGB
CMYK
RGB Variations
Color information
#A5ADCA (or 0xA5ADCA) is known color: Echo Blue. HEX triplet: A5, AD and CA. RGB value is (165,173,202). Sum of RGB (Red+Green+Blue) = 165+173+202=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #A5ADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ADCA is #5A5235. Grayscale: #ADADAD. Windows color (decimal): -5919286 or 13282725. OLE color: 13282725.
HSL color Cylindrical-coordinate representation of color #A5ADCA: hue angle of 227.03º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5ADCA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 173 | 202 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.21 |
| HSL | 227.03º | 0.26% | 0.72% | - |
| HSV(B) | 227.03º | 0.18% | 0.79% | - |
| XYZ | 41.12 | 42.15 | 61.85 | - |
| YUV | 173.91 | 143.85 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 202 | 0.18 | 0.14 | 0 | 0.21 | 227.03 | 0.26 | 0.72 |
| Hex | A5 | AD | CA | 12 | E | 0 | 15 | E3 | 1A | 48 |
| Octal | 245 | 255 | 312 | 22 | 16 | 0 | 25 | 343 | 32 | 110 |
| Binary | 10100101 | 10101101 | 11001010 | 10010 | 1110 | 0 | 10101 | 11100011 | 11010 | 1001000 |
Color Harmonies of #A5ADCA
Complementary color
Monochromatic Colors of #A5ADCA
Black with #A5ADCA
Text Example
Text Example
White with #A5ADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ADCA; }
p { color: rgb(165,173,202); }
H1.HeaderClassName
{
color: #A5ADCA;
}
.AnyTagClassName
{
color: #A5ADCA;
}
</style>
background-color css
<style>
a { background-color: #A5ADCA; }
a { background-color: rgb(165,173,202); }
div.DivClassName
{
background-color: #A5ADCA;
}
.BgClassName
{
background-color: #A5ADCA;
}
</style>
border-color css
<style>
span { border-color: #A5ADCA; }
span { border-color: rgb(165,173,202); }
td.TdClassName
{
border-color: #A5ADCA;
}
.TagClassName
{
border-color: #A5ADCA;
}
</style>