Html Css Color HEX #A1ACDC Echo Blue

📋 copy color: '#A1ACDC'

red 161 ◦ green 172 ◦ blue 220

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

Shades of Echo Blue #A1ACDC

Tints of Echo Blue #A1ACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.1%

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 29.11%
G = 31.1%
B = 39.78%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A1ACDC (or 0xA1ACDC) is known color: Echo Blue. HEX triplet: A1, AC and DC. RGB value is (161,172,220). Sum of RGB (Red+Green+Blue) = 161+172+220=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1ACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ACDC is #5E5323. Grayscale: #ADADAD. Windows color (decimal): -6181668 or 14462113. OLE color: 14462113.

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

Color convert

RGB 161 172 220 -
CMYK 0.27 0.22 0 0.14
HSL 228.81º 0.46% 0.75% -
HSV(B) 228.81º 0.27% 0.86% -
XYZ 42.37 42.25 73.63 -
YUV 174.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 161 172 220 0.27 0.22 0 0.14 228.81 0.46 0.75
Hex A1 AC DC 1B 16 0 E E5 2E 4B
Octal 241 254 334 33 26 0 16 345 56 113
Binary 10100001 10101100 11011100 11011 10110 0 1110 11100101 101110 1001011

Color Harmonies of #A1ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ACDC

Black with #A1ACDC

Text Example


Text Example

White with #A1ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ACDC; }

 p { color: rgb(161,172,220); }

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

background-color css

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

 a { background-color: rgb(161,172,220); }

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

border-color css

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

 span { border-color: rgb(161,172,220); }

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