Shades of Echo Blue #A2A6CB
Tints of Echo Blue #A2A6CB
RGB
CMYK
RGB Variations
Color information
#A2A6CB (or 0xA2A6CB) is known color: Echo Blue. HEX triplet: A2, A6 and CB. RGB value is (162,166,203). Sum of RGB (Red+Green+Blue) = 162+166+203=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2A6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A6CB is #5D5934. Grayscale: #A8A8A8. Windows color (decimal): -6117685 or 13346466. OLE color: 13346466.
HSL color Cylindrical-coordinate representation of color #A2A6CB: hue angle of 234.15º 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 #A2A6CB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 166 | 203 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.20 |
| HSL | 234.15º | 0.28% | 0.72% | - |
| HSV(B) | 234.15º | 0.2% | 0.8% | - |
| XYZ | 39.32 | 39.27 | 62.01 | - |
| YUV | 169.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 166 | 203 | 0.20 | 0.18 | 0 | 0.20 | 234.15 | 0.28 | 0.72 |
| Hex | A2 | A6 | CB | 14 | 12 | 0 | 14 | EA | 1C | 48 |
| Octal | 242 | 246 | 313 | 24 | 22 | 0 | 24 | 352 | 34 | 110 |
| Binary | 10100010 | 10100110 | 11001011 | 10100 | 10010 | 0 | 10100 | 11101010 | 11100 | 1001000 |
Color Harmonies of #A2A6CB
Complementary color
Monochromatic Colors of #A2A6CB
Black with #A2A6CB
Text Example
Text Example
White with #A2A6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A6CB; }
p { color: rgb(162,166,203); }
H1.HeaderClassName
{
color: #A2A6CB;
}
.AnyTagClassName
{
color: #A2A6CB;
}
</style>
background-color css
<style>
a { background-color: #A2A6CB; }
a { background-color: rgb(162,166,203); }
div.DivClassName
{
background-color: #A2A6CB;
}
.BgClassName
{
background-color: #A2A6CB;
}
</style>
border-color css
<style>
span { border-color: #A2A6CB; }
span { border-color: rgb(162,166,203); }
td.TdClassName
{
border-color: #A2A6CB;
}
.TagClassName
{
border-color: #A2A6CB;
}
</style>