Shades of Echo Blue #A7AFDB
Tints of Echo Blue #A7AFDB
RGB
CMYK
RGB Variations
Color information
#A7AFDB (or 0xA7AFDB) is known color: Echo Blue. HEX triplet: A7, AF and DB. RGB value is (167,175,219). Sum of RGB (Red+Green+Blue) = 167+175+219=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #A7AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AFDB is #585024. Grayscale: #B1B1B1. Windows color (decimal): -5787685 or 14397351. OLE color: 14397351.
HSL color Cylindrical-coordinate representation of color #A7AFDB: hue angle of 230.77º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7AFDB is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 175 | 219 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.14 |
| HSL | 230.77º | 0.42% | 0.76% | - |
| HSV(B) | 230.77º | 0.24% | 0.86% | - |
| XYZ | 44.05 | 43.99 | 73.19 | - |
| YUV | 177.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 175 | 219 | 0.24 | 0.20 | 0 | 0.14 | 230.77 | 0.42 | 0.76 |
| Hex | A7 | AF | DB | 18 | 14 | 0 | E | E7 | 2A | 4C |
| Octal | 247 | 257 | 333 | 30 | 24 | 0 | 16 | 347 | 52 | 114 |
| Binary | 10100111 | 10101111 | 11011011 | 11000 | 10100 | 0 | 1110 | 11100111 | 101010 | 1001100 |
Color Harmonies of #A7AFDB
Complementary color
Monochromatic Colors of #A7AFDB
Black with #A7AFDB
Text Example
Text Example
White with #A7AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AFDB; }
p { color: rgb(167,175,219); }
H1.HeaderClassName
{
color: #A7AFDB;
}
.AnyTagClassName
{
color: #A7AFDB;
}
</style>
background-color css
<style>
a { background-color: #A7AFDB; }
a { background-color: rgb(167,175,219); }
div.DivClassName
{
background-color: #A7AFDB;
}
.BgClassName
{
background-color: #A7AFDB;
}
</style>
border-color css
<style>
span { border-color: #A7AFDB; }
span { border-color: rgb(167,175,219); }
td.TdClassName
{
border-color: #A7AFDB;
}
.TagClassName
{
border-color: #A7AFDB;
}
</style>