Shades of Echo Blue #A1ACDA
Tints of Echo Blue #A1ACDA
RGB
CMYK
RGB Variations
Color information
#A1ACDA (or 0xA1ACDA) is known color: Echo Blue. HEX triplet: A1, AC and DA. RGB value is (161,172,218). Sum of RGB (Red+Green+Blue) = 161+172+218=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ACDA is #5E5325. Grayscale: #ADADAD. Windows color (decimal): -6181670 or 14331041. OLE color: 14331041.
HSL color Cylindrical-coordinate representation of color #A1ACDA: hue angle of 228.42º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1ACDA is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 172 | 218 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.15 |
| HSL | 228.42º | 0.44% | 0.74% | - |
| HSV(B) | 228.42º | 0.26% | 0.85% | - |
| XYZ | 42.11 | 42.14 | 72.25 | - |
| YUV | 173.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 218 | 0.26 | 0.21 | 0 | 0.15 | 228.42 | 0.44 | 0.74 |
| Hex | A1 | AC | DA | 1A | 15 | 0 | F | E4 | 2C | 4A |
| Octal | 241 | 254 | 332 | 32 | 25 | 0 | 17 | 344 | 54 | 112 |
| Binary | 10100001 | 10101100 | 11011010 | 11010 | 10101 | 0 | 1111 | 11100100 | 101100 | 1001010 |
Color Harmonies of #A1ACDA
Complementary color
Monochromatic Colors of #A1ACDA
Black with #A1ACDA
Text Example
Text Example
White with #A1ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ACDA; }
p { color: rgb(161,172,218); }
H1.HeaderClassName
{
color: #A1ACDA;
}
.AnyTagClassName
{
color: #A1ACDA;
}
</style>
background-color css
<style>
a { background-color: #A1ACDA; }
a { background-color: rgb(161,172,218); }
div.DivClassName
{
background-color: #A1ACDA;
}
.BgClassName
{
background-color: #A1ACDA;
}
</style>
border-color css
<style>
span { border-color: #A1ACDA; }
span { border-color: rgb(161,172,218); }
td.TdClassName
{
border-color: #A1ACDA;
}
.TagClassName
{
border-color: #A1ACDA;
}
</style>