Shades of Echo Blue #A5ACC7
Tints of Echo Blue #A5ACC7
RGB
CMYK
RGB Variations
Color information
#A5ACC7 (or 0xA5ACC7) is known color: Echo Blue. HEX triplet: A5, AC and C7. RGB value is (165,172,199). Sum of RGB (Red+Green+Blue) = 165+172+199=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 199 - color contains mainly: blue. Hex color #A5ACC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ACC7 is #5A5338. Grayscale: #ACACAC. Windows color (decimal): -5919545 or 13085861. OLE color: 13085861.
HSL color Cylindrical-coordinate representation of color #A5ACC7: hue angle of 227.65º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5ACC7 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 172 | 199 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.22 |
| HSL | 227.65º | 0.23% | 0.71% | - |
| HSV(B) | 227.65º | 0.17% | 0.78% | - |
| XYZ | 40.58 | 41.63 | 59.93 | - |
| YUV | 172.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 199 | 0.17 | 0.14 | 0 | 0.22 | 227.65 | 0.23 | 0.71 |
| Hex | A5 | AC | C7 | 11 | E | 0 | 16 | E4 | 17 | 47 |
| Octal | 245 | 254 | 307 | 21 | 16 | 0 | 26 | 344 | 27 | 107 |
| Binary | 10100101 | 10101100 | 11000111 | 10001 | 1110 | 0 | 10110 | 11100100 | 10111 | 1000111 |
Color Harmonies of #A5ACC7
Complementary color
Monochromatic Colors of #A5ACC7
Black with #A5ACC7
Text Example
Text Example
White with #A5ACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ACC7; }
p { color: rgb(165,172,199); }
H1.HeaderClassName
{
color: #A5ACC7;
}
.AnyTagClassName
{
color: #A5ACC7;
}
</style>
background-color css
<style>
a { background-color: #A5ACC7; }
a { background-color: rgb(165,172,199); }
div.DivClassName
{
background-color: #A5ACC7;
}
.BgClassName
{
background-color: #A5ACC7;
}
</style>
border-color css
<style>
span { border-color: #A5ACC7; }
span { border-color: rgb(165,172,199); }
td.TdClassName
{
border-color: #A5ACC7;
}
.TagClassName
{
border-color: #A5ACC7;
}
</style>