Html Css Color HEX #A1AEDE Echo Blue

📋 copy color: '#A1AEDE'

red 161 ◦ green 174 ◦ blue 222

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

Shades of Echo Blue #A1AEDE

Tints of Echo Blue #A1AEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.86%

R = 28.9%
G = 31.24%
B = 39.86%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1AEDE (or 0xA1AEDE) is known color: Echo Blue. HEX triplet: A1, AE and DE. RGB value is (161,174,222). Sum of RGB (Red+Green+Blue) = 161+174+222=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AEDE is #5E5121. Grayscale: #AFAFAF. Windows color (decimal): -6181154 or 14593697. OLE color: 14593697.

HSL color Cylindrical-coordinate representation of color #A1AEDE: hue angle of 227.21º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1AEDE is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 174 222 -
CMYK 0.27 0.22 0 0.13
HSL 227.21º 0.48% 0.75% -
HSV(B) 227.21º 0.27% 0.87% -
XYZ 43.02 43.12 75.16 -
YUV 175.59 154.19 117.6 -
System Red Green Blue C M Y K H S L
Decimal 161 174 222 0.27 0.22 0 0.13 227.21 0.48 0.75
Hex A1 AE DE 1B 16 0 D E3 30 4B
Octal 241 256 336 33 26 0 15 343 60 113
Binary 10100001 10101110 11011110 11011 10110 0 1101 11100011 110000 1001011

Color Harmonies of #A1AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AEDE

Black with #A1AEDE

Text Example


Text Example

White with #A1AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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