Html Css Color HEX #A0AFCD Echo Blue

📋 copy color: '#A0AFCD'

red 160 ◦ green 175 ◦ blue 205

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

Shades of Echo Blue #A0AFCD

Tints of Echo Blue #A0AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.41%

 BLUE value IS 205 (80.47% from 255) = 37.96%

R = 29.63%
G = 32.41%
B = 37.96%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A0AFCD (or 0xA0AFCD) is known color: Echo Blue. HEX triplet: A0, AF and CD. RGB value is (160,175,205). Sum of RGB (Red+Green+Blue) = 160+175+205=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFCD is #5F5032. Grayscale: #ADADAD. Windows color (decimal): -6246451 or 13479840. OLE color: 13479840.

HSL color Cylindrical-coordinate representation of color #A0AFCD: hue angle of 220º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0AFCD is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 175 205 -
CMYK 0.22 0.15 0 0.20
HSL 220º 0.31% 0.72% -
HSV(B) 220º 0.22% 0.8% -
XYZ 40.85 42.54 63.82 -
YUV 173.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 160 175 205 0.22 0.15 0 0.20 220 0.31 0.72
Hex A0 AF CD 16 F 0 14 DC 1F 48
Octal 240 257 315 26 17 0 24 334 37 110
Binary 10100000 10101111 11001101 10110 1111 0 10100 11011100 11111 1001000

Color Harmonies of #A0AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AFCD

Black with #A0AFCD

Text Example


Text Example

White with #A0AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AFCD; }

 p { color: rgb(160,175,205); }

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

background-color css

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

 a { background-color: rgb(160,175,205); }

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

border-color css

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

 span { border-color: rgb(160,175,205); }

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