#A1ADD1

Color #A1ADD1 Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #A1ADD1

Tints of Echo Blue #A1ADD1

Color information

#A1ADD1 (or 0xA1ADD1) is unknown color: approx Echo Blue. HEX triplet: A1, AD and D1. RGB value is (161,173,209). Sum of RGB (Red+Green+Blue) = 161+173+209=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1ADD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADD1 is #5E522E. Grayscale: #ADADAD. Windows color (decimal): -6181423 or 13741473. OLE color: 13741473.

HSL color Cylindrical-coordinate representation of color #A1ADD1: hue angle of 225º 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 #A1ADD1 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161173209-
CMYK0.230.1700.18
HSL225º34.29%72.55%-
HSV(B)225º22.97%81.96%-
XYZ41.1542.0766.27-
YUV173.52148.02119.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 29.65%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 209 (82.03% from 255) = 38.49%
R=29.65%
G=31.86%
B=38.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611732090.230.1700.1822534.2972.55
HexA1ADD11711012e12249
Octal241255321272102234142111
Binary1010000110101101110100011011110001010010111000011000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADD1; }

 p { color: rgb(161,173,209); }

 H1.HeaderClassName
 {
   color: #A1ADD1;
 }
 .AnyTagClassName
 {
   color: #A1ADD1;
 }
</style>
background-color css

<style>
 a { background-color: #A1ADD1; }

 a { background-color: rgb(161,173,209); }

 div.DivClassName
 {
   background-color: #A1ADD1;
 }
 .BgClassName
 {
   background-color: #A1ADD1;
 }
</style>
border-color css

<style>
 span { border-color: #A1ADD1; }

 span { border-color: rgb(161,173,209); }

 td.TdClassName
 {
   border-color: #A1ADD1;
 }
 .TagClassName
 {
   border-color: #A1ADD1;
 }
</style>