Html Css Color HEX #A0AADE Echo Blue

📋 copy color: '#A0AADE'

red 160 ◦ green 170 ◦ blue 222

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

Shades of Echo Blue #A0AADE

Tints of Echo Blue #A0AADE

RGB

 RED value IS 160 (62.89% from 255) = 28.99%

 GREEN value IS 170 (66.8% from 255) = 30.8%

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

R = 28.99%
G = 30.8%
B = 40.22%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0AADE (or 0xA0AADE) is known color: Echo Blue. HEX triplet: A0, AA and DE. RGB value is (160,170,222). Sum of RGB (Red+Green+Blue) = 160+170+222=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #A0AADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AADE is #5F5521. Grayscale: #ACACAC. Windows color (decimal): -6247714 or 14592672. OLE color: 14592672.

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

Color convert

RGB 160 170 222 -
CMYK 0.28 0.23 0 0.13
HSL 230.32º 0.48% 0.75% -
HSV(B) 230.32º 0.28% 0.87% -
XYZ 42.06 41.5 74.9 -
YUV 172.94 155.69 118.77 -
System Red Green Blue C M Y K H S L
Decimal 160 170 222 0.28 0.23 0 0.13 230.32 0.48 0.75
Hex A0 AA DE 1C 17 0 D E6 30 4B
Octal 240 252 336 34 27 0 15 346 60 113
Binary 10100000 10101010 11011110 11100 10111 0 1101 11100110 110000 1001011

Color Harmonies of #A0AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AADE

Black with #A0AADE

Text Example


Text Example

White with #A0AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AADE; }

 p { color: rgb(160,170,222); }

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

background-color css

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

 a { background-color: rgb(160,170,222); }

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

border-color css

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

 span { border-color: rgb(160,170,222); }

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