Html Css Color HEX #A0ADDA Echo Blue

📋 copy color: '#A0ADDA'

red 160 ◦ green 173 ◦ blue 218

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

Shades of Echo Blue #A0ADDA

Tints of Echo Blue #A0ADDA

RGB

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

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

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

R = 29.04%
G = 31.4%
B = 39.56%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A0ADDA (or 0xA0ADDA) is known color: Echo Blue. HEX triplet: A0, AD and DA. RGB value is (160,173,218). Sum of RGB (Red+Green+Blue) = 160+173+218=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADDA is #5F5225. Grayscale: #AEAEAE. Windows color (decimal): -6246950 or 14331296. OLE color: 14331296.

HSL color Cylindrical-coordinate representation of color #A0ADDA: hue angle of 226.55º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0ADDA is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 173 218 -
CMYK 0.27 0.21 0 0.15
HSL 226.55º 0.44% 0.74% -
HSV(B) 226.55º 0.27% 0.85% -
XYZ 42.1 42.42 72.3 -
YUV 174.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 160 173 218 0.27 0.21 0 0.15 226.55 0.44 0.74
Hex A0 AD DA 1B 15 0 F E3 2C 4A
Octal 240 255 332 33 25 0 17 343 54 112
Binary 10100000 10101101 11011010 11011 10101 0 1111 11100011 101100 1001010

Color Harmonies of #A0ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ADDA

Black with #A0ADDA

Text Example


Text Example

White with #A0ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ADDA; }

 p { color: rgb(160,173,218); }

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

background-color css

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

 a { background-color: rgb(160,173,218); }

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

border-color css

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

 span { border-color: rgb(160,173,218); }

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