Shades of Echo Blue #A2ABCC
Tints of Echo Blue #A2ABCC
RGB
CMYK
RGB Variations
Color information
#A2ABCC (or 0xA2ABCC) is known color: Echo Blue. HEX triplet: A2, AB and CC. RGB value is (162,171,204). Sum of RGB (Red+Green+Blue) = 162+171+204=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #A2ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ABCC is #5D5433. Grayscale: #ABABAB. Windows color (decimal): -6116404 or 13413282. OLE color: 13413282.
HSL color Cylindrical-coordinate representation of color #A2ABCC: hue angle of 227.14º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2ABCC is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 162 | 171 | 204 | - |
CMYK | 0.21 | 0.16 | 0 | 0.2 |
HSL | 227.14º | 0.29% | 0.72% | - |
HSV(B) | 227.14º | 0.21% | 0.8% | - |
XYZ | 40.36 | 41.17 | 62.95 | - |
YUV | 172.07 | 146.02 | 120.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 171 | 204 | 0.21 | 0.16 | 0 | 0.2 | 227.14 | 0.29 | 0.72 |
Hex | A2 | AB | CC | 15 | 10 | 0 | 14 | E3 | 1D | 48 |
Octal | 242 | 253 | 314 | 25 | 20 | 0 | 24 | 343 | 35 | 110 |
Binary | 10100010 | 10101011 | 11001100 | 10101 | 10000 | 0 | 10100 | 11100011 | 11101 | 1001000 |
Color Harmonies of #A2ABCC
Complementary color
Monochromatic Colors of #A2ABCC
Black with #A2ABCC
Text Example
Text Example
White with #A2ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ABCC; }
p { color: rgb(162,171,204); }
H1.HeaderClassName
{
color: #A2ABCC;
}
.AnyTagClassName
{
color: #A2ABCC;
}
</style>
background-color css
<style>
a { background-color: #A2ABCC; }
a { background-color: rgb(162,171,204); }
div.DivClassName
{
background-color: #A2ABCC;
}
.BgClassName
{
background-color: #A2ABCC;
}
</style>
border-color css
<style>
span { border-color: #A2ABCC; }
span { border-color: rgb(162,171,204); }
td.TdClassName
{
border-color: #A2ABCC;
}
.TagClassName
{
border-color: #A2ABCC;
}
</style>