Html Css Color HEX #A0A5C0 Echo Blue

📋 copy color: '#A0A5C0'

red 160 ◦ green 165 ◦ blue 192

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

Shades of Echo Blue #A0A5C0

Tints of Echo Blue #A0A5C0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.91%

 BLUE value IS 192 (75.39% from 255) = 37.14%

R = 30.95%
G = 31.91%
B = 37.14%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A0A5C0 (or 0xA0A5C0) is known color: Echo Blue. HEX triplet: A0, A5 and C0. RGB value is (160,165,192). Sum of RGB (Red+Green+Blue) = 160+165+192=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 192 - color contains mainly: blue. Hex color #A0A5C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A5C0 is #5F5A3F. Grayscale: #A6A6A6. Windows color (decimal): -6249024 or 12625312. OLE color: 12625312.

HSL color Cylindrical-coordinate representation of color #A0A5C0: hue angle of 230.62º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0A5C0 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 165 192 -
CMYK 0.17 0.14 0 0.25
HSL 230.63º 0.2% 0.69% -
HSV(B) 230.63º 0.17% 0.75% -
XYZ 37.47 38.19 55.27 -
YUV 166.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 160 165 192 0.17 0.14 0 0.25 230.63 0.2 0.69
Hex A0 A5 C0 11 E 0 19 E7 14 45
Octal 240 245 300 21 16 0 31 347 24 105
Binary 10100000 10100101 11000000 10001 1110 0 11001 11100111 10100 1000101

Color Harmonies of #A0A5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A5C0

Black with #A0A5C0

Text Example


Text Example

White with #A0A5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A5C0; }

 p { color: rgb(160,165,192); }

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

background-color css

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

 a { background-color: rgb(160,165,192); }

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

border-color css

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

 span { border-color: rgb(160,165,192); }

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