Html Css Color HEX #A0AADB Echo Blue

📋 copy color: '#A0AADB'

red 160 ◦ green 170 ◦ blue 219

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

Shades of Echo Blue #A0AADB

Tints of Echo Blue #A0AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 29.14%
G = 30.97%
B = 39.89%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A0AADB (or 0xA0AADB) is known color: Echo Blue. HEX triplet: A0, AA and DB. RGB value is (160,170,219). Sum of RGB (Red+Green+Blue) = 160+170+219=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AADB is #5F5524. Grayscale: #ACACAC. Windows color (decimal): -6247717 or 14396064. OLE color: 14396064.

HSL color Cylindrical-coordinate representation of color #A0AADB: hue angle of 229.83º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0AADB is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 170 219 -
CMYK 0.27 0.22 0 0.14
HSL 229.83º 0.45% 0.74% -
HSV(B) 229.83º 0.27% 0.86% -
XYZ 41.66 41.34 72.8 -
YUV 172.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 160 170 219 0.27 0.22 0 0.14 229.83 0.45 0.74
Hex A0 AA DB 1B 16 0 E E6 2D 4A
Octal 240 252 333 33 26 0 16 346 55 112
Binary 10100000 10101010 11011011 11011 10110 0 1110 11100110 101101 1001010

Color Harmonies of #A0AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AADB

Black with #A0AADB

Text Example


Text Example

White with #A0AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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