Html Css Color HEX #A0AFCC Echo Blue

📋 copy color: '#A0AFCC'

red 160 ◦ green 175 ◦ blue 204

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

Shades of Echo Blue #A0AFCC

Tints of Echo Blue #A0AFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 29.68%
G = 32.47%
B = 37.85%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A0AFCC (or 0xA0AFCC) is known color: Echo Blue. HEX triplet: A0, AF and CC. RGB value is (160,175,204). Sum of RGB (Red+Green+Blue) = 160+175+204=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0AFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFCC is #5F5033. Grayscale: #ADADAD. Windows color (decimal): -6246452 or 13414304. OLE color: 13414304.

HSL color Cylindrical-coordinate representation of color #A0AFCC: hue angle of 219.55º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0AFCC is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 175 204 -
CMYK 0.22 0.14 0 0.2
HSL 219.55º 0.3% 0.71% -
HSV(B) 219.55º 0.22% 0.8% -
XYZ 40.73 42.49 63.18 -
YUV 173.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 160 175 204 0.22 0.14 0 0.2 219.55 0.3 0.71
Hex A0 AF CC 16 E 0 14 DC 1E 47
Octal 240 257 314 26 16 0 24 334 36 107
Binary 10100000 10101111 11001100 10110 1110 0 10100 11011100 11110 1000111

Color Harmonies of #A0AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AFCC

Black with #A0AFCC

Text Example


Text Example

White with #A0AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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