Html Css Color HEX #A0ACD1 Echo Blue

📋 copy color: '#A0ACD1'

red 160 ◦ green 172 ◦ blue 209

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

Shades of Echo Blue #A0ACD1

Tints of Echo Blue #A0ACD1

RGB

 RED value IS 160 (62.89% from 255) = 29.57%

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

 BLUE value IS 209 (82.03% from 255) = 38.63%

R = 29.57%
G = 31.79%
B = 38.63%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A0ACD1 (or 0xA0ACD1) is known color: Echo Blue. HEX triplet: A0, AC and D1. RGB value is (160,172,209). Sum of RGB (Red+Green+Blue) = 160+172+209=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #A0ACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACD1 is #5F532E. Grayscale: #ACACAC. Windows color (decimal): -6247215 or 13741216. OLE color: 13741216.

HSL color Cylindrical-coordinate representation of color #A0ACD1: hue angle of 225.31º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0ACD1 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 172 209 -
CMYK 0.23 0.18 0 0.18
HSL 225.31º 0.35% 0.72% -
HSV(B) 225.31º 0.23% 0.82% -
XYZ 40.76 41.58 66.2 -
YUV 172.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 160 172 209 0.23 0.18 0 0.18 225.31 0.35 0.72
Hex A0 AC D1 17 12 0 12 E1 23 48
Octal 240 254 321 27 22 0 22 341 43 110
Binary 10100000 10101100 11010001 10111 10010 0 10010 11100001 100011 1001000

Color Harmonies of #A0ACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ACD1

Black with #A0ACD1

Text Example


Text Example

White with #A0ACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ACD1; }

 p { color: rgb(160,172,209); }

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

background-color css

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

 a { background-color: rgb(160,172,209); }

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

border-color css

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

 span { border-color: rgb(160,172,209); }

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