Html Css Color HEX #A1B4DC Echo Blue

📋 copy color: '#A1B4DC'

red 161 ◦ green 180 ◦ blue 220

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

Shades of Echo Blue #A1B4DC

Tints of Echo Blue #A1B4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.09%

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

R = 28.7%
G = 32.09%
B = 39.22%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A1B4DC (or 0xA1B4DC) is known color: Echo Blue. HEX triplet: A1, B4 and DC. RGB value is (161,180,220). Sum of RGB (Red+Green+Blue) = 161+180+220=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1B4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B4DC is #5E4B23. Grayscale: #B2B2B2. Windows color (decimal): -6179620 or 14464161. OLE color: 14464161.

HSL color Cylindrical-coordinate representation of color #A1B4DC: hue angle of 220.68º 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 #A1B4DC is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 180 220 -
CMYK 0.27 0.18 0 0.14
HSL 220.68º 0.46% 0.75% -
HSV(B) 220.68º 0.27% 0.86% -
XYZ 43.94 45.39 74.15 -
YUV 178.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 161 180 220 0.27 0.18 0 0.14 220.68 0.46 0.75
Hex A1 B4 DC 1B 12 0 E DD 2E 4B
Octal 241 264 334 33 22 0 16 335 56 113
Binary 10100001 10110100 11011100 11011 10010 0 1110 11011101 101110 1001011

Color Harmonies of #A1B4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B4DC

Black with #A1B4DC

Text Example


Text Example

White with #A1B4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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