Html Css Color HEX #A2ABD2 Echo Blue

📋 copy color: '#A2ABD2'

red 162 ◦ green 171 ◦ blue 210

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

Shades of Echo Blue #A2ABD2

Tints of Echo Blue #A2ABD2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.49%

 BLUE value IS 210 (82.42% from 255) = 38.67%

R = 29.83%
G = 31.49%
B = 38.67%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A2ABD2 (or 0xA2ABD2) is known color: Echo Blue. HEX triplet: A2, AB and D2. RGB value is (162,171,210). Sum of RGB (Red+Green+Blue) = 162+171+210=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 210 - color contains mainly: blue. Hex color #A2ABD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ABD2 is #5D542D. Grayscale: #ACACAC. Windows color (decimal): -6116398 or 13806498. OLE color: 13806498.

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

Color convert

RGB 162 171 210 -
CMYK 0.23 0.19 0 0.18
HSL 228.75º 0.35% 0.73% -
HSV(B) 228.75º 0.23% 0.82% -
XYZ 41.1 41.46 66.81 -
YUV 172.76 149.02 120.33 -
System Red Green Blue C M Y K H S L
Decimal 162 171 210 0.23 0.19 0 0.18 228.75 0.35 0.73
Hex A2 AB D2 17 13 0 12 E5 23 49
Octal 242 253 322 27 23 0 22 345 43 111
Binary 10100010 10101011 11010010 10111 10011 0 10010 11100101 100011 1001001

Color Harmonies of #A2ABD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ABD2

Black with #A2ABD2

Text Example


Text Example

White with #A2ABD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ABD2; }

 p { color: rgb(162,171,210); }

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

background-color css

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

 a { background-color: rgb(162,171,210); }

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

border-color css

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

 span { border-color: rgb(162,171,210); }

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