Shades of Echo Blue #A4AFCF
Tints of Echo Blue #A4AFCF
RGB
CMYK
RGB Variations
Color information
#A4AFCF (or 0xA4AFCF) is known color: Echo Blue. HEX triplet: A4, AF and CF. RGB value is (164,175,207). Sum of RGB (Red+Green+Blue) = 164+175+207=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AFCF is #5B5030. Grayscale: #AFAFAF. Windows color (decimal): -5984305 or 13610916. OLE color: 13610916.
HSL color Cylindrical-coordinate representation of color #A4AFCF: hue angle of 224.65º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4AFCF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 175 | 207 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.19 |
| HSL | 224.65º | 0.31% | 0.73% | - |
| HSV(B) | 224.65º | 0.21% | 0.81% | - |
| XYZ | 41.9 | 43.06 | 65.13 | - |
| YUV | 175.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 175 | 207 | 0.21 | 0.15 | 0 | 0.19 | 224.65 | 0.31 | 0.73 |
| Hex | A4 | AF | CF | 15 | F | 0 | 13 | E1 | 1F | 49 |
| Octal | 244 | 257 | 317 | 25 | 17 | 0 | 23 | 341 | 37 | 111 |
| Binary | 10100100 | 10101111 | 11001111 | 10101 | 1111 | 0 | 10011 | 11100001 | 11111 | 1001001 |
Color Harmonies of #A4AFCF
Complementary color
Monochromatic Colors of #A4AFCF
Black with #A4AFCF
Text Example
Text Example
White with #A4AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AFCF; }
p { color: rgb(164,175,207); }
H1.HeaderClassName
{
color: #A4AFCF;
}
.AnyTagClassName
{
color: #A4AFCF;
}
</style>
background-color css
<style>
a { background-color: #A4AFCF; }
a { background-color: rgb(164,175,207); }
div.DivClassName
{
background-color: #A4AFCF;
}
.BgClassName
{
background-color: #A4AFCF;
}
</style>
border-color css
<style>
span { border-color: #A4AFCF; }
span { border-color: rgb(164,175,207); }
td.TdClassName
{
border-color: #A4AFCF;
}
.TagClassName
{
border-color: #A4AFCF;
}
</style>