Shades of Echo Blue #A7ACDB
Tints of Echo Blue #A7ACDB
RGB
CMYK
RGB Variations
Color information
#A7ACDB (or 0xA7ACDB) is known color: Echo Blue. HEX triplet: A7, AC and DB. RGB value is (167,172,219). Sum of RGB (Red+Green+Blue) = 167+172+219=558 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.93% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #A7ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ACDB is #585324. Grayscale: #AFAFAF. Windows color (decimal): -5788453 or 14396583. OLE color: 14396583.
HSL color Cylindrical-coordinate representation of color #A7ACDB: hue angle of 234.23º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7ACDB is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 172 | 219 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.14 |
| HSL | 234.23º | 0.42% | 0.76% | - |
| HSV(B) | 234.23º | 0.24% | 0.86% | - |
| XYZ | 43.48 | 42.84 | 72.99 | - |
| YUV | 175.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 172 | 219 | 0.24 | 0.21 | 0 | 0.14 | 234.23 | 0.42 | 0.76 |
| Hex | A7 | AC | DB | 18 | 15 | 0 | E | EA | 2A | 4C |
| Octal | 247 | 254 | 333 | 30 | 25 | 0 | 16 | 352 | 52 | 114 |
| Binary | 10100111 | 10101100 | 11011011 | 11000 | 10101 | 0 | 1110 | 11101010 | 101010 | 1001100 |
Color Harmonies of #A7ACDB
Complementary color
Monochromatic Colors of #A7ACDB
Black with #A7ACDB
Text Example
Text Example
White with #A7ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ACDB; }
p { color: rgb(167,172,219); }
H1.HeaderClassName
{
color: #A7ACDB;
}
.AnyTagClassName
{
color: #A7ACDB;
}
</style>
background-color css
<style>
a { background-color: #A7ACDB; }
a { background-color: rgb(167,172,219); }
div.DivClassName
{
background-color: #A7ACDB;
}
.BgClassName
{
background-color: #A7ACDB;
}
</style>
border-color css
<style>
span { border-color: #A7ACDB; }
span { border-color: rgb(167,172,219); }
td.TdClassName
{
border-color: #A7ACDB;
}
.TagClassName
{
border-color: #A7ACDB;
}
</style>