Shades of Echo Blue #A6ACD5
Tints of Echo Blue #A6ACD5
RGB
CMYK
RGB Variations
Color information
#A6ACD5 (or 0xA6ACD5) is known color: Echo Blue. HEX triplet: A6, AC and D5. RGB value is (166,172,213). Sum of RGB (Red+Green+Blue) = 166+172+213=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #A6ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACD5 is #59532A. Grayscale: #AEAEAE. Windows color (decimal): -5853995 or 14003366. OLE color: 14003366.
HSL color Cylindrical-coordinate representation of color #A6ACD5: hue angle of 232.34º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6ACD5 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 172 | 213 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.16 |
| HSL | 232.34º | 0.36% | 0.74% | - |
| HSV(B) | 232.34º | 0.22% | 0.84% | - |
| XYZ | 42.49 | 42.42 | 68.9 | - |
| YUV | 174.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 213 | 0.22 | 0.19 | 0 | 0.16 | 232.34 | 0.36 | 0.74 |
| Hex | A6 | AC | D5 | 16 | 13 | 0 | 10 | E8 | 24 | 4A |
| Octal | 246 | 254 | 325 | 26 | 23 | 0 | 20 | 350 | 44 | 112 |
| Binary | 10100110 | 10101100 | 11010101 | 10110 | 10011 | 0 | 10000 | 11101000 | 100100 | 1001010 |
Color Harmonies of #A6ACD5
Complementary color
Monochromatic Colors of #A6ACD5
Black with #A6ACD5
Text Example
Text Example
White with #A6ACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACD5; }
p { color: rgb(166,172,213); }
H1.HeaderClassName
{
color: #A6ACD5;
}
.AnyTagClassName
{
color: #A6ACD5;
}
</style>
background-color css
<style>
a { background-color: #A6ACD5; }
a { background-color: rgb(166,172,213); }
div.DivClassName
{
background-color: #A6ACD5;
}
.BgClassName
{
background-color: #A6ACD5;
}
</style>
border-color css
<style>
span { border-color: #A6ACD5; }
span { border-color: rgb(166,172,213); }
td.TdClassName
{
border-color: #A6ACD5;
}
.TagClassName
{
border-color: #A6ACD5;
}
</style>