Html Css Color HEX #A1AECC Echo Blue

📋 copy color: '#A1AECC'

red 161 ◦ green 174 ◦ blue 204

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

Shades of Echo Blue #A1AECC

Tints of Echo Blue #A1AECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 29.87%
G = 32.28%
B = 37.85%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A1AECC (or 0xA1AECC) is known color: Echo Blue. HEX triplet: A1, AE and CC. RGB value is (161,174,204). Sum of RGB (Red+Green+Blue) = 161+174+204=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1AECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AECC is #5E5133. Grayscale: #ADADAD. Windows color (decimal): -6181172 or 13414049. OLE color: 13414049.

HSL color Cylindrical-coordinate representation of color #A1AECC: hue angle of 221.86º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1AECC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 174 204 -
CMYK 0.21 0.15 0 0.2
HSL 221.86º 0.3% 0.72% -
HSV(B) 221.86º 0.21% 0.8% -
XYZ 40.73 42.21 63.13 -
YUV 173.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 161 174 204 0.21 0.15 0 0.2 221.86 0.3 0.72
Hex A1 AE CC 15 F 0 14 DE 1E 48
Octal 241 256 314 25 17 0 24 336 36 110
Binary 10100001 10101110 11001100 10101 1111 0 10100 11011110 11110 1001000

Color Harmonies of #A1AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AECC

Black with #A1AECC

Text Example


Text Example

White with #A1AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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