Html Css Color HEX #A1AED2 Echo Blue

📋 copy color: '#A1AED2'

red 161 ◦ green 174 ◦ blue 210

#A1AED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #A1AED2

Tints of Echo Blue #A1AED2

RGB

 RED value IS 161 (63.28% from 255) = 29.54%

 GREEN value IS 174 (68.36% from 255) = 31.93%

 BLUE value IS 210 (82.42% from 255) = 38.53%

R = 29.54%
G = 31.93%
B = 38.53%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A1AED2 (or 0xA1AED2) is known color: Echo Blue. HEX triplet: A1, AE and D2. RGB value is (161,174,210). Sum of RGB (Red+Green+Blue) = 161+174+210=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 210 - color contains mainly: blue. Hex color #A1AED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AED2 is #5E512D. Grayscale: #AEAEAE. Windows color (decimal): -6181166 or 13807265. OLE color: 13807265.

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

Color convert

RGB 161 174 210 -
CMYK 0.23 0.17 0 0.18
HSL 224.08º 0.35% 0.73% -
HSV(B) 224.08º 0.23% 0.82% -
XYZ 41.47 42.5 66.99 -
YUV 174.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 161 174 210 0.23 0.17 0 0.18 224.08 0.35 0.73
Hex A1 AE D2 17 11 0 12 E0 23 49
Octal 241 256 322 27 21 0 22 340 43 111
Binary 10100001 10101110 11010010 10111 10001 0 10010 11100000 100011 1001001

Color Harmonies of #A1AED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AED2

Black with #A1AED2

Text Example


Text Example

White with #A1AED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AED2; }

 p { color: rgb(161,174,210); }

 H1.HeaderClassName
 {
   color: #A1AED2;
 }
 .AnyTagClassName
 {
   color: #A1AED2;
 }
</style>

background-color css

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

 a { background-color: rgb(161,174,210); }

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

border-color css

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

 span { border-color: rgb(161,174,210); }

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