Shades of Echo Blue #A2ACCB
Tints of Echo Blue #A2ACCB
RGB
CMYK
RGB Variations
Color information
#A2ACCB (or 0xA2ACCB) is known color: Echo Blue. HEX triplet: A2, AC and CB. RGB value is (162,172,203). Sum of RGB (Red+Green+Blue) = 162+172+203=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ACCB is #5D5334. Grayscale: #ACACAC. Windows color (decimal): -6116149 or 13348002. OLE color: 13348002.
HSL color Cylindrical-coordinate representation of color #A2ACCB: hue angle of 225.37º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2ACCB is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 172 | 203 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.20 |
| HSL | 225.37º | 0.28% | 0.72% | - |
| HSV(B) | 225.37º | 0.2% | 0.8% | - |
| XYZ | 40.43 | 41.5 | 62.38 | - |
| YUV | 172.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 203 | 0.20 | 0.15 | 0 | 0.20 | 225.37 | 0.28 | 0.72 |
| Hex | A2 | AC | CB | 14 | F | 0 | 14 | E1 | 1C | 48 |
| Octal | 242 | 254 | 313 | 24 | 17 | 0 | 24 | 341 | 34 | 110 |
| Binary | 10100010 | 10101100 | 11001011 | 10100 | 1111 | 0 | 10100 | 11100001 | 11100 | 1001000 |
Color Harmonies of #A2ACCB
Complementary color
Monochromatic Colors of #A2ACCB
Black with #A2ACCB
Text Example
Text Example
White with #A2ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ACCB; }
p { color: rgb(162,172,203); }
H1.HeaderClassName
{
color: #A2ACCB;
}
.AnyTagClassName
{
color: #A2ACCB;
}
</style>
background-color css
<style>
a { background-color: #A2ACCB; }
a { background-color: rgb(162,172,203); }
div.DivClassName
{
background-color: #A2ACCB;
}
.BgClassName
{
background-color: #A2ACCB;
}
</style>
border-color css
<style>
span { border-color: #A2ACCB; }
span { border-color: rgb(162,172,203); }
td.TdClassName
{
border-color: #A2ACCB;
}
.TagClassName
{
border-color: #A2ACCB;
}
</style>