Shades of Echo Blue #A1AFC3
Tints of Echo Blue #A1AFC3
RGB
CMYK
RGB Variations
Color information
#A1AFC3 (or 0xA1AFC3) is known color: Echo Blue. HEX triplet: A1, AF and C3. RGB value is (161,175,195). Sum of RGB (Red+Green+Blue) = 161+175+195=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 195 - color contains mainly: blue. Hex color #A1AFC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFC3 is #5E503C. Grayscale: #ADADAD. Windows color (decimal): -6180925 or 12824481. OLE color: 12824481.
HSL color Cylindrical-coordinate representation of color #A1AFC3: hue angle of 215.29º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1AFC3 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 175 | 195 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.24 |
| HSL | 215.29º | 0.22% | 0.7% | - |
| HSV(B) | 215.29º | 0.17% | 0.76% | - |
| XYZ | 39.88 | 42.18 | 57.67 | - |
| YUV | 173.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 195 | 0.17 | 0.10 | 0 | 0.24 | 215.29 | 0.22 | 0.7 |
| Hex | A1 | AF | C3 | 11 | A | 0 | 18 | D7 | 16 | 46 |
| Octal | 241 | 257 | 303 | 21 | 12 | 0 | 30 | 327 | 26 | 106 |
| Binary | 10100001 | 10101111 | 11000011 | 10001 | 1010 | 0 | 11000 | 11010111 | 10110 | 1000110 |
Color Harmonies of #A1AFC3
Complementary color
Monochromatic Colors of #A1AFC3
Black with #A1AFC3
Text Example
Text Example
White with #A1AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AFC3; }
p { color: rgb(161,175,195); }
H1.HeaderClassName
{
color: #A1AFC3;
}
.AnyTagClassName
{
color: #A1AFC3;
}
</style>
background-color css
<style>
a { background-color: #A1AFC3; }
a { background-color: rgb(161,175,195); }
div.DivClassName
{
background-color: #A1AFC3;
}
.BgClassName
{
background-color: #A1AFC3;
}
</style>
border-color css
<style>
span { border-color: #A1AFC3; }
span { border-color: rgb(161,175,195); }
td.TdClassName
{
border-color: #A1AFC3;
}
.TagClassName
{
border-color: #A1AFC3;
}
</style>