Shades of Echo Blue #A5ABCF
Tints of Echo Blue #A5ABCF
RGB
CMYK
RGB Variations
Color information
#A5ABCF (or 0xA5ABCF) is known color: Echo Blue. HEX triplet: A5, AB and CF. RGB value is (165,171,207). Sum of RGB (Red+Green+Blue) = 165+171+207=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABCF is #5A5430. Grayscale: #ADADAD. Windows color (decimal): -5919793 or 13609893. OLE color: 13609893.
HSL color Cylindrical-coordinate representation of color #A5ABCF: hue angle of 231.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5ABCF is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 171 | 207 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.19 |
| HSL | 231.43º | 0.3% | 0.73% | - |
| HSV(B) | 231.43º | 0.2% | 0.81% | - |
| XYZ | 41.34 | 41.63 | 64.89 | - |
| YUV | 173.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 207 | 0.20 | 0.17 | 0 | 0.19 | 231.43 | 0.3 | 0.73 |
| Hex | A5 | AB | CF | 14 | 11 | 0 | 13 | E7 | 1E | 49 |
| Octal | 245 | 253 | 317 | 24 | 21 | 0 | 23 | 347 | 36 | 111 |
| Binary | 10100101 | 10101011 | 11001111 | 10100 | 10001 | 0 | 10011 | 11100111 | 11110 | 1001001 |
Color Harmonies of #A5ABCF
Complementary color
Monochromatic Colors of #A5ABCF
Black with #A5ABCF
Text Example
Text Example
White with #A5ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ABCF; }
p { color: rgb(165,171,207); }
H1.HeaderClassName
{
color: #A5ABCF;
}
.AnyTagClassName
{
color: #A5ABCF;
}
</style>
background-color css
<style>
a { background-color: #A5ABCF; }
a { background-color: rgb(165,171,207); }
div.DivClassName
{
background-color: #A5ABCF;
}
.BgClassName
{
background-color: #A5ABCF;
}
</style>
border-color css
<style>
span { border-color: #A5ABCF; }
span { border-color: rgb(165,171,207); }
td.TdClassName
{
border-color: #A5ABCF;
}
.TagClassName
{
border-color: #A5ABCF;
}
</style>