Html Css Color HEX #A2ACD1 Echo Blue

📋 copy color: '#A2ACD1'

red 162 ◦ green 172 ◦ blue 209

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

Shades of Echo Blue #A2ACD1

Tints of Echo Blue #A2ACD1

RGB

 RED value IS 162 (63.67% from 255) = 29.83%

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

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

R = 29.83%
G = 31.68%
B = 38.49%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A2ACD1 (or 0xA2ACD1) is known color: Echo Blue. HEX triplet: A2, AC and D1. RGB value is (162,172,209). Sum of RGB (Red+Green+Blue) = 162+172+209=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #A2ACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ACD1 is #5D532E. Grayscale: #ADADAD. Windows color (decimal): -6116143 or 13741218. OLE color: 13741218.

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

Color convert

RGB 162 172 209 -
CMYK 0.22 0.18 0 0.18
HSL 227.23º 0.34% 0.73% -
HSV(B) 227.23º 0.22% 0.82% -
XYZ 41.16 41.79 66.22 -
YUV 173.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 162 172 209 0.22 0.18 0 0.18 227.23 0.34 0.73
Hex A2 AC D1 16 12 0 12 E3 22 49
Octal 242 254 321 26 22 0 22 343 42 111
Binary 10100010 10101100 11010001 10110 10010 0 10010 11100011 100010 1001001

Color Harmonies of #A2ACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ACD1

Black with #A2ACD1

Text Example


Text Example

White with #A2ACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ACD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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