Shades of Echo Blue #A1A8D1
Tints of Echo Blue #A1A8D1
RGB
CMYK
RGB Variations
Color information
#A1A8D1 (or 0xA1A8D1) is known color: Echo Blue. HEX triplet: A1, A8 and D1. RGB value is (161,168,209). Sum of RGB (Red+Green+Blue) = 161+168+209=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1A8D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A8D1 is #5E572E. Grayscale: #AAAAAA. Windows color (decimal): -6182703 or 13740193. OLE color: 13740193.
HSL color Cylindrical-coordinate representation of color #A1A8D1: hue angle of 231.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1A8D1 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 161 | 168 | 209 | - |
CMYK | 0.23 | 0.20 | 0 | 0.18 |
HSL | 231.25º | 0.34% | 0.73% | - |
HSV(B) | 231.25º | 0.23% | 0.82% | - |
XYZ | 40.21 | 40.19 | 65.96 | - |
YUV | 170.58 | 149.68 | 121.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 168 | 209 | 0.23 | 0.20 | 0 | 0.18 | 231.25 | 0.34 | 0.73 |
Hex | A1 | A8 | D1 | 17 | 14 | 0 | 12 | E7 | 22 | 49 |
Octal | 241 | 250 | 321 | 27 | 24 | 0 | 22 | 347 | 42 | 111 |
Binary | 10100001 | 10101000 | 11010001 | 10111 | 10100 | 0 | 10010 | 11100111 | 100010 | 1001001 |
Color Harmonies of #A1A8D1
Complementary color
Monochromatic Colors of #A1A8D1
Black with #A1A8D1
Text Example
Text Example
White with #A1A8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A8D1; }
p { color: rgb(161,168,209); }
H1.HeaderClassName
{
color: #A1A8D1;
}
.AnyTagClassName
{
color: #A1A8D1;
}
</style>
background-color css
<style>
a { background-color: #A1A8D1; }
a { background-color: rgb(161,168,209); }
div.DivClassName
{
background-color: #A1A8D1;
}
.BgClassName
{
background-color: #A1A8D1;
}
</style>
border-color css
<style>
span { border-color: #A1A8D1; }
span { border-color: rgb(161,168,209); }
td.TdClassName
{
border-color: #A1A8D1;
}
.TagClassName
{
border-color: #A1A8D1;
}
</style>