Shades of Echo Blue #A5AFCF
Tints of Echo Blue #A5AFCF
RGB
CMYK
RGB Variations
Color information
#A5AFCF (or 0xA5AFCF) is known color: Echo Blue. HEX triplet: A5, AF and CF. RGB value is (165,175,207). Sum of RGB (Red+Green+Blue) = 165+175+207=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFCF is #5A5030. Grayscale: #AFAFAF. Windows color (decimal): -5918769 or 13610917. OLE color: 13610917.
HSL color Cylindrical-coordinate representation of color #A5AFCF: hue angle of 225.71º 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 #A5AFCF is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 175 | 207 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.19 |
| HSL | 225.71º | 0.3% | 0.73% | - |
| HSV(B) | 225.71º | 0.2% | 0.81% | - |
| XYZ | 42.11 | 43.16 | 65.14 | - |
| YUV | 175.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 207 | 0.20 | 0.15 | 0 | 0.19 | 225.71 | 0.3 | 0.73 |
| Hex | A5 | AF | CF | 14 | F | 0 | 13 | E2 | 1E | 49 |
| Octal | 245 | 257 | 317 | 24 | 17 | 0 | 23 | 342 | 36 | 111 |
| Binary | 10100101 | 10101111 | 11001111 | 10100 | 1111 | 0 | 10011 | 11100010 | 11110 | 1001001 |
Color Harmonies of #A5AFCF
Complementary color
Monochromatic Colors of #A5AFCF
Black with #A5AFCF
Text Example
Text Example
White with #A5AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AFCF; }
p { color: rgb(165,175,207); }
H1.HeaderClassName
{
color: #A5AFCF;
}
.AnyTagClassName
{
color: #A5AFCF;
}
</style>
background-color css
<style>
a { background-color: #A5AFCF; }
a { background-color: rgb(165,175,207); }
div.DivClassName
{
background-color: #A5AFCF;
}
.BgClassName
{
background-color: #A5AFCF;
}
</style>
border-color css
<style>
span { border-color: #A5AFCF; }
span { border-color: rgb(165,175,207); }
td.TdClassName
{
border-color: #A5AFCF;
}
.TagClassName
{
border-color: #A5AFCF;
}
</style>