Html Css Color HEX #A2AEDA Echo Blue

📋 copy color: '#A2AEDA'

red 162 ◦ green 174 ◦ blue 218

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

Shades of Echo Blue #A2AEDA

Tints of Echo Blue #A2AEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.41%

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 29.24%
G = 31.41%
B = 39.35%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A2AEDA (or 0xA2AEDA) is known color: Echo Blue. HEX triplet: A2, AE and DA. RGB value is (162,174,218). Sum of RGB (Red+Green+Blue) = 162+174+218=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #A2AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AEDA is #5D5125. Grayscale: #AFAFAF. Windows color (decimal): -6115622 or 14331554. OLE color: 14331554.

HSL color Cylindrical-coordinate representation of color #A2AEDA: hue angle of 227.14º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2AEDA is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 174 218 -
CMYK 0.26 0.20 0 0.15
HSL 227.14º 0.43% 0.75% -
HSV(B) 227.14º 0.26% 0.85% -
XYZ 42.69 43.02 72.38 -
YUV 175.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 162 174 218 0.26 0.20 0 0.15 227.14 0.43 0.75
Hex A2 AE DA 1A 14 0 F E3 2B 4B
Octal 242 256 332 32 24 0 17 343 53 113
Binary 10100010 10101110 11011010 11010 10100 0 1111 11100011 101011 1001011

Color Harmonies of #A2AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AEDA

Black with #A2AEDA

Text Example


Text Example

White with #A2AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AEDA; }

 p { color: rgb(162,174,218); }

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

background-color css

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

 a { background-color: rgb(162,174,218); }

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

border-color css

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

 span { border-color: rgb(162,174,218); }

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