Shades of Echo Blue #A5AFC0
Tints of Echo Blue #A5AFC0
RGB
CMYK
RGB Variations
Color information
#A5AFC0 (or 0xA5AFC0) is known color: Echo Blue. HEX triplet: A5, AF and C0. RGB value is (165,175,192). Sum of RGB (Red+Green+Blue) = 165+175+192=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 192 - color contains mainly: blue. Hex color #A5AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFC0 is #5A503F. Grayscale: #ADADAD. Windows color (decimal): -5918784 or 12627877. OLE color: 12627877.
HSL color Cylindrical-coordinate representation of color #A5AFC0: hue angle of 217.78º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5AFC0 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 175 | 192 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.25 |
| HSL | 217.78º | 0.18% | 0.7% | - |
| HSV(B) | 217.78º | 0.14% | 0.75% | - |
| XYZ | 40.36 | 42.47 | 55.94 | - |
| YUV | 173.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 192 | 0.14 | 0.09 | 0 | 0.25 | 217.78 | 0.18 | 0.7 |
| Hex | A5 | AF | C0 | E | 9 | 0 | 19 | DA | 12 | 46 |
| Octal | 245 | 257 | 300 | 16 | 11 | 0 | 31 | 332 | 22 | 106 |
| Binary | 10100101 | 10101111 | 11000000 | 1110 | 1001 | 0 | 11001 | 11011010 | 10010 | 1000110 |
Color Harmonies of #A5AFC0
Complementary color
Monochromatic Colors of #A5AFC0
Black with #A5AFC0
Text Example
Text Example
White with #A5AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AFC0; }
p { color: rgb(165,175,192); }
H1.HeaderClassName
{
color: #A5AFC0;
}
.AnyTagClassName
{
color: #A5AFC0;
}
</style>
background-color css
<style>
a { background-color: #A5AFC0; }
a { background-color: rgb(165,175,192); }
div.DivClassName
{
background-color: #A5AFC0;
}
.BgClassName
{
background-color: #A5AFC0;
}
</style>
border-color css
<style>
span { border-color: #A5AFC0; }
span { border-color: rgb(165,175,192); }
td.TdClassName
{
border-color: #A5AFC0;
}
.TagClassName
{
border-color: #A5AFC0;
}
</style>