Shades of Echo Blue #A2AFCD
Tints of Echo Blue #A2AFCD
RGB
CMYK
RGB Variations
Color information
#A2AFCD (or 0xA2AFCD) is known color: Echo Blue. HEX triplet: A2, AF and CD. RGB value is (162,175,205). Sum of RGB (Red+Green+Blue) = 162+175+205=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AFCD is #5D5032. Grayscale: #AEAEAE. Windows color (decimal): -6115379 or 13479842. OLE color: 13479842.
HSL color Cylindrical-coordinate representation of color #A2AFCD: hue angle of 221.86º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2AFCD is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 175 | 205 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.20 |
| HSL | 221.86º | 0.3% | 0.72% | - |
| HSV(B) | 221.86º | 0.21% | 0.8% | - |
| XYZ | 41.25 | 42.75 | 63.83 | - |
| YUV | 174.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 205 | 0.21 | 0.15 | 0 | 0.20 | 221.86 | 0.3 | 0.72 |
| Hex | A2 | AF | CD | 15 | F | 0 | 14 | DE | 1E | 48 |
| Octal | 242 | 257 | 315 | 25 | 17 | 0 | 24 | 336 | 36 | 110 |
| Binary | 10100010 | 10101111 | 11001101 | 10101 | 1111 | 0 | 10100 | 11011110 | 11110 | 1001000 |
Color Harmonies of #A2AFCD
Complementary color
Monochromatic Colors of #A2AFCD
Black with #A2AFCD
Text Example
Text Example
White with #A2AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AFCD; }
p { color: rgb(162,175,205); }
H1.HeaderClassName
{
color: #A2AFCD;
}
.AnyTagClassName
{
color: #A2AFCD;
}
</style>
background-color css
<style>
a { background-color: #A2AFCD; }
a { background-color: rgb(162,175,205); }
div.DivClassName
{
background-color: #A2AFCD;
}
.BgClassName
{
background-color: #A2AFCD;
}
</style>
border-color css
<style>
span { border-color: #A2AFCD; }
span { border-color: rgb(162,175,205); }
td.TdClassName
{
border-color: #A2AFCD;
}
.TagClassName
{
border-color: #A2AFCD;
}
</style>