Shades of Echo Blue #A5ACD1
Tints of Echo Blue #A5ACD1
RGB
CMYK
RGB Variations
Color information
#A5ACD1 (or 0xA5ACD1) is known color: Echo Blue. HEX triplet: A5, AC and D1. RGB value is (165,172,209). Sum of RGB (Red+Green+Blue) = 165+172+209=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 209 - color contains mainly: blue. Hex color #A5ACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ACD1 is #5A532E. Grayscale: #ADADAD. Windows color (decimal): -5919535 or 13741221. OLE color: 13741221.
HSL color Cylindrical-coordinate representation of color #A5ACD1: hue angle of 230.45º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5ACD1 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 172 | 209 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.18 |
| HSL | 230.45º | 0.32% | 0.73% | - |
| HSV(B) | 230.45º | 0.21% | 0.82% | - |
| XYZ | 41.78 | 42.11 | 66.25 | - |
| YUV | 174.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 209 | 0.21 | 0.18 | 0 | 0.18 | 230.45 | 0.32 | 0.73 |
| Hex | A5 | AC | D1 | 15 | 12 | 0 | 12 | E6 | 20 | 49 |
| Octal | 245 | 254 | 321 | 25 | 22 | 0 | 22 | 346 | 40 | 111 |
| Binary | 10100101 | 10101100 | 11010001 | 10101 | 10010 | 0 | 10010 | 11100110 | 100000 | 1001001 |
Color Harmonies of #A5ACD1
Complementary color
Monochromatic Colors of #A5ACD1
Black with #A5ACD1
Text Example
Text Example
White with #A5ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ACD1; }
p { color: rgb(165,172,209); }
H1.HeaderClassName
{
color: #A5ACD1;
}
.AnyTagClassName
{
color: #A5ACD1;
}
</style>
background-color css
<style>
a { background-color: #A5ACD1; }
a { background-color: rgb(165,172,209); }
div.DivClassName
{
background-color: #A5ACD1;
}
.BgClassName
{
background-color: #A5ACD1;
}
</style>
border-color css
<style>
span { border-color: #A5ACD1; }
span { border-color: rgb(165,172,209); }
td.TdClassName
{
border-color: #A5ACD1;
}
.TagClassName
{
border-color: #A5ACD1;
}
</style>