Html Css Color HEX #A1AECE Echo Blue

📋 copy color: '#A1AECE'

red 161 ◦ green 174 ◦ blue 206

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

Shades of Echo Blue #A1AECE

Tints of Echo Blue #A1AECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 29.76%
G = 32.16%
B = 38.08%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A1AECE (or 0xA1AECE) is known color: Echo Blue. HEX triplet: A1, AE and CE. RGB value is (161,174,206). Sum of RGB (Red+Green+Blue) = 161+174+206=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AECE is #5E5131. Grayscale: #ADADAD. Windows color (decimal): -6181170 or 13545121. OLE color: 13545121.

HSL color Cylindrical-coordinate representation of color #A1AECE: hue angle of 222.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1AECE is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 174 206 -
CMYK 0.22 0.16 0 0.19
HSL 222.67º 0.31% 0.72% -
HSV(B) 222.67º 0.22% 0.81% -
XYZ 40.97 42.31 64.4 -
YUV 173.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 161 174 206 0.22 0.16 0 0.19 222.67 0.31 0.72
Hex A1 AE CE 16 10 0 13 DF 1F 48
Octal 241 256 316 26 20 0 23 337 37 110
Binary 10100001 10101110 11001110 10110 10000 0 10011 11011111 11111 1001000

Color Harmonies of #A1AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AECE

Black with #A1AECE

Text Example


Text Example

White with #A1AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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