Html Css Color HEX #A2ADDE Echo Blue

📋 copy color: '#A2ADDE'

red 162 ◦ green 173 ◦ blue 222

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

Shades of Echo Blue #A2ADDE

Tints of Echo Blue #A2ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.86%

R = 29.08%
G = 31.06%
B = 39.86%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A2ADDE (or 0xA2ADDE) is known color: Echo Blue. HEX triplet: A2, AD and DE. RGB value is (162,173,222). Sum of RGB (Red+Green+Blue) = 162+173+222=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #A2ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADDE is #5D5221. Grayscale: #AFAFAF. Windows color (decimal): -6115874 or 14593442. OLE color: 14593442.

HSL color Cylindrical-coordinate representation of color #A2ADDE: hue angle of 229º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2ADDE is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 173 222 -
CMYK 0.27 0.22 0 0.13
HSL 229º 0.48% 0.75% -
HSV(B) 229º 0.27% 0.87% -
XYZ 43.03 42.84 75.11 -
YUV 175.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 162 173 222 0.27 0.22 0 0.13 229 0.48 0.75
Hex A2 AD DE 1B 16 0 D E5 30 4B
Octal 242 255 336 33 26 0 15 345 60 113
Binary 10100010 10101101 11011110 11011 10110 0 1101 11100101 110000 1001011

Color Harmonies of #A2ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ADDE

Black with #A2ADDE

Text Example


Text Example

White with #A2ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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