Html Css Color HEX #A2ADD0 Echo Blue

📋 copy color: '#A2ADD0'

red 162 ◦ green 173 ◦ blue 208

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

Shades of Echo Blue #A2ADD0

Tints of Echo Blue #A2ADD0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.86%

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 29.83%
G = 31.86%
B = 38.31%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A2ADD0 (or 0xA2ADD0) is known color: Echo Blue. HEX triplet: A2, AD and D0. RGB value is (162,173,208). Sum of RGB (Red+Green+Blue) = 162+173+208=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #A2ADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADD0 is #5D522F. Grayscale: #ADADAD. Windows color (decimal): -6115888 or 13675938. OLE color: 13675938.

HSL color Cylindrical-coordinate representation of color #A2ADD0: hue angle of 225.65º degrees, saturation: 0.33, 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 #A2ADD0 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 173 208 -
CMYK 0.22 0.17 0 0.18
HSL 225.65º 0.33% 0.73% -
HSV(B) 225.65º 0.22% 0.82% -
XYZ 41.23 42.12 65.63 -
YUV 173.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 162 173 208 0.22 0.17 0 0.18 225.65 0.33 0.73
Hex A2 AD D0 16 11 0 12 E2 21 49
Octal 242 255 320 26 21 0 22 342 41 111
Binary 10100010 10101101 11010000 10110 10001 0 10010 11100010 100001 1001001

Color Harmonies of #A2ADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ADD0

Black with #A2ADD0

Text Example


Text Example

White with #A2ADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ADD0; }

 p { color: rgb(162,173,208); }

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

background-color css

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

 a { background-color: rgb(162,173,208); }

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

border-color css

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

 span { border-color: rgb(162,173,208); }

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