Shades of Echo Blue #A1ABCD
Tints of Echo Blue #A1ABCD
RGB
CMYK
RGB Variations
Color information
#A1ABCD (or 0xA1ABCD) is known color: Echo Blue. HEX triplet: A1, AB and CD. RGB value is (161,171,205). Sum of RGB (Red+Green+Blue) = 161+171+205=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABCD is #5E5432. Grayscale: #ABABAB. Windows color (decimal): -6181939 or 13478817. OLE color: 13478817.
HSL color Cylindrical-coordinate representation of color #A1ABCD: hue angle of 226.36º degrees, saturation: 0.31, 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 #A1ABCD is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 161 | 171 | 205 | - |
CMYK | 0.21 | 0.17 | 0 | 0.20 |
HSL | 226.36º | 0.31% | 0.72% | - |
HSV(B) | 226.36º | 0.21% | 0.8% | - |
XYZ | 40.28 | 41.11 | 63.57 | - |
YUV | 171.89 | 146.69 | 120.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 171 | 205 | 0.21 | 0.17 | 0 | 0.20 | 226.36 | 0.31 | 0.72 |
Hex | A1 | AB | CD | 15 | 11 | 0 | 14 | E2 | 1F | 48 |
Octal | 241 | 253 | 315 | 25 | 21 | 0 | 24 | 342 | 37 | 110 |
Binary | 10100001 | 10101011 | 11001101 | 10101 | 10001 | 0 | 10100 | 11100010 | 11111 | 1001000 |
Color Harmonies of #A1ABCD
Complementary color
Monochromatic Colors of #A1ABCD
Black with #A1ABCD
Text Example
Text Example
White with #A1ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABCD; }
p { color: rgb(161,171,205); }
H1.HeaderClassName
{
color: #A1ABCD;
}
.AnyTagClassName
{
color: #A1ABCD;
}
</style>
background-color css
<style>
a { background-color: #A1ABCD; }
a { background-color: rgb(161,171,205); }
div.DivClassName
{
background-color: #A1ABCD;
}
.BgClassName
{
background-color: #A1ABCD;
}
</style>
border-color css
<style>
span { border-color: #A1ABCD; }
span { border-color: rgb(161,171,205); }
td.TdClassName
{
border-color: #A1ABCD;
}
.TagClassName
{
border-color: #A1ABCD;
}
</style>