Html Css Color HEX #A0A5C1 Echo Blue

📋 copy color: '#A0A5C1'

red 160 ◦ green 165 ◦ blue 193

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

Shades of Echo Blue #A0A5C1

Tints of Echo Blue #A0A5C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.26%

R = 30.89%
G = 31.85%
B = 37.26%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A0A5C1 (or 0xA0A5C1) is known color: Echo Blue. HEX triplet: A0, A5 and C1. RGB value is (160,165,193). Sum of RGB (Red+Green+Blue) = 160+165+193=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #A0A5C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A5C1 is #5F5A3E. Grayscale: #A6A6A6. Windows color (decimal): -6249023 or 12690848. OLE color: 12690848.

HSL color Cylindrical-coordinate representation of color #A0A5C1: hue angle of 230.91º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0A5C1 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 165 193 -
CMYK 0.17 0.15 0 0.24
HSL 230.91º 0.21% 0.69% -
HSV(B) 230.91º 0.17% 0.76% -
XYZ 37.58 38.23 55.85 -
YUV 166.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 160 165 193 0.17 0.15 0 0.24 230.91 0.21 0.69
Hex A0 A5 C1 11 F 0 18 E7 15 45
Octal 240 245 301 21 17 0 30 347 25 105
Binary 10100000 10100101 11000001 10001 1111 0 11000 11100111 10101 1000101

Color Harmonies of #A0A5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A5C1

Black with #A0A5C1

Text Example


Text Example

White with #A0A5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A5C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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