Shades of Echo Blue #A1AFCB
Tints of Echo Blue #A1AFCB
RGB
CMYK
RGB Variations
Color information
#A1AFCB (or 0xA1AFCB) is known color: Echo Blue. HEX triplet: A1, AF and CB. RGB value is (161,175,203). Sum of RGB (Red+Green+Blue) = 161+175+203=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFCB is #5E5034. Grayscale: #ADADAD. Windows color (decimal): -6180917 or 13348769. OLE color: 13348769.
HSL color Cylindrical-coordinate representation of color #A1AFCB: hue angle of 220º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1AFCB is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 175 | 203 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.20 |
| HSL | 220º | 0.29% | 0.71% | - |
| HSV(B) | 220º | 0.21% | 0.8% | - |
| XYZ | 40.81 | 42.55 | 62.56 | - |
| YUV | 174.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 203 | 0.21 | 0.14 | 0 | 0.20 | 220 | 0.29 | 0.71 |
| Hex | A1 | AF | CB | 15 | E | 0 | 14 | DC | 1D | 47 |
| Octal | 241 | 257 | 313 | 25 | 16 | 0 | 24 | 334 | 35 | 107 |
| Binary | 10100001 | 10101111 | 11001011 | 10101 | 1110 | 0 | 10100 | 11011100 | 11101 | 1000111 |
Color Harmonies of #A1AFCB
Complementary color
Monochromatic Colors of #A1AFCB
Black with #A1AFCB
Text Example
Text Example
White with #A1AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AFCB; }
p { color: rgb(161,175,203); }
H1.HeaderClassName
{
color: #A1AFCB;
}
.AnyTagClassName
{
color: #A1AFCB;
}
</style>
background-color css
<style>
a { background-color: #A1AFCB; }
a { background-color: rgb(161,175,203); }
div.DivClassName
{
background-color: #A1AFCB;
}
.BgClassName
{
background-color: #A1AFCB;
}
</style>
border-color css
<style>
span { border-color: #A1AFCB; }
span { border-color: rgb(161,175,203); }
td.TdClassName
{
border-color: #A1AFCB;
}
.TagClassName
{
border-color: #A1AFCB;
}
</style>