Html Css Color HEX #A0A9DD Echo Blue

📋 copy color: '#A0A9DD'

red 160 ◦ green 169 ◦ blue 221

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

Shades of Echo Blue #A0A9DD

Tints of Echo Blue #A0A9DD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.73%

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 29.09%
G = 30.73%
B = 40.18%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0A9DD (or 0xA0A9DD) is known color: Echo Blue. HEX triplet: A0, A9 and DD. RGB value is (160,169,221). Sum of RGB (Red+Green+Blue) = 160+169+221=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0A9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A9DD is #5F5622. Grayscale: #ACACAC. Windows color (decimal): -6247971 or 14526880. OLE color: 14526880.

HSL color Cylindrical-coordinate representation of color #A0A9DD: hue angle of 231.15º degrees, saturation: 0.47, 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 #A0A9DD is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 169 221 -
CMYK 0.28 0.24 0 0.13
HSL 231.15º 0.47% 0.75% -
HSV(B) 231.15º 0.28% 0.87% -
XYZ 41.74 41.07 74.13 -
YUV 172.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 160 169 221 0.28 0.24 0 0.13 231.15 0.47 0.75
Hex A0 A9 DD 1C 18 0 D E7 2F 4B
Octal 240 251 335 34 30 0 15 347 57 113
Binary 10100000 10101001 11011101 11100 11000 0 1101 11100111 101111 1001011

Color Harmonies of #A0A9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A9DD

Black with #A0A9DD

Text Example


Text Example

White with #A0A9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A9DD; }

 p { color: rgb(160,169,221); }

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

background-color css

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

 a { background-color: rgb(160,169,221); }

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

border-color css

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

 span { border-color: rgb(160,169,221); }

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