Shades of Echo Blue #A2AFDB
Tints of Echo Blue #A2AFDB
RGB
CMYK
RGB Variations
Color information
#A2AFDB (or 0xA2AFDB) is known color: Echo Blue. HEX triplet: A2, AF and DB. RGB value is (162,175,219). Sum of RGB (Red+Green+Blue) = 162+175+219=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #A2AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AFDB is #5D5024. Grayscale: #AFAFAF. Windows color (decimal): -6115365 or 14397346. OLE color: 14397346.
HSL color Cylindrical-coordinate representation of color #A2AFDB: hue angle of 226.32º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2AFDB is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 175 | 219 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.14 |
| HSL | 226.32º | 0.44% | 0.75% | - |
| HSV(B) | 226.32º | 0.26% | 0.86% | - |
| XYZ | 43.02 | 43.46 | 73.14 | - |
| YUV | 176.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 219 | 0.26 | 0.20 | 0 | 0.14 | 226.32 | 0.44 | 0.75 |
| Hex | A2 | AF | DB | 1A | 14 | 0 | E | E2 | 2C | 4B |
| Octal | 242 | 257 | 333 | 32 | 24 | 0 | 16 | 342 | 54 | 113 |
| Binary | 10100010 | 10101111 | 11011011 | 11010 | 10100 | 0 | 1110 | 11100010 | 101100 | 1001011 |
Color Harmonies of #A2AFDB
Complementary color
Monochromatic Colors of #A2AFDB
Black with #A2AFDB
Text Example
Text Example
White with #A2AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AFDB; }
p { color: rgb(162,175,219); }
H1.HeaderClassName
{
color: #A2AFDB;
}
.AnyTagClassName
{
color: #A2AFDB;
}
</style>
background-color css
<style>
a { background-color: #A2AFDB; }
a { background-color: rgb(162,175,219); }
div.DivClassName
{
background-color: #A2AFDB;
}
.BgClassName
{
background-color: #A2AFDB;
}
</style>
border-color css
<style>
span { border-color: #A2AFDB; }
span { border-color: rgb(162,175,219); }
td.TdClassName
{
border-color: #A2AFDB;
}
.TagClassName
{
border-color: #A2AFDB;
}
</style>