Html Css Color HEX #A2AFD2 Echo Blue

📋 copy color: '#A2AFD2'

red 162 ◦ green 175 ◦ blue 210

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

Shades of Echo Blue #A2AFD2

Tints of Echo Blue #A2AFD2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.99%

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

R = 29.62%
G = 31.99%
B = 38.39%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A2AFD2 (or 0xA2AFD2) is known color: Echo Blue. HEX triplet: A2, AF and D2. RGB value is (162,175,210). Sum of RGB (Red+Green+Blue) = 162+175+210=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 210 - color contains mainly: blue. Hex color #A2AFD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AFD2 is #5D502D. Grayscale: #AEAEAE. Windows color (decimal): -6115374 or 13807522. OLE color: 13807522.

HSL color Cylindrical-coordinate representation of color #A2AFD2: hue angle of 223.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 #A2AFD2 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 175 210 -
CMYK 0.23 0.17 0 0.18
HSL 223.75º 0.35% 0.73% -
HSV(B) 223.75º 0.23% 0.82% -
XYZ 41.86 42.99 67.07 -
YUV 175.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 162 175 210 0.23 0.17 0 0.18 223.75 0.35 0.73
Hex A2 AF D2 17 11 0 12 E0 23 49
Octal 242 257 322 27 21 0 22 340 43 111
Binary 10100010 10101111 11010010 10111 10001 0 10010 11100000 100011 1001001

Color Harmonies of #A2AFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AFD2

Black with #A2AFD2

Text Example


Text Example

White with #A2AFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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