Shades of Echo Blue #A2AFDD
Tints of Echo Blue #A2AFDD
RGB
CMYK
RGB Variations
Color information
#A2AFDD (or 0xA2AFDD) is known color: Echo Blue. HEX triplet: A2, AF and DD. RGB value is (162,175,221). Sum of RGB (Red+Green+Blue) = 162+175+221=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AFDD is #5D5022. Grayscale: #B0B0B0. Windows color (decimal): -6115363 or 14528418. OLE color: 14528418.
HSL color Cylindrical-coordinate representation of color #A2AFDD: hue angle of 226.78º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2AFDD is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 175 | 221 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.13 |
| HSL | 226.78º | 0.46% | 0.75% | - |
| HSV(B) | 226.78º | 0.27% | 0.87% | - |
| XYZ | 43.28 | 43.56 | 74.53 | - |
| YUV | 176.36 | 153.19 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 221 | 0.27 | 0.21 | 0 | 0.13 | 226.78 | 0.46 | 0.75 |
| Hex | A2 | AF | DD | 1B | 15 | 0 | D | E3 | 2E | 4B |
| Octal | 242 | 257 | 335 | 33 | 25 | 0 | 15 | 343 | 56 | 113 |
| Binary | 10100010 | 10101111 | 11011101 | 11011 | 10101 | 0 | 1101 | 11100011 | 101110 | 1001011 |
Color Harmonies of #A2AFDD
Complementary color
Monochromatic Colors of #A2AFDD
Black with #A2AFDD
Text Example
Text Example
White with #A2AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AFDD; }
p { color: rgb(162,175,221); }
H1.HeaderClassName
{
color: #A2AFDD;
}
.AnyTagClassName
{
color: #A2AFDD;
}
</style>
background-color css
<style>
a { background-color: #A2AFDD; }
a { background-color: rgb(162,175,221); }
div.DivClassName
{
background-color: #A2AFDD;
}
.BgClassName
{
background-color: #A2AFDD;
}
</style>
border-color css
<style>
span { border-color: #A2AFDD; }
span { border-color: rgb(162,175,221); }
td.TdClassName
{
border-color: #A2AFDD;
}
.TagClassName
{
border-color: #A2AFDD;
}
</style>