Shades of Echo Blue #A1AFDA
Tints of Echo Blue #A1AFDA
RGB
CMYK
RGB Variations
Color information
#A1AFDA (or 0xA1AFDA) is known color: Echo Blue. HEX triplet: A1, AF and DA. RGB value is (161,175,218). Sum of RGB (Red+Green+Blue) = 161+175+218=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFDA is #5E5025. Grayscale: #AFAFAF. Windows color (decimal): -6180902 or 14331809. OLE color: 14331809.
HSL color Cylindrical-coordinate representation of color #A1AFDA: hue angle of 225.26º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1AFDA is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 175 | 218 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.15 |
| HSL | 225.26º | 0.44% | 0.74% | - |
| HSV(B) | 225.26º | 0.26% | 0.85% | - |
| XYZ | 42.68 | 43.3 | 72.44 | - |
| YUV | 175.72 | 151.86 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 218 | 0.26 | 0.20 | 0 | 0.15 | 225.26 | 0.44 | 0.74 |
| Hex | A1 | AF | DA | 1A | 14 | 0 | F | E1 | 2C | 4A |
| Octal | 241 | 257 | 332 | 32 | 24 | 0 | 17 | 341 | 54 | 112 |
| Binary | 10100001 | 10101111 | 11011010 | 11010 | 10100 | 0 | 1111 | 11100001 | 101100 | 1001010 |
Color Harmonies of #A1AFDA
Complementary color
Monochromatic Colors of #A1AFDA
Black with #A1AFDA
Text Example
Text Example
White with #A1AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AFDA; }
p { color: rgb(161,175,218); }
H1.HeaderClassName
{
color: #A1AFDA;
}
.AnyTagClassName
{
color: #A1AFDA;
}
</style>
background-color css
<style>
a { background-color: #A1AFDA; }
a { background-color: rgb(161,175,218); }
div.DivClassName
{
background-color: #A1AFDA;
}
.BgClassName
{
background-color: #A1AFDA;
}
</style>
border-color css
<style>
span { border-color: #A1AFDA; }
span { border-color: rgb(161,175,218); }
td.TdClassName
{
border-color: #A1AFDA;
}
.TagClassName
{
border-color: #A1AFDA;
}
</style>