Shades of Echo Blue #A2A9CF
Tints of Echo Blue #A2A9CF
RGB
CMYK
RGB Variations
Color information
#A2A9CF (or 0xA2A9CF) is known color: Echo Blue. HEX triplet: A2, A9 and CF. RGB value is (162,169,207). Sum of RGB (Red+Green+Blue) = 162+169+207=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2A9CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A9CF is #5D5630. Grayscale: #ABABAB. Windows color (decimal): -6116913 or 13609378. OLE color: 13609378.
HSL color Cylindrical-coordinate representation of color #A2A9CF: hue angle of 230.67º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2A9CF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 169 | 207 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.19 |
| HSL | 230.67º | 0.32% | 0.72% | - |
| HSV(B) | 230.67º | 0.22% | 0.81% | - |
| XYZ | 40.35 | 40.56 | 64.73 | - |
| YUV | 171.24 | 148.18 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 207 | 0.22 | 0.18 | 0 | 0.19 | 230.67 | 0.32 | 0.72 |
| Hex | A2 | A9 | CF | 16 | 12 | 0 | 13 | E7 | 20 | 48 |
| Octal | 242 | 251 | 317 | 26 | 22 | 0 | 23 | 347 | 40 | 110 |
| Binary | 10100010 | 10101001 | 11001111 | 10110 | 10010 | 0 | 10011 | 11100111 | 100000 | 1001000 |
Color Harmonies of #A2A9CF
Complementary color
Monochromatic Colors of #A2A9CF
Black with #A2A9CF
Text Example
Text Example
White with #A2A9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A9CF; }
p { color: rgb(162,169,207); }
H1.HeaderClassName
{
color: #A2A9CF;
}
.AnyTagClassName
{
color: #A2A9CF;
}
</style>
background-color css
<style>
a { background-color: #A2A9CF; }
a { background-color: rgb(162,169,207); }
div.DivClassName
{
background-color: #A2A9CF;
}
.BgClassName
{
background-color: #A2A9CF;
}
</style>
border-color css
<style>
span { border-color: #A2A9CF; }
span { border-color: rgb(162,169,207); }
td.TdClassName
{
border-color: #A2A9CF;
}
.TagClassName
{
border-color: #A2A9CF;
}
</style>