Shades of Echo Blue #A6ACD1
Tints of Echo Blue #A6ACD1
RGB
CMYK
RGB Variations
Color information
#A6ACD1 (or 0xA6ACD1) is known color: Echo Blue. HEX triplet: A6, AC and D1. RGB value is (166,172,209). Sum of RGB (Red+Green+Blue) = 166+172+209=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #A6ACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACD1 is #59532E. Grayscale: #AEAEAE. Windows color (decimal): -5853999 or 13741222. OLE color: 13741222.
HSL color Cylindrical-coordinate representation of color #A6ACD1: hue angle of 231.63º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6ACD1 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 172 | 209 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.18 |
| HSL | 231.63º | 0.32% | 0.74% | - |
| HSV(B) | 231.63º | 0.21% | 0.82% | - |
| XYZ | 41.99 | 42.22 | 66.26 | - |
| YUV | 174.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 209 | 0.21 | 0.18 | 0 | 0.18 | 231.63 | 0.32 | 0.74 |
| Hex | A6 | AC | D1 | 15 | 12 | 0 | 12 | E8 | 20 | 4A |
| Octal | 246 | 254 | 321 | 25 | 22 | 0 | 22 | 350 | 40 | 112 |
| Binary | 10100110 | 10101100 | 11010001 | 10101 | 10010 | 0 | 10010 | 11101000 | 100000 | 1001010 |
Color Harmonies of #A6ACD1
Complementary color
Monochromatic Colors of #A6ACD1
Black with #A6ACD1
Text Example
Text Example
White with #A6ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACD1; }
p { color: rgb(166,172,209); }
H1.HeaderClassName
{
color: #A6ACD1;
}
.AnyTagClassName
{
color: #A6ACD1;
}
</style>
background-color css
<style>
a { background-color: #A6ACD1; }
a { background-color: rgb(166,172,209); }
div.DivClassName
{
background-color: #A6ACD1;
}
.BgClassName
{
background-color: #A6ACD1;
}
</style>
border-color css
<style>
span { border-color: #A6ACD1; }
span { border-color: rgb(166,172,209); }
td.TdClassName
{
border-color: #A6ACD1;
}
.TagClassName
{
border-color: #A6ACD1;
}
</style>